@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.prtext{
text-shadow: 1px 2px 3px rgb(210, 201, 201);
}


.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -2rem; //2文字分下に下げる
}


@media (min-width: 600px) {
  .c-postTitle__ttl {
    display: none;
  }
}

@media (min-width: 960px) {
  .-series .l-header__logo {
    display: none;
  }
}


.-txt .c-headLogo__link {
  display: none;
}

.l-header__customBtn, .l-header__menuBtn {
  display: none;
}

@media (min-width: 960px) and (min-width: 600px) {
  .-series .c-headLogo {
    display: none;
  }
}


/************************************
** front-page 
************************************/

@media screen and (max-width: 640px) {
	#main-table-sp-h2 {
		padding: 10px 0;
	}
	#main-table-sp th {
		padding-top: 3px;
		padding-bottom: 3px;
	}
}

.post_content .pc-py-40 {
	padding-bottom: 4em!important;
	padding-top: 1em!important;        
}


#s_03 .cap_box_ttl {
    background: #669966;
}


#s_08 .is-style-balloon_box {
    background: #669966!important;
}
#s_08 .is-style-balloon_box:before {
    border: 12px solid transparent;
    border-top: 12px solid #669966;
}
#s_08 .vkfs button[type=submit] {
    background: #696!important;
}
#s_08 .vkfs button[type=submit]:hover {
    border: 1px solid #669966!important;
    background: #fff!important;
    color: #669966!important;
    transition: 0.7s;
}


/************************************
**  
************************************/
#breadcrumb {
  display:none;
}
@media (min-width: 600px) {
  .l-content {
    padding-top: 0em;
  }
}
.c-pageTitle[data-style="b_bottom"] {
  display: none;
}

.l-mainContent__inner > .post_content {
  margin: 0em 0;
}

@media (min-width: 600px) {
  .c-postTitle__ttl {
    display: none;
  }
}

@media (min-width: 960px) {
  .-series .l-header__logo {
    display: none;
  }
}

/************************************
** 転職サイト 記事内の外枠
************************************/
.better {
  box-shadow: 0 0 8px gray;
}

/************************************
** post_list  一覧のデザイン
************************************/

h2.p-postList__title {
    display: none!important;
}
.p-postList__meta {
    display: none;
}

.replace-excerpt {
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
}

.replace-excerpt .row-1st {
    margin-bottom: 1em;
}

.replace-excerpt .row-1st li {
    list-style: initial;
    margin-left: 30px;
}
.tbl-r04 {
    width: 100%;
    margin-bottom: 30px;
} 
.tbl-r04 th {
  background: #009688;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r04 td {
	border: solid 0.5px #ccc;
	padding: 10px;
}
.list-inner-button {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #f0c829;
    color: #fff;
    padding: 10px;
    transition: 0.5s ease;
    margin-bottom: 30px;
}
.post-type-archive-job_search_site .p-postList__link:hover .list-inner-button {
    background: #364da8;
}

@media screen and (max-width: 640px) {
.tbl-r04 {
    width: 100%;
 } 
.table_01 {
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_01 th {
  background: #009688;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.table_01 td {
  border: solid 1px #ccc;
  padding: 10px;
}

} 


