@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff");
}

@font-face {
  font-family: NeoSansStd;
  src: url("../fonts/NeoSansStd-Medium.otf");
  font-weight: 500;
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff");
}

@font-face {
  font-family: NeoSansStd;
  src: url("../fonts/NeoSansStd-Medium.otf");
  font-weight: 500;
}

.section-ttl h2 {
  color: #000;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  display: block;
  font-weight: bold;
}

.main-bnr {
  display: block;
  position: relative;
}

.main-bnr .images-list {
  position: relative;
    opacity: 0;
}

.main-bnr .images-list .images {
  display: block;
  content: '';
  height: 400px;
}

.main-bnr .images-list .images.images-01 {
  background: url("../img/bnr_main.png") no-repeat;
  background-size: cover;
}

.main-bnr .images-list .images .inner {
  padding-top: 120px;
}

.main-bnr .images-list .images .inner .btn-row {
  margin-top: 30px;
}

.main-bnr .images-list .images .inner .btn-row .btn {
  width: 260px;
}

.main-bnr .inner h3 {
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 10px #104063;
}

.main-bnr .contact-bar {
  background-color: #f8f8f8;
  padding: 15px 0;
}

.main-bnr .contact-bar .box {
  display: block;
  border-left: 1px solid #23b2d9;
  padding-left: 15px;
}

.main-bnr .contact-bar .box.boxL {
  float: left;
  width: 690px;
}

.main-bnr .contact-bar .box.boxR {
  float: left;
  width: calc(100% - 700px);
  margin-left: 10px;
}

.main-bnr .contact-bar .box .col {
  display: block;
  float: left;
  width: 33.3333%;
}

.main-bnr .contact-bar .box .col span {
  display: block;
}

.main-bnr .contact-bar .box .col span.top {
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
}

.main-bnr .contact-bar .box .col span.bottom {
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 20px;
}

.main-bnr .contact-bar .box .col .tel {
  display: block;
  padding-top: 15px;
}

.main-bnr .contact-bar .box .col .btn {
  width: 310px;
  margin-top: 5px;
   font-size: 1.4em;
}

.main-bnr .slick-dots {
  width: 1150px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.main-bnr .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.main-bnr .slick-dots li button {
  color: transparent;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #cccccc;
  border: 1px solid black;
}

.main-bnr .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  position: relative;
  bottom: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-bnr .slick-dots li.slick-active {
    bottom: -1px;
  }
}

@supports (-ms-ime-align: auto) {
  .main-bnr .slick-dots li.slick-active {
    bottom: -1px;
  }
}

.main-bnr .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.list-table {
  background-color: #f8f8f8;
  padding: 10px;
}

.list-table li {
  border-top: 1px solid #d1d2d4;
  padding: 10px 0;
  position: relative;
}

.list-table li:last-child {
  border-bottom: 1px solid #d1d2d4;
}

.list-table li:after {
  display: block;
  content: '';
  background: url("../img/arrow-right.png") no-repeat;
  width: 10px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-table li a {
  vertical-align: middle;
}

.list-table li .categories {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #767a7f;
  line-height: 27px;
  width: 170px;
  height: 27px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.list-table li .categories:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.list-table li .date-time {
  display: inline-block;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 170px;
}

.list-table li .ttl {
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 25px;
  padding-bottom: 40px;
}

.breadcrumbs ul li {
  color: #595654;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*
.breadcrumbs ul li:after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  content: '>';
  line-height: 12px;
  padding: 0 3px;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}
*/

.breadcrumbs ul li a {
  color: #23b2d9;
  font-size: 14px;
  font-size: 1.4rem;
}

.info {
  padding: 0 10px;
}

.info .box-ttl h3 {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

.info .boxL {
  width: 57%;
  float: left;
}

.info .boxL .topic-list {
  margin-top: 20px;
}

.info .boxL .topic-list li {
  background-color: #f8f8f8;
  padding: 15px;
  overflow: auto;
}

.info .boxL .topic-list li:nth-child(even) {
  background-color: #fff;
}

.info .boxL .topic-list li span {
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  width: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
}

.info .boxL .topic-list li a {
  color: #23b2d9;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 125px);
  line-height: 1.4;
  float: left;
}

.info .boxL .btn-row {
  margin-top: 20px;
}

.info .boxL .btn-row .btn {
  width: 100%;
}

.info .boxR {
  float: right;
  width: calc(39%);
}

.info .boxR .news-box {
  background-color: #f8f8f8;
  padding: 20px;
  margin-top: 20px;
  overflow: auto;
}

.info .boxR .news-box .img {
  float: left;
  width: 200px;
}

.info .boxR .news-box .info {
  float: right;
  width: calc(100% - 220px);
}

.info .boxR .news-box .info .top {
  color: #010101;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.info .boxR .news-box .info .top span {
  display: block;
}

.info .boxR .news-box .info .bottom {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
  line-height: 1.4;
}

.info .boxR .news-box .info .btn-row {
  margin-top: 45px;
}

.info .boxR .news-box .info .btn-row .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.links-box-items {
  background-color: #3c3d45;
  padding: 30px 0;
}

.last-section .links-box-items {
  background-color: #f8f8f8;
  padding: 30px;
}

.last-section .links-box-items .inner {
  width: 100%;
}

.links-box-items .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.links-box-items .items li {
  display: block;
  float: left;
  width: 32%;
  height: 132px;
  margin-bottom: 20px;
  border: 1px solid #d1d2d4;
  position: relative;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.links-box-items .items li.gradient {
  background: #ffc600;
  background: -moz-linear-gradient(-45deg, #ffc600 0%, #fcb016 100%);
  background: -webkit-linear-gradient(-45deg, #ffc600 0%, #fcb016 100%);
  background: linear-gradient(135deg, #ffc600 0%, #fcb016 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc600', endColorstr='#fcb016', GradientType=1);
}

.links-box-items .items li.bg-01 {
  background: url("../img/thumb_01.png") no-repeat;
  background-size: cover;
}

.links-box-items .items li.bg-02 {
  background: url("../img/thumb_02.png") no-repeat;
  background-size: cover;
}

.links-box-items .items li.bg-03 {
  background: url("../img/thumb_03.png") no-repeat;
  background-size: cover;
}


.last-section .links-box-items .items li.bg-01 {
  background: url("/wp/wp-content/uploads/2017/12/jis_btn.jpg") no-repeat;
  background-size: cover;
  width: 45%;
  margin-bottom: 0px;
}



.last-section .links-box-items .items li.bg-02 {
  background: url("/wp/wp-content/uploads/2017/12/jis_btn2.jpg") no-repeat;
  background-size: cover;
  width: 45%;
  margin-bottom: 0px;
}

.links-box-items .items li:after {
  display: block;
  content: '';
  background: url("../img/arrow-white.png") no-repeat;
  width: 10px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.links-box-items .items li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  z-index: 1;
  text-align: center;
}

.links-box-items .items li a span {
  display: block;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px;
}

.links-box-items .items li a span.small {
  font-size: 16px;
  font-size: 1.3rem;
}

.links-box-items .items li:hover {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.links-box-items .items li:hover a {
  text-decoration: none;
}

.articles-container aside {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 273px;
  float: right;
}

.articles-container aside .accordion {
  border: none;
  width: 100%;
}

.articles-container aside .accordion li {
  border-top: 2px solid #ffc700;
  border-bottom: none;
}

.articles-container aside .accordion li:last-child {
  border-bottom: 2px solid #ffc700;
}

.articles-container aside .accordion li.no-sub-level a:after {
  display: none;
}

.articles-container aside .accordion li a {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px 10px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.articles-container aside .accordion li a:after {
  content: '';
  right: 0;
  background: url("../img/plus-expand.png") no-repeat;
  width: 17px;
  height: 17px;
  background-size: 100%;
}

.articles-container aside .accordion li a.open:after {
  content: '';
  top: 50%;
  background: url("../img/minus_collapse.png") no-repeat;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.articles-container aside .accordion li .child-menu {
  padding-left: 10px;
  padding-bottom: 20px;
}

.articles-container aside .accordion li .child-menu.articles-list li {
  border-bottom: none;
  border-top: none;
  padding: 5px 0;
}

.articles-container aside .accordion li .child-menu.articles-list li a {
  color: #23b2d9;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}

.articles-container aside .accordion li .child-menu.articles-list li a:hover {
  text-decoration: underline;
}

.articles-container .article {
  display: block;
  float: left;
  width: calc(100% - 392px);
  text-align: center;
  padding-bottom: 100px;
}

.article h1 {
  color: #010101;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: NeoSansStd, Ubuntu, Meiryo, sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 40px;
}

.article h2 {
  color: #23b2d9;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: NeoSansStd, Ubuntu, Meiryo, sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 25px;
  margin-top: 50px;
}

.article h1#studyh1 {
    margin-bottom: 25px;
}
.article h2#studyh2 {
    margin: 25px 0;
}

.article h3 {
  color: #595654;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  font-family: NeoSansStd, Ubuntu, Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.article h4 {
  color: #595654;

  font-size: 1.6rem;
  padding: 20px;
  background-color: #f6f6f6;
  text-align: left;
  font-weight: bold;
	font-family: Ubuntu, Meiryo, sans-serif;
	margin: 10px 0;
}

h5 {
color: #595654;
text-align: left;
font-family: NeoSansStd, Ubuntu, Meiryo, sans-serif;
padding: 10px 0;
font-size: 16px;
}
h5::before {
content: "ã€? ";
}
h5::after {
content: " ã€?";
}
h6 {
color: #23b2d9;
text-align: left;
font-family: NeoSansStd, Ubuntu, Meiryo, sans-serif;
padding: 3px 10px;
font-size:16px;
border-bottom: double;
	margin: 10px 0;
}


.article p {
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 10px;
}

.article p.algn_right{
  text-align: right;
}

#case p {
   padding: 0 4% !important;
}


#case .case_content {
    background-color: #f8f8f8;
    padding: 40px;
}

#casetitle {
    border-bottom: 1px solid #595654;
    line-height: 2;
}


.article a {
  color: #23b2d9;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.article a.btn {
  padding: 10px 30px;
}

.article a.btn.btn-wide {
  padding: 12px 80px;
}

.article ul {
  padding-left: 18px;
}
.article ul.3btn{
  padding-left: 0px;
}
.article ul li {
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  text-align: left;
  list-style: disc url("../img/bullet.png");
}
	
}
.article ul.3btn li,{
	list-style: none;
}

.article ul li a {
  color: #23b2d9;
}



.article .icon {
  padding-left: 10px;
}
.article .change_icon{
display: table;
}

.article .change_icon li{
	list-style: none;
	margin-bottom: 10px;
	font-size: 2rem;
	width: 50%;
	float: left;
}

.article .change_icon li img{
	margin-right: 30px;
}

.article ol {
  text-align: left;
  counter-reset: number;
}

.article ol li {
  display: list-item;
  position: relative;
  text-align: left;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.article ol li:before {
  counter-increment: number;
  content: counter(number) ". ";
}

.article ol li.has-link:before {
  color: #23b2d9;
}

.article ol li a {
  color: #23b2d9;
}

.article dl {
  color: #595654;
  text-align: left;
  line-height: 1.6;
}

.article dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.article dl dd {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.article div {
  color: white;
  font-weight: bold;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
/*  background-color: #595654;*/
  text-align: center;
  line-height: 1.4;
}



.article div.bg_darkgy {
  margin-bottom: 30px;
  background-color: #595654;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.article div.triangle{
      width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
    padding: 0;
    position: relative;
    left: 350px;
    top: 10px;
}

.article div.triangle-yellow{
    border-color: #ffc600 transparent transparent transparent;
    top: 0;
    left: 22%;
}
.article .triangle-lft{
    float: left;
}
.article .triangle-rgt{
    float: right;
    left: -179px;
}
.article table {
  width: 100%;
  border: 1px solid #d1d2d4;
  line-height: 2;
}

.article table th {
  background-color: #f8f8f8;
  padding: 15px;
  border: 1px solid #d1d2d4;
  font-weight: bold;
  color: #595654;
  font-size: 16px;
  font-size: 1.6rem;
}

.article table.company_table th {
    width: 20%;
}

.article table td {
  padding: 15px;
  border: 1px solid #d1d2d4;
  color: #595654;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

/*.article table td:first-child {
  width: 20%;
}*/

.article table .txt_c {
  text-align: center;
}

.article .accordion {
  display: block;
  width: 100%;
  border: none;
  padding-left: 0;
}

.article .accordion li {
  padding-left: 0;
  list-style: none;
}

.article .accordion li:before {
  display: none;
}

.article .accordion li.level1 {
  border-bottom: none;
}

.article .accordion li > a {
  position: relative;
  padding-left: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  color: #595654;
  background-color: #f6f6f6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.article .accordion li > a:before {
  display: block;
  content: 'Q';
  font-size: 14px;
  font-size: 1.4rem;
  color: #595654;
  font-family: Meiryo, sans-serif;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article .accordion li > a:after {
  display: block;
  right: 30px;
  content: '';
  background: url("../img/gray_plus_sign.png") no-repeat;
  width: 17px;
  height: 17px;
}

.article .accordion li > a.open {
  background-color: #a3a7aa;
  color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.article .accordion li > a.open:before {
  color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.article .accordion li > a.open:after {
  display: block;
  content: '';
  background: url("../img/white_minus_sign.png") no-repeat;
  width: 17px;
  height: 3px;
  top: 50%;
  -webkit-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
}

.article .accordion li .child-menu {
  padding: 20px;
}

.article .accordion li .child-menu li {
  border: none;
  color: #595654;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.article .yellow-box {
    margin-bottom: 30px;
    border: 3px solid #ffc505;
    padding: 20px;
}

.article .yellow-merge{
     width: 90%;
     margin: 0 auto;
}
.article .yellow-lft {
    width: 43%;
    float: left;
    margin-bottom: 0;
    margin-left: 5%;
}
.article .yellow-rgt {
    width: 43%;
    float: right;
    margin-bottom: 0;
    margin-right: 5%;
}

.article .dot {
    border: 3px dotted #ffc505;
}

.article .yellow-box dl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  text-align: left;
}

.article .yellow-box dl dt, .article .yellow-box dl dd {
  padding-left: 30px;
}

.article .yellow-box dl dd {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.article .articles-box {
  padding: 0;
  background-color: transparent;
}

.article .articles-box div {
  background-color: transparent;
  padding: 0;
  color: #595654;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

.article .articles-box div.img {
  float: left;
  width: 200px;
}

.article .articles-box div.content {
  float: left;
  width: calc(100% - 200px);
  padding-left: 20px;
}

.article .articles-box div.content span {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}

.article .box-items {
  background-color: transparent;
  padding: 0;
}

.article .box-items ul {
  padding-left: 0;
}

.article .box-items ul li {
  overflow: auto;
  padding-left: 0;
  margin-bottom: 30px;
  list-style: none;
}
.article .box3 ul li{
	overflow: initial;
	padding-left: 0;
	margin-bottom: 0;
	list-style: disc url(../img/bullet.png);
	font-weight: 400;
}
.article .box-items ul li:before {
  display: none;
}

.article .box-items ul li .box {
  background-color: transparent;
  color: #000;
  width: 50%;
  float: left;
}

.article .box-items ul li .box2 {
  width: 20%;
}

.article .box-items ul li .box3 {
  width: 80%;
}

.article .box-items ul li .box p {
  color: #595654;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.article .box-items ul li .box:nth-child(odd) {
  padding: 0 10px 0 0;
}

.article .box-items ul li .box:nth-child(even) {
  padding: 0 0 0 10px;
}

.article .download-list {
  background-color: #f8f8f8;
  padding: 30px;
  padding-bottom: 10px;
}

.article .download-list ul {
  padding-left: 0;
}

.article .download-list ul li {
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

.article .download-list ul li:nth-child(2n) {
  margin-right: 0;
}

.article .download-list ul li:before {
  display: block;
  content: '';
  background: url("../img/icon_pdf.png") no-repeat transparent;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article .download-list ul li a {
  font-weight: normal;
}

.article .progress-items {
  padding: 0;
  background-color: transparent;
}

.article .progress-items ul {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article .progress-items ul:after {
  display: table;
  content: '';
  clear: both;
}


.article .progress-items ul li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 15px;
  background-color: #23b2d9;
  text-align: center;
  color: white;
  padding: 23px 5px;
  position: relative;
  list-style: none;
}

.article .progress-items ul li:nth-child(5n) {
  margin-right: 0;
}
.article .progress-items ul.change_flow li {
  width: 15%;
}
.article .progress-items ul.change_flow li:nth-child(5n) {
  margin-right: 2%;
}
.article .progress-items ul.change_flow li:nth-child(6n) {
  margin-right: 0;
}

.article .progress-items ul li:before {
  display: block;
  content: '';
  background-color: #a3a7aa;
  width: 15px;
  height: 2px;
  position: absolute;
  left: -15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article .progress-items ul li:after {
  display: block;
  content: '';
  background-color: #a3a7aa;
  width: 15px;
  height: 2px;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article .progress-items ul li:last-child:after {
  display: none;
}

.article .progress-items ul li:first-child:before {
  display: none;
}


.article .progress-items ul li small {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: NeoSansStd, sans-serif;
  display: block;
  margin-bottom: 12px;
}

.article .progress-items ul li strong {
  font-weight: bold;
  border: 1px solid #fff;
  padding: 5px;
}

.article .progress-items ul li span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: Meiryo, sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article .vision-block {
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.article .vision-block div {
  padding: 0;
  background-color: transparent;
}

.article .vision-block div.boxL {
  background-color: #ffc505;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  float: left;
  font-family: NeoSansStd, sans-serif;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  padding: 30px 40px;
}

.article .vision-block div.boxR {
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  width: calc(100% - 300px);
  font-size: 16px;
  font-size: 1.6rem;
  color: #595654;
  line-height: 1.8;
  text-align: left;
  font-weight: normal;
  padding: 30px 60px;
}

.article .no_style_list {
  padding-left: 0;
}

.article .no_style_list li {
  list-style: none;
}
.unknown-block{
	margin-bottom: 30px;
}

.unknown-block {
  background-color: #f6f6f6 !important;
  padding: 30px 40px !important;
  overflow: hidden;
}

.unknown-block div {
  background-color: transparent !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
}

.unknown-block div.row {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.unknown-block div.boxL {
  color: #595654;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  float: left;
  width: calc(100% - 310px);
  font-weight: normal;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.unknown-block div.boxR {
  float: left;
  width: 310px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 0 0 30px;
}

.unknown-block div.boxR span {
  color: #000;

  font-size: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}

.unknown-block div.boxR span.blue {
  color: #23b2d9;
  font-family: NeoSansStd, sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 28px;
  padding: 0 10px;
}

.unknown-block div.boxR small {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.unknown-block div.boxR .btn {
  width: 100%;
  text-align: center;
}

.accordion {
  position: relative;
  display: inline-block;
  border: 1px solid #c5c5c5;
  width: 250px;
}

.accordion li {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #C5CBD5;
  position: relative;
  transition: ease .3s;
  cursor: pointer;
}

.accordion li a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  position: relative;
}

.accordion li a:after {
  display: block;
  content: '>';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease .3s;
}

.accordion li a.open:after {
  transform: rotate(-90deg);
  top: 5px;
}

.accordion li .child-menu li a {
  padding: 5px 20px;
}

.accordion li .child-menu li a:after {
  display: none;
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff");
}

@font-face {
  font-family: NeoSansStd;
  src: url("../fonts/NeoSansStd-Medium.otf");
  font-weight: 500;
}

/*==================================================
section content settings
==================================================*/
.section.event-seminar-training {
  margin-top: 50px;
}

.section.event-seminar-training .list-table {
  margin-top: 40px;
}

.section.event-seminar-training .btn-row {
  margin-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.section.event-seminar-training .btn-row .btn {
  width: 270px;
}

.section.info-block {
  margin-top: 60px;
}

.section.box-items {
  margin-top: 40px;
}

.detail-item {
  font-size: 14px;
  font-size: 1.4rem;
}

.detail-item .article {
  padding-bottom: 150px;
  width: 100%;
}

.detail-item .article div {
  background: none;
  padding: 0;
}

.detail-item .article ul {
  padding: 0;
}

.detail-item .article ul li {
  list-style: none;
}

.detail-item .article ul li:before {
  display: none;
}

ul.sitemap li {
    width: 50%;
    float: left;
}


.detail-item .bold {
  font-weight: bold;
}

.page-res .article {
  width: 100%;
}

.page-res .article div {
  font-weight: 400;
  text-align: left;
  color: #444444;
  background: none;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.yellow-box.yellow-sitemap {
    padding: 20px !important;
    margin-bottom: 30px;
}

.show-item ul {
  display: block;
  margin: -10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.show-item ul li {
  float: left;
  padding: 0 10px;
  width: 16.666666%;
  margin-bottom: 20px;
}

.show-item ul li a {
  display: block;
  background: #767a7f;
  position: relative;
  text-align: center;
  min-height: 175px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.show-item ul li a span {
  display: block;
  color: white;
  font-weight: bold;
  line-height: 1.4;
}

.show-item ul li:hover a {
  background: #23b2d9;
}

.guide-box {
  margin-bottom: 40px;
  overflow: hidden;
}

.guide-box ul {
  margin: 0px -10px;
}

.guide-box ul li {
  padding: 0px 10px;
  float: left;
  width: 33.333333%;
}

.guide-box ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
}

.guide-box ul li a:before {
  content: '';
  background: url(../img/arrow-white.png) no-repeat;
  width: 10px;
  height: 17px;
  background-size: 100%;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.guide-box ul li a:hover img {
  opacity: .7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.guide-box ul li a img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.guide-box ul li a span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 24px;
  font-size: 2.4rem;
}

.search-item {
  overflow: hidden;
  background: #f6f6f6 !important;
  padding: 20px !important;
}

.show-form {
  margin: 0px -10px;
  overflow: hidden;
}

.show-form .item {
  padding: 25px 10px 0px !important;
  float: left;
  position: relative;
}

.show-form .item span.title-item {
  position: absolute;
  top: 0;
  left: 10px;
  color: #444444;
  font-weight: normal;
}

.show-form .item:nth-child(1) {
  width: 40%;
}

.show-form .item:nth-child(2) {
  width: 24%;
}

.show-form .item:nth-child(3) {
  width: 18%;
}

.show-form .item:nth-child(4) {
  width: 18%;
}

.show-form .item.sub {
  text-align: center;
  width: 100%;
  margin-top: 8px;
}

.show-form .item.sub button {
  position: relative;
  width: 200px;
  padding: 8px 0;
  cursor: pointer;
}

.show-form .item.sub button:before {
  display: block;
  content: '\f002';
  font-family: FontAwesome, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  color: white;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.show-form .item.sub button span {
  color: white;
  width: 200px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  font-weight: normal;
  background: white;
}

.form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.form-control::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.oder-item {
  margin-top: 25px;
}

.oder-item table {
  line-height: 1.6;
}

.oder-item table tr th {
  font-weight: bold;
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 13px 17px;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

.oder-item table tr td {
  border: 1px solid #ccc;
  padding: 14px;
  vertical-align: top;
  font-weight: normal;
}

.oder-item table tr td:nth-child(1) {
  width: 144px;
  max-width: 144px;
  word-wrap: break-word;
}

.oder-item table tr td:nth-child(2) {
  width: 90px;
  text-align: center;
}

.oder-item table tr td:nth-child(3) {
  width: 100px;
  text-align: center;
}

.oder-item table tr td:nth-child(4) {
  width: 180px;
}

.oder-item table tr td:nth-child(5) {
  width: 210px;
}


.oder-item table tr td:nth-child(6) {
  width: 95px;
  text-align: center;
}

.oder-item table tr td:nth-child(7) {
  width: 110px;
  text-align: center;
}

.oder-item table tr td:nth-child(8) {
  width: 120px;
}

.oder-item table tr td:nth-child(9) {
  width: 70px;
  text-align: center;
}

.oder-item table tr td:nth-child(9) a.color {
  text-align: center;
}

.oder-item table tr td a {
  display: block;
  text-decoration: none;
}

.oder-item table tr td a.color {
  color: #23b2d9;
}

.oder-item table tr td a.color:hover {
  text-decoration: underline;
}

.oder-item table tr td a.color.ud-ico {
  position: relative;
}

.oder-item table tr td a.color.ud-ico:before {
  content: '';
  height: 1px;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  background: #23b2d9;
  display: none;
}

.oder-item table tr td a.color.ud-ico:hover:before {
  display: block;
}

.oder-item table tr td a.spen-detail {
  display: inline-block;
  padding: 8px 17px;
  margin-top: 10px;
}

.oder-item p.loadmo-item {
  text-align: center;
}

.oder-item p.loadmo-item a {
  display: inline-block;
  text-decoration: none;
  padding: 12px 17px;
  margin-top: 30px;
  min-width: 345px;
  text-align: center;
}

.pagination {
  text-align: center;
  margin: 60px 0;
}

.pagination ul {
  display: inline-block;
  margin: auto;
}

.pagination ul li {
  float: left;
  margin: 0 3px;
    list-style: none;
}

.pagination ul li a {
  display: block;
  position: relative;
  padding: 10px 13px;
  text-align: center;
  background: #f6f6f6;
  color: #595654;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.pagination li .dots {
    display: block;
    position: relative;
    padding: 10px 5px;
    text-align: center;
}

.pagination ul li span.current {
    display: block;
  position: relative;
  padding: 10px 13px;
  text-align: center;
  background: #a3a7aa;
  color: #fff;
}

.pagination ul li a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: auto;
}

.pagination ul li.list a {
  background: none;
}

.pagination ul li.active a {
  color: white;
  background: #a3a7aa;
}

.pagination ul li.prev a:before {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../img/prev.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pagination ul li.prev:hover a:before {
  background: url(../img/prev-hv.png) no-repeat;
}

.pagination ul li.next a:before {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../img/next.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.pagination ul li.next:hover a:before {
  background: url(../img/next-hv.png) no-repeat;
}

.pagination ul li:hover a {
  color: white;
  background: #a3a7aa;
}

.cri-item {
  text-align: center;
}

.cri-item a {
  display: inline-block;
  text-decoration: none;
  background: #23b2d9;
  color: white;
  padding: 12px 17px;
  min-width: 345px;
  text-align: center;
}

.sticky {
  z-index: 2;
}

.spen-inquiry .item {
  margin-bottom: 45px;
  overflow: hidden;
  font-weight: normal;
}

.spen-inquiry .item.spen-item {
  max-width: 880px;
}

.spen-inquiry .item h3 {
  margin-bottom: 15px;
  font-weight: bold;
}

.spen-inquiry .item .oder-item {
  background: #f8f8f8;
  margin: 0;
  padding: 35px;
  color: #595654;
  overflow: hidden;
  font-weight: normal;
  min-height: 136px;
}

.spen-inquiry .item .oder-item.oder-left {
  float: left;
  width: 58%;
  padding: 15px 35px;
  min-height: 140px;
}

.spen-inquiry .item .oder-item.oder-left table {
  border: none;
}

.spen-inquiry .item .oder-item.oder-left table tr td {

  border: none;
  width: auto !important;
  padding: 2px 0;
  text-align: left;
}

.spen-inquiry .item .oder-item.oder-left table tr td span.pink {
  font-size: 18px;
  font-size: 1.8rem;
}

.spen-inquiry .item .oder-item.oder-right {
  float: right;
  padding: 15px 35px;
  text-align: left;
  line-height: 25px;
  width: 37%;
  min-height: 140px;
  font-size: 14px;
  font-size: 1.4rem;
}

.spen-inquiry .item .oder-item.oder-right span.bold {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}

.spen-inquiry .item .oder-item p.pull-left {
  max-width: 450px;
  float: left;
  margin-bottom: 0;
}

.spen-inquiry .item .oder-item a.btn.pull-right {
  float: right;
  min-width: 310px;
  text-align: center;
}

.spen-inquiry .item .oder-item h4 {
  padding: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  background-color: transparent;
}

.spen-inquiry .item .oder-item h4 + p {
  padding-left: 10px;
}

.spen-inquiry .item .oder-item ul {
  padding-left: 10px;
}

.spen-inquiry .item .oder-item ul li {
  margin-bottom: 10px;
}

.spen-inquiry .item .oder-item ul li:last-child {
  margin-bottom: 0;
}

.spen-inquiry .item .oder-item ul li a img.icon {
  padding-left: 0;
  padding-right: 10px;
}

.spen-inquiry .item .oder-item ul.sub-item {
  padding: 0;
  display: inline-block;
}

.spen-inquiry .item .oder-item ul.sub-item li {
  float: left;
  margin-right: 125px;
  margin-bottom: 0;
}

.spen-inquiry .item .oder-item ul.sub-item li a {
  display: block;
}

.spen-inquiry .item .oder-item ul.sub-item li a img {
  margin-left: 15px;
}

.spen-inquiry .item .oder-item ul.sub-item li a.btn {
  min-width: 385px;
  text-align: center;
  margin-bottom: 15px;
}

.spen-inquiry .item .oder-item ul.sub-item li:last-child {
  margin-right: 0;
}

.spen-inquiry .item .oder-item .list {
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 20px;
  margin-top: 20px;
}

.spen-inquiry .item .oder-item .list ul {
  padding-left: 10px;
}

.paren-item {
  background: #f8f8f8 !important;
  padding: 30px 40px !important;
  margin-bottom: 30px;
}

.paren-item p {
  margin-bottom: 5px;
}

.paren-item h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.detail-certify {
  padding: 0 40px !important;
  margin-bottom: 100px;
  font-weight: 400 !important;
}

.detail-certify hr {
  background: #ccc;
  margin: 20px 0 10px;
}

.detail-certify .new-cre {
  padding-top: 15px !important;
}

.detail-certify .new-cre ul {
  margin: 0 -12px;
  margin-top: 45px;
  overflow: hidden;
  padding-left: 0;
}

.detail-certify .new-cre ul li {
  padding: 0 12px;
  float: left;
  width: 37%;
}

.detail-certify .new-cre ul li a {
  color: #595654;
}

.detail-certify .new-cre ul li .img {
  margin-bottom: 20px;
}

.intertec-news {
  overflow: hidden;
  margin-bottom: 25px;
}

.intertec-news ul {
  padding-left: 0;
}

.intertec-news ul li {
  overflow: hidden;
  margin-bottom: 25px;
}

.intertec-news ul li .img {
  float: left;
  width: 32%;
}

.intertec-news ul li .text {
  float: left;
  padding-left: 40px;
  width: 68%;
}

.intertec-news ul li .text span {
  display: block;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.intertec-news-item {
  background: #f8f8f8 !important;
  padding: 20px !important;
  overflow: hidden;
  margin-bottom: 60px;
}

.intertec-news-item .img {
  float: left;
  width: 17%;
}

.intertec-news-item .img img {
  margin-bottom: 15px;
}

.intertec-news-item .text-item {
  float: left;
  padding-left: 40px !important;
}

.intertec-news-item .text-item h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.intertec-news-item .text-item ul {
  padding-left: 15px;
}

.intertec-news-item .text-item ul li {
  position: relative;
  list-style-image: url("../img/bulli.png");
  line-height: 23px;
  margin-bottom: 15px;
}

.intertec-news-item .text-item ul li span {
  display: block;
  margin-bottom: 10px;
}

.news-blank {
  overflow: hidden;
  margin-bottom: 30px;
}

.news-blank ul {
  margin: 0 -15px;
  overflow: hidden;
  padding: 0;
}

.news-blank ul li {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}

/*
.news-blank ul li a.btn:hover {
  background: rgba(118, 122, 127, 0.81);
}
*/

.news-blank ul li a.btn:hover {
    text-decoration: none;
    background-color: rgba(33, 182, 215, 0.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-blank {
    background: #f8f8f8 !important;
}
.news-blank h3 {
    background-color: #eee;
    padding: 8px 0;
    text-align: center;
    color: #23b2d9;
    border-bottom: 2px dotted #aaa;
}
.article .news-blank ul li a{
    background: none;
    text-align: center;
    color: #444444 !important;
    padding: 20px 30px !important;
}
.article .news-blank ul li a:hover {
    color: #fff  !important;
}

.table-certify {
  overflow: hidden;
}

.table-certify span.title-new-table {
  display: block;
  margin-bottom: 10px;
}

.table-certify table {
  border: none;
}

.table-certify table tr {
  border-bottom: 1px solid #ccc;
}

.table-certify table tr.tr-none {
  background: none !important;
}

.table-certify table tr td {
  line-height: 20px;
  border: none;
  vertical-align: top;
}

.table-certify table tr td ul {
  padding-left: 0;
}

.table-certify table tr td ul li {
  margin-bottom: 5px;
}

.table-certify table tr td ul li ul {
  padding-left: 30px !important;
  margin-top: 5px;
}

.table-certify table tr td ul li ul li {
  margin-bottom: 2px;
}

.table-certify table tr th {
  font-weight: bold;
  background: none;
  border: none;
}

.table-certify table tr th.headerSortUp span {
  background: url("../img/asc.gif") no-repeat center left;
}

.table-certify table tr th.headerSortDown span {
  background: url("../img/desc.gif") no-repeat center left;
}

.table-certify table tr th span {
  cursor: pointer;
  background: url("../img/bg.png") no-repeat center left;
  padding-left: 20px;
}

.table-certify table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

.table-certify.table-jis table tr:nth-child(4) td:nth-child(1) {
  width: 290px;
}

.table-certify.table-jis table tr th {
  padding: 20px;
}

.table-certify.table-jis table tr th:nth-child(1) {
  width: 40%;
}

.table-certify.table-jis table tr td {
  padding: 20px;
}

.register-form {
  margin: 60px 0 50px;
  font-size: 14px;
  font-size: 1.4rem;
}

.register-form .item {
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

.register-form .item .title-form {
  float: left;
  width: 295px;
}

.register-form .item .title-form span {
  display: inline-block;
  float: left;
  margin-top: 5px;
}

.register-form .item .title-form span.red {
  float: right;
  background: #d72121;
  color: white;
  padding: 4px 9px;
  font-size: 14px;
  font-size: 1.4rem;
}

.register-form .item .show-form-register {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  padding-left: 20px;
  margin-bottom: 30px;
  width: calc(100% - 295px);
}

.register-form .item .show-form-register input[type=text], .register-form .item .show-form-register select {
  width: 400px;
}

.register-form .item .show-form-register .age-input {
    width: 120px;
    display: inline-block;
}

.register-form .item .show-form-register input[type=text].inline {
    display: inline-block;
}

.register-form .item textarea {
    height: 150px;
    width: 400px;
    max-width: 600px;
    min-height: 100px;
    min-width: 400px;
}

.register-form .item .show-form-register span {
  display: inline-block;
  margin-top: 8px;
}

.register-form .item .show-form-register .fileUpload {
  position: relative;
  overflow: hidden;
  margin: 15px 0 7px;
}

.register-form .item .show-form-register .fileUpload .upload {
  width: 195px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  cursor: pointer;
  z-index: 1;
}

.register-form .item .show-form-register .fileUpload .upload:hover + span.title-upload {
  opacity: 0.7;
}

.register-form .item .show-form-register .fileUpload span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.register-form .item .show-form-register .fileUpload span.title-upload, .register-form .item .show-form-register .fileUpload span#title-upload {
  background: #f6f6f6;
  margin: 0;
  cursor: pointer;
  position: relative;
  color: #444444 !important;
  max-width: 195px;
  padding: 11px 20px;
}

.register-form .item .show-form-register .fileUpload span.name {
  color: #d72121;
}

.register-form .item .show-form-register .fileUpload span.name.active {
  color: #444444;
}

.register-form .item .show-form-register ul.list-date {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0;
}

.register-form .item .show-form-register ul.underline-list {
    padding-bottom: 20px;
  border-bottom: 1px dotted #aaa;
}

.register-form .item .show-form-register ul.list-date li {
  float: left;
  margin-bottom: 30px;
}

.register-form .item .show-form-register ul.list-date li:nth-last-child(-n+4), .register-form .item .show-form-register ul.underline-list li {
  margin-bottom: 0;
}

.register-form .item .show-form-register ul.list-date li.year .form-control, .register-form .item .show-form-register ul.list-date li.month .form-control {
  float: left;
  width: 90px;
  margin-right: 12px;
}

.register-form .item .show-form-register ul.list-date li.year .form-control::-webkit-input-placeholder, .register-form .item .show-form-register ul.list-date li.month .form-control::-webkit-input-placeholder {
  color: #bdb4ae;
}

.register-form .item .show-form-register ul.list-date li.year .form-control:-moz-placeholder, .register-form .item .show-form-register ul.list-date li.month .form-control:-moz-placeholder {
  color: #bdb4ae;
}

.register-form .item .show-form-register ul.list-date li.year .form-control::-moz-placeholder, .register-form .item .show-form-register ul.list-date li.month .form-control::-moz-placeholder {
  color: #bdb4ae;
}

.register-form .item .show-form-register ul.list-date li.year .form-control:-ms-input-placeholder, .register-form .item .show-form-register ul.list-date li.month .form-control:-ms-input-placeholder {
  color: #bdb4ae;
}

.register-form .item .show-form-register ul.list-date li.year span, .register-form .item .show-form-register ul.list-date li.month span {
  float: left;
  margin-right: 30px;
}

.register-form .item .show-form-register ul.list-date li button.btn {
  background: #f6f6f6;
  color: #444444 !important;
  cursor: pointer;
  font-weight: 400;
  margin-left: 30px;
  padding: 8px 30px;
}

.register-form .item .show-form-register ul.list-date li button.btn:hover {
  opacity: 0.7;
}

.register-form .item .show-form-register .plus-date a.on-plust {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.register-form .item .show-form-register .plus-date a.on-plust:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 1px;
  background: url("../img/plus-expand.png") no-repeat;
}

.register-form .item .show-form-register .plus-date.show-plus .all-list-date {
  display: block;
}

.register-form .item .show-form-register .plus-date.show-plus a.on-plust:before {
  background: url("../img/minus_collapse.png") no-repeat;
}

.register-form .sub-form {
  text-align: center !important;
  margin-top: 20px;
}

.register-form .sub-form button {
  cursor: pointer;
}

.register-form .sub-form button span {
  min-width: 250px;
}

.oder-register ul {
  overflow: hidden;
  margin: 30px -15px 0;
  padding: 0;
}

.oder-register ul li {
  padding: 0 15px;
  float: left;
  width: 33.333333%;
}

.login-form {
  display: block;
  overflow: hidden;
  margin: 0 -15px;
}

.login-form .show-form-login {
  float: left;
  width: 50%;
  padding: 0 15px !important;
}

.login-form .center-login {
  margin: auto;
  float: none;
  width: 62%;
}

.login-form .show-form-login h2 {
  margin-bottom: 20px;
}

.login-form .show-form-login .item-form {
  background: #f8f8f8;
  overflow: hidden;
  padding: 30px 40px 40px;
}

.login-form .show-form-login .item-form .title-form {
  width: 33%;
}

.login-form .show-form-login .item-form .show-form-register {
  padding-left: 0;
  width: 67%;
}

.login-form .show-form-login .item-form .show-form-register .form-control {
  width: 100%;
}

.login-form .show-form-login .item-form .sub-form button {
  width: 100%;
  cursor: pointer;
  align-items: center;
}

.login-form .show-form-login ul {
  padding-left: 18px;
}

.login-form .show-form-login ul li {
  margin-top: 30px;
}

.login-form .show-form-login .rules-form {
  background: white;
  border: 1px solid #ccc;
  height: 250px;
  overflow: auto;
  padding: 20px;
  margin-bottom: 40px;
}

.login-form .show-form-login .sub-form {
  margin-top: 0;
}

.jis-tab {
  overflow: hidden;
  background: #eeeeee !important;
  border: 1px solid #ccc;
}

.jis-tab p {
  margin-bottom: 15px;
}

.jis-tab .tab-menu {
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: #666666;
}

.jis-tab .tab-menu li {
  float: left;
}

.jis-tab .tab-menu li.active span {
  background: #eeeeee;
  color: #444444;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.jis-tab .tab-menu li span {
  display: block;
  padding: 20px 30px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

.jis-tab .tab-content {
  display: none;
  padding: 40px !important;
}

.jis-tab .tab-content.active {
  display: block;
}

.jis-tab .tab-content .title-tab {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: inline-block;
}

.jis-tab .tab-content.table-certify table {
  background: white;
}

.jis-tab .tab-content.table-certify table tr th:nth-child(1) {
  width: 100px;
}

.jis-tab .tab-content.table-certify table tr th:nth-child(2) {
  width: 218px;
}

.jis-tab .tab-content.table-certify table tr th:nth-child(3) {
  width: 230px;
}

.jis-tab .tab-content.table-certify table tr th:nth-child(4) {
  width: 125px;
}

.jis-tab .tab-content.table-certify table tr th:nth-child(6) {
  width: 130px;
}

.jis-tab .tab-content.table-certify table tr th:nth-child(7) {
  width: 105px;
  text-align: center;
}

.jis-tab .tab-content.table-certify table tr td {
  padding: 20px 15px;
}

.jis-tab .tab-content.table-certify table tr td a.btn {
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -10px;
}

table.table-irca {
  border: none;
  margin-bottom: 40px;
  font-weight: 400;
}

table.table-irca tr {
  border-bottom: 1px solid #ccc;
}

table.table-irca tr th {
  width: 190px;
  background: none;
  border: none;
  padding: 30px 20px;
  vertical-align: top;
}

table.table-irca tr td {
  border: none;
  padding: 30px 20px;
  line-height: 20px;
}

.aplin {
  padding: 0 20px !important;
}

.list-items {
  margin: 40px 0 0;
  padding: 0;
  font-weight: 400;
  overflow: hidden;
}

.list-items .item {
  float: left;
  width: 49%;
  padding: 0;
}

.list-items .item:nth-child(2n) {
  float: right;
}

.list-items .item .list {
  background: #f8f8f8;
  padding: 30px 0px 30px 45px;
  min-height: 192px;
  margin-bottom: 40px;
}

.list-items p {
  margin-bottom: 0;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

.info-item ul {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 40px;
}


.info-item ul li {
  width: 49%;
  background: #f8f8f8;
  list-style: none;
  padding: 40px;
  margin-bottom: 23px;
  font-weight: 400;
}

.info-item ul li:last-child {
  width: 100%;
  margin-right: 0;
}

ul.equal-width li:last-child{
    width: 49%;
}

.info-item ul li h3 {
  font-weight: bold;
  margin-bottom: 25px;
}

.info-item ul li h4 {
  padding: 0 0 10px;
  background: none;
}

.info-item ul li a {
  display: block;
  margin-bottom: 20px;
  max-width: 340px;
}

.info-item ul li a span {
  position: relative;
}

.info-item ul li a span img {
  position: absolute;
  right: 0;
  top: 2px;
}

.info-item ul li .list-search {
  overflow: hidden;
  margin-top: 35px;
}

.info-item ul li .list-search span {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
}

.info-item ul li .list-search .form-control {
  float: left;
  max-width: 315px;
}

.info-item ul li .list-search button {
  float: left;
  margin-left: 20px;
  max-height: 40px;
  padding: 10px 20px;
  cursor: pointer;
}

@media screen and (min-width: 0 \0 ) {
  .info-item ul li .list-search button {
    padding-top: 8px;
  }
}

.info-item ul li .list-search button span {
  margin: 0;
  width: 140px;
  background: url("../img/search.png") no-repeat center right;
}

.title-ohs {
  background-color: #ffc700 !important;
  margin-top: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px !important;
  text-align: left !important;
  font-weight: bold !important;
  color: #444444 !important;
}

.title-ohs span {
  display: inline-block;
  background-color: #767a7f;
  color: white;
  padding: 10px 20px;
  margin-left: 20px;
}

.wrapper.page-module-item-recruitment + .sticky.thin .button-column li:nth-child(1), .wrapper.page-module-item-register + .sticky.thin .button-column li:nth-child(1) {
  padding: 6px;
}

.wrapper.page-module-item-recruitment + .sticky.thin .button-column li:nth-child(1) a, .wrapper.page-module-item-register + .sticky.thin .button-column li:nth-child(1) a {
  border: 2px solid #333;
}

.wrapper.page-module-item-certify + .sticky.thin .button-column li:nth-child(3) {
  padding: 6px;
}

.wrapper.page-module-item-certify + .sticky.thin .button-column li:nth-child(3) a {
  border: 2px solid #333;
}

.page-module-item-jis.wrapper h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.pure-radiobutton {
  padding-top: 10px !important;
  margin-bottom: 5px;
}

.pure-radiobutton.inline {
    display: inline-block;
}

.pure-radiobutton label {
  position: relative;
  padding: 2px 5px 2px 34px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}

.pure-radiobutton label:before {
  box-sizing: content-box;
  content: '';
  color: #4F8196;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -12px;
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50%;
}

.pure-radiobutton label:after {
  box-sizing: content-box;
  content: '';
  background-color: #23b2d9;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
  border-radius: 50%;
}

.pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white;
}

.pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.pure-checkbox label {
  position: relative;
  padding: 5px 5px 0px 35px;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}

.pure-checkbox label:before {
  box-sizing: content-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  transition: all 0.4s ease;
  background: white;
}

.pure-checkbox label:after {
  box-sizing: content-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 4px;
  margin-top: -3px;
  transform-origin: 50%;
  transition: transform 200ms ease-out;
  border-style: solid;
  border-color: #23b2d9;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}

.pure-checkbox input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pure-checkbox input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
}

.pure-checkbox input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}

.portfolio {
  padding: 100px 40px !important;
}

.portfolio #portfolio-sort ul {
  border-bottom: 2px solid #ffc700;
  overflow: hidden;
}

.portfolio #portfolio-sort ul li {
  float: left;
  margin-right: 90px;
  margin-bottom: 30px;
}

.portfolio #portfolio-sort ul li.active a {
  color: #444444;
}

.portfolio #portfolio-sort ul li a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #d1d2d4;
  cursor: pointer;
  font-weight: bold;
}

.portfolio #portfolio-content table {
  border: none;
}

.portfolio #portfolio-content table tr td {
  border: none;
  display: table-cell;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.portfolio #portfolio-content table tr td:nth-child(1) {
  width: 210px;
}

.portfolio #portfolio-content table tr td:nth-child(2) {
  width: 160px;
  text-align: center;
}

.portfolio #portfolio-content table tr td span.btn {
  padding: 10px 0;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.portfolio #portfolio-content table tr[data-cat="pr"] span.btn {
  background: #95d721;
}

.portfolio #portfolio-content table tr[data-cat="ev"] span.btn {
  background: #d72154;
}

.portfolio #portfolio-content table tr[data-cat="ot"] span.btn {
  background: #213bd7;
}

.portfolio #portfolio-content table tr:last-child {
  border-bottom: 1px solid #ccc;
}

.portfolio #portfolio-content table tr:nth-child(odd) {
  background: #f8f8f8;
}

.none-udl:hover {
  text-decoration: none;
}

.color-red {
  color: #d72121 !important;
}

.bold {
  font-weight: bold;
}

.btn-block {
  display: block;
}

a.btn span {
  display: block;
  text-align: center;
}

a.btn span img {
  margin-left: 15px;
  margin-bottom: 0 !important;
}

.page-module-item-recruitment .article {
  margin-bottom: 50px;
}

/*# sourceMappingURL=maps/css/pages.css.map */

.loading {
    position: relative;
    display: block;
    height: 400px;
    background: url(../img/loading.gif) no-repeat center center;
}

.excel-btn {
    background-color: #23b2d9 !important;
    margin: 10px;
    color: #fff;
    padding: 5px 15px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.excel-btn:hover {
    background-color: #65d1e8 !important;
}

#uid_reset, #reset_form, #checkEmail {
    display: none;
}
#checkEmail {
    cursor: pointer;
}

.form-error {
    color: #d72121 !important;
}

.page-res .article .pagination {
    text-align: center;
}

.judge_box table {
    width: 60%;
    float: left;
}
.judge_box .judge_ph {
    width: 38.5%;
    float: right;
}

#study_confirm table th, #quote_confirm table th, #recruit_confirm table th, #contact_confirm table th {
    width: 20%;
}

.jis-filter {
    position: relative;
    width: 30%;
    float: right;
}
.jis-filter input {
    padding-right: 40px;
}
.jis-filter button {
    position: absolute;
    top: 50%;
    right: 0%;
    cursor: pointer;
    transform: translateY(-50%);
}
.jis-filter button:hover {
    background: #eee;
}
.jis-filter button:after {
    display: block;
    content: '\f002';
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    right: 1px;
    top: 50%;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.register-form .item .dob li {
    width: 135px;
    display: inline-block;
}
.register-form .item .dob .year, .register-form .item .dob .month, .register-form .item .dob .date {
    width: 100px;
    float: left;
    margin-right: 10px;
}

.clearfix.double_button a.fll {
    display: block;
    float: left;
}
.clearfix.double_button a.flr {
    display: block;
    float: right;
}

.lectTable td:first-child {
    width: 290px;
}
.hidden {
    display: none;
}

.page-res .article .btn-load p{
    text-align: center;
}
.btn-load p{
    display: none;
}
.page-res .article .block{
    display: block;
}