@charset "utf-8";
/* CSS Link Document */

a{
	color:	var(--link-color);
	/* --link-hover-color:#02b875; */
  transition: 0.2s ease-out;
}
a:hover{
	color:	var(--link-hover-color);
}

/* entry */
.entry-link.regentry a,
.entry-link.entry a{
	/* display: inline-block; */
    font-weight: 600;
    color: var(--white-color);
    text-align: center;
    /* vertical-align: middle; */
    background-color: var(--orange-color-2);
    border: none;
    padding: 0 40px;
    font-size: 1.4rem;
    /* line-height: 40px; */
    border-radius: 5px;
    height: 40px;

  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;

	height: 60px;
	padding-left:60px;
	background-image: url(/themes/custom/korejob_front/img/entry-tamura-btn.webp);
	background-repeat:  no-repeat;                         /* 画像の繰り返しを指定  */              
    background-position:left 10px center; 
  	background-size: 40px auto;

	  display: flex;
	  flex-wrap: wrap;
	  align-content: center;
	  font-size:1.4em;

}
.entry-link.regentry a:after,
.entry-link.entry a:after {
	content:"最短2分でカンタン入力";
    display:block;
    width:100%;
    font-size:1.4rem;
}

.entry-link.regentry a:hover,
.entry-link.entry a:hover{
	background-color: var(--orange-hover-color-2);
}
.entry-link.expired a{
  line-height: 40px;
}
.entry-link.entried a {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--orange-color-2);
  text-align: center;
  background-color: var(--white-color);
  border: 2px solid var(--orange-color-2);
  pointer-events: none;
  padding: 0 20px;
  border-radius: 5px;
  height: 40px;
  
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* flag */
.page-node-type-job .job-button-area .flag-flag-job a {
  margin-bottom: 0.5rem
}

.page-node-type-job .job-button-area .flag-flag-job.action-flag a{
	display: inline-block;
    font-weight: 600;
    color: var(--orange-color-2);
    text-align: center;
    vertical-align: middle;
    background-color: var(--orange-color-4);
    border: none;
    padding: 0 40px;
    font-size: 1.4rem;
    line-height: 40px;
    border-radius: 5px;
    height: 40px;
}
.page-node-type-job .job-button-area .flag-flag-job.action-flag a:hover{
	background-color: var(--green-hover-color);
}

.page-node-type-job .job-button-area .flag-flag-job.action-unflag a {
  display: inline-block;
  font-weight: 600;
  color: var(--green-color);
  text-align: center;
  vertical-align: middle;
  background-color: var(--white-color);
  border: 0.1rem solid var(--green-color);
  padding: 0 40px;
  font-size: 1.4rem;
  line-height: 40px;
  border-radius: 0px;
  height: 40px;
}
.page-node-type-job .job-button-area .flag-flag-job.action-unflag a:hover {
  background-color: var(--green-hover-color);
}



/* *************************************************************************************
 * Customize
 ************************************************************************************* */
/* 本文中のリンク（お知らせ/コラム/基本ページ） */
body.page-node-type-article .maincontent .block-system-main-block a,
body.page-node-type-column .maincontent .block-system-main-block a,
body.page-node-type-page .maincontent .block-system-main-block a {
	text-decoration: underline;
}

/*一覧へ戻る*/

.node .more {
  margin-top:60px;
}
.node .more a {
	background-color: var(--orange-color-2);
	border-radius: 9999px;
	color: var(--white-color);
  text-decoration: none!important;
  padding: 15px 10px;
	width: 100%;
  max-width: 300px;
	text-align: center;
	font-size: 1.6rem;
  margin-left: auto;
  margin-right: auto;
	display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.node .more a:after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: 2px solid var(--white-color);
    border-right: 2px solid var(--white-color);
    transform: rotate(-45deg);
}
.node .more a:hover {
	opacity: 0.8;
}
