@charset "utf-8";

/* ================================================================================ */
/*                                                                                  */
/*      スタイル初期化                                                              */
/*                                                                                  */
/* ================================================================================ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address,select,input{
	margin:0;
	padding:0;
}

input::placeholder{
	color: #AAA;
}

body{
	line-height:1;
	color:#333;
	font-family:Helvetica, HiraKakuProN-W3, sans-serif;
}

html,body{
	-webkit-text-size-adjust:none;
}


a img,img{
	border:0;
}

ul,ul li{
	list-style:none;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}


a{
	text-decoration:underline;
	color:#666;
}

address{
	font-style:normal;
}

.att{
	color:#ff3333;
}
.attention{
	padding: 0 10px;
}

/* ================================================================================ */
/*                                                                                  */
/*      clearfix                                                                    */
/*                                                                                  */
/* ================================================================================ */

.clearfix{
	zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/* ================================================================================ */
/*                                                                                  */
/*      汎用スタイル                                                                */
/*                                                                                  */
/* ================================================================================ */

body{
	font-size:12px;
}

.center{
	text-align:center !important;
}

.left{
	text-align:left !important;
}

.right{
	text-align:right !important;
}

hr{
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#DDD;
	height:1px;
	margin:5px 0;
}

/*----------------------------------------------------------------【見出し】*/

h1{
}

h2{
	font-size:15px;
	border-top: 5px solid #da6272;
	border-bottom: 1px solid #DDD;
	padding:5px 10px;
	background:#f9f9f9;
	line-height:1.4;
	margin-bottom:5px;
}

h2>a{
	color:#555;
}

h2.more{
	padding:0;
}

h2.more a{
	display:block;
	background:url(../../img/sp/arrow_big.png) no-repeat right;
	background-size:35px 25px;
	-webkit-background-size:35px 25px;
	-moz-background-size:35px 25px;
	text-decoration:none;
	color:#333;
	padding:5px 10px;
}

h3{
	font-size:14px;
	line-height:1.2;
}

h4{
	color:#555;
}


/*----------------------------------------------------------------【外枠設定】*/

#wrapper{
	width:100%;
	margin:0 auto;
}




/* ================================================================================ */
/*                                                                                  */
/*      ヘッダーデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

.headLine {
    background: #ECADB7;
}

.headLine p {
	color: #fff;
	padding: 5px;
	font-size: 10px;
}


header{
	padding:0px 0px 0 5px;
}

header #logo{
	float:left;
}

header #logo img{
	width:130px;
}

header .menu{
	float:right;
	font-size:16px;
	padding-top:10px;
}

header .menu p{
	margin-top:5px;
	display:block;
	/*
	background:url(../../img/sp/menu.png) no-repeat right;
	*/
	background-size:28px 26px;
	-webkit-background-size:28px 26px;
	-moz-background-size:28px 26px;
	width:28px;
	height:26px;
	overflow:hidden;
}

header .new_message{
	position:absolute;
	right:5px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:80%;
	padding:2px 4px;
	display:inline-block;
	background-color:#f03;
}

header .new_message span{
	display:none;
}

header .new_message{
}

.menuList {
	display: flex;	
	justify-content: flex-end;
    align-items: center;
}

.menuList a {
	text-decoration: none;
	color: #da6272;
	font-size: 10px;
	text-align: center;
	border-left: 1px dotted #da6272;
	padding: 0 5px;
}

.menuList a.menu {
	background: #da6272;
	padding: 0px 5px;
	float :none;
	height: 52px;
}

.menuList a.menu p {
	width: auto;
	height: auto;
}

.menuList a.menu p img {
	vertical-align: middle;	
}

.menuList__regist--scout {
	position: relative;	
}

.menuList__regist--scout span {
	position: absolute;	
	color: #fff;
	background: red;
	border-radius: 50%;
	padding: 3px 5px;
	right: 1px;
	top: 1px;
}




/* ================================================================================ */
/*                                                                                  */
/*      メニューデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

.l-offset {
	background: #333;
	padding: 10px;
	display: none;
	box-sizing: border-box;
}

.offsetClose {
	margin: 20px 0 0;
}

.offsetClose__btn {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 11px;
	padding: 10px 0;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
}

.offsetClose__btn .fa {
	margin: 0 10px 0 0;
}

/* メニューパネル
----------------------------------------------- */

.myMenuPanel {
	margin: 0 0 10px;
}

.myMenuPanel__title {
	background: #da6272;
	color: #FFF;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	font-size: 12px;
}

.myMenuPanel__title a {
	color: #FFF;
}

.myMenuPanel__title .fa {
	font-size: 20px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.myMenuPanel__title__name {
	color: #fffc00;
	margin: 0 5px;
}

.myMenuPanel__body {
	padding: 10px;
	background: #FFF;
}

.myMenuPanel__body__ {}

.myMenuList {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5px;
	list-style: none;
}

.myMenuList__item {
	width: 33.3333%;
	padding: 2.5px;
	box-sizing: border-box;
}

.myMenuList__item > a {
	display: block;
	background-image: linear-gradient(#fff 20%,#efefef);
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 10px 10px 6px;
	text-decoration: none;
}

.myMenuList__item__icon {
	position: relative;
	display: block;
	height: 55px;
	width: 55px;
	margin: 0 auto 5px;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.myMenuList__item__icon__cnt {
	position: absolute;
	top: 0;
	right: -10px;
	background: #fb0700;
	color: #FFF;
	font-size: 10px;
	border-radius: 2px;
	padding: 5px;
}

.myMenuList__item__name {
	display: table;
	width: 100%;
}

.myMenuList__item__name > span {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	height: 3em;
	line-height: 1.4em;
	vertical-align: middle;
}

.myMenuList__item__icon--message {
	background-image: url(../../img/sp/mymenulist_message.png);
}

.myMenuList__item__icon--entry {
	background-image: url(../../img/sp/mymenulist_entry.png);
}

.myMenuList__item__icon--resume {
	background-image: url(../../img/sp/mymenulist_resume.png);
}

.myMenuList__item__icon--clip {
	background-image: url(../../img/sp/mymenulist_clip.png);
}

.myMenuList__item__icon--edit {
	background-image: url(../../img/sp/mymenulist_edit.png);
}

.myMenuList__item__icon--search {
	background-image: url(../../img/sp/mymenulist_search.png);
}

/* myMenuLinks */

.myMenuLinks {
	list-style: none;
	margin: 5px -2.5px;
	display: flex;
	flex-wrap: wrap;
}

.myMenuLinks__item {
	width: 50%;
	padding: 2.5px;
	box-sizing: border-box;
}

.myMenuLinks__item > a {
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px;
	background-image: linear-gradient(#fff 20%,#efefef);
	border: 1px solid #CCC;
	border-radius: 2px;
}

.myMenuLinks__item--register {}

.myMenuLinks__item--register a {
	background-image: linear-gradient(to right,#da6272 0%,#da6272 100%);
	border: 1px solid #da6272;
	color: #FFF;
	font-size: 14px;
}

.myMenuLinks__item--login {}

.myMenuLinks__item--login a {
	background-image: linear-gradient(to right,#FFF 0%,#FFF 100%);
	border: 1px solid #FFF;
	color: #333;
	font-size: 14px;
}

.myMenuLinks__item--fresh a {
	background: #DDD;
	border: 1px solid #888;
}

.myMenuLinks__item--fresh a .fa {
	margin: 0 10px 0 0;
	font-size: 15px;
	vertical-align: top;
}

.myMenuLinks__item--fresh.active a {
	background-image: linear-gradient(to right,#FFF 0%,#FFF 100%);
}

.myMenuLinks__item--mid a {
	background: #DDD;
	border: 1px solid #888;
}

.myMenuLinks__item--mid.active a {
	background-image: linear-gradient(to right,#FFF 0%,#FFF 100%);
}

.myMenuLinks__item--mid.active a .fa {
	margin: 0 10px 0 0;
	font-size: 15px;
	vertical-align: top;
}

.l-offset .myMenuPanel__body {
	background: rgba(255,255,255,0.7);
}

.pageslide{
	/* These styles MUST be included. Do not change. */
	display:none;
	top:0;
	height:100%;
	z-index:999999;

	/* Specify the width of your pageslide here */
	width:100%;

	/* These styles are optional, and describe how the pageslide will look */
	background-color:#ecadb7;
	color:#FFF;
}



/* ================================================================================ */
/*                                                                                  */
/*      フッターデザイン                                                            */
/*                                                                                  */
/* ================================================================================ */

footer{
	padding: 10px;
}

footer #pagetop{
	text-align:center;
	padding: 10px;
	margin: 0 0 10px;
}

footer #pagetop a{
	border:1px solid #ecadb7;
	background-color:#ecadb7;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	padding:5px 0;
	display:block;
	width:150px;
	margin:0 auto;
}

footer .foot_inline{
	border-top:1px solid #CCC;
}

footer .foot_inline .foot_menu{
}

footer .foot_inline .foot_menu li{
	border-bottom: 1px solid #CCC;
	background: url(../../img/sp/arrow.png) no-repeat right;
	background-size: 20px 11px;
	line-height: 1.5;
}

footer .foot_inline .foot_menu li a{
	display: block;
	padding: 7px 30px 7px 10px;
	text-decoration: none;
	color: #333;
}

footer .footCopy {
	text-align: center;
	font-size: 10px;
	padding: 20px 0;
}



/* ================================================================================ */
/*                                                                                  */
/*      コンテンツデザイン                                                          */
/*                                                                                  */
/* ================================================================================ */


/*----------------------------------------------------------------【汎用デザイン】*/

#contents {
	padding: 10px;
	background: #fff4f9;
}

#contents p{
	line-height:150%;
}

#contents ul li{
	line-height:150%;
}

#contents .description{
	margin:10px;
}

.contents_box {
	background: #FFF;
	margin: 0 0 20px;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}
.contents_box--none {
	background: none;
}

.main {
	background: #FFF;
	margin: 0 0 20px;
	padding: 10px;
}

.main table {
	width: 100%;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-size: 14px;
	font-size: 0.9rem;
}

.main table caption {
	background: #555;
	color: #FFF;
	font-size: 10px;
	padding:4px 5px;
}

.main table th {
	background: #F4F4F4;
	border: 1px solid #CCC;
	padding: 4px 5px;
}

.main table td {
	background:#FFF;
	border: 1px solid #CCC;
	padding: 4px 5px;
}


.pageInformation {
	line-height: 1.6em;
	margin: 0.6em 0;
	font-size: 12px;
}

/*--------------------------------------------------------------求人検索パネル(トップ)*/

.jobSearchSelect {
	margin: 10px 0 20px;
}

.jobSearchSelect__switch {
	display: flex;
	margin: 0 -2px;
}

.jobSearchSelect__switch__title {
	padding: 0 2px;
	width: 50%;
}

.jobSearchSelect__switch__title a {
	display: block;
	padding: 14px 12px 12px;
	font-size: 15px;
	font-weight: bold;
	background: #BABABA;
	color: #FFF;
	text-decoration: none;
}

.jobSearchSelect__switch__title a .fa {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.jobSearchSelect__switch__title--active {}

.jobSearchSelect__switch__title--active a {
	background: #DA6272;
	color: #FFF;
}

.jobSearchSelect__body {
	padding: 10px;
	background: #FFF;
	border: 2px solid #DA6272;
}

.jobSearchF {
	display: flex;
	margin: 0 -5px;
}

.jobSearchF__title {
	width: 50%;
	padding: 5px;
	text-align: center;
	border: none;
	background: transparent;
	line-height: 1;
	margin: 0;
}

.jobSearchF__title > a {
	display: block;
	text-decoration: none;
	border: 1px solid #666;
	border-radius: 2px;
	background-image: linear-gradient(#FFF 20%,#EFEFEF);
	color: #333;
	padding: 10px;
}

.jobSearchF__title__icon {
	display: block;
	margin: 0 auto 5px;
	height: 40px;
}

.jobSearchF__title__icon .fa {
	line-height: 40px;
	font-size: 30px;
}

.jobSearchF__title__name {
	color: #333;
	font-size: 12px;
}

.jobSearchC {
	margin: 0;
}

.jobSearchC__now {}

.jobSearchC__now p {
	padding: 3px;
	margin: 0;
	font-size: 11px;
	color: #666;
}

.jobSearchC__now p:empty {
	display: none;
}

.jobSearchFW {}

.jobSearchFW__ {
	display: flex;
	margin: 5px 0 0;
}

.jobSearchFW__text {
	flex-grow: 1;
	padding: 0 5px 0 0;
}

.jobSearchFW__text > input[type="text"] {
	border: 1px solid #CCC;
	border-radius: 3px;
	height: 30px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.jobSearchFW__submit {}

.jobSearchFW__submit > input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	padding: 0 1em;
	border-radius: 3px;
	background: #da6272;
	border: 1px solid #da6272;
	color: #FFF;
	cursor: pointer;
	box-sizing: border-box;
}

/*--------------------------------------------------------------求人検索パネル(検索画面)*/

.jobSearchPanel {
	border: 1px solid #a17547;
	margin: 0 0 10px;
}

.jobSearchPanel__title {
	background: #a17547;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
}

.jobSearchPanel__title__toggle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}

.jobSearchPanel__title__set {
	position: relative;
	color: #FFF;
}

.jobSearchPanel__title__set__icon {
	font-size: 14px;
	margin: 0 5px;
}

.jobSearchPanel__title__set__name {
	font-size: 12px;
	font-weight: bold;
}

.jobSearchPanel__title__set__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotateZ(180deg);
}

.jobSearchPanel__body {
	padding: 10px;
	background: #FFF;
	display: none;
}


/* 検索フォーム
----------------------------------------------- */

.jobSearchForm {
	width: 100%;
}

.jobSearchForm__hint {
	color: #673a1b;
	font-size: 11px;
	margin: 10px 0 5px;
}

/* フォーム内の条件
----------------------------------------------- */

.searchCondition {
	margin: 0 0 9px;
	padding: 0 0 9px;
	border-bottom: 1px dashed #CCC;
}

.searchCondition__label {
	padding: 6px 0;
	line-height: 1;
	position: relative;
	overflow: hidden;
}

.searchCondition__label__more {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 20px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}

.searchCondition__label .fa {
	color: #333;
	font-size: 18px;
	margin: 0 9px 0 0;
	vertical-align: middle;
}

.searchCondition__label span {
	font-size: 12px;
	font-weight: bold;
}

.searchCondition__setting {
}

.searchCondition__setting__row {}

.searchCondition__setting__row + .searchCondition__setting__row {
	margin: 5px 0 0;
}

.searchCondition--horizontal {
	display: flex;
}

.searchCondition--horizontal .searchCondition__label {
	width: 100px;
}

.searchCondition--horizontal .searchCondition__setting {
	flex-grow: 1;
}

.searchCondition--submit .searchCondition__label {
	display: none;
}

.searchCondition--submit input[type="submit"] {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 4em;
	border-radius: 3px;
	background: #ff9900;
	border: 1px solid #ff9900;
	background-image: linear-gradient(#fbaa31,#ff9900);
	color: #FFF;
	cursor: pointer;
}


/* stylishLabel */

.stylishLabel {
}

.stylishLabel label {
	display: inline-block;
	margin: 5px 2px 5px 0;
}

.stylishLabel label input[type="checkbox"] {
	display: none;
}

.stylishLabel label input[type="checkbox"] + span {
	display: inline-block;
	padding: 4px 6px 4px 26px;
	position: relative;
	line-height: 1;
	font-size: 12px;
}

.stylishLabel label input[type="checkbox"] + span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px solid #CCC;
}

.stylishLabel label input[type="checkbox"]:checked + span::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	transform-origin: top left;
	transform: rotateZ(-45deg);
	width: 7px;
	height: 5px;
	border-bottom: 2px solid #ff9900;
	border-left: 2px solid #ff9900;
}

/* stylishSelect */

.stylishSelect {
	position: relative;
	border-radius: 3px;
	border: 1px solid #CCC;
	width: 100%;
	height: 44px;
	box-sizing: border-box;
}

.stylishSelect__btn {
	position: absolute;
	right: -1px;
	top: -1px;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	background: #BBB;
	color: #FFF;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	box-sizing: border-box;
	z-index: 2;
}

.stylishSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background: transparent;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	width: 100%;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	box-sizing: border-box;
}

/* stylishText */

.stylishText {}

.stylishText input[type="text"] {
	border: 1px solid #CCC;
	border-radius: 2px;
	padding: 7px 10px;
	width: 100%;
	box-sizing: border-box;
}


/*----------------------------------------------------------------【フリーワード検索】*/
#contents .free_search{
	background: #EEE;
	padding:4px 0;
	margin: 0 0 10px;
	box-shadow: none;
}

#contents .free_search label{
	display:none;
}

#contents .free_search form {
	display: block;
	position: relative;
	height: 36px;
	overflow: hidden;
}

#contents .free_search form input[type="text"]#free {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	height: 36px;
	width: 100%;
	z-index: 1;
	background: #FFF;
	font-size: 14px;
	padding:8px 5px;
	border:none;
}

#contents .free_search form input[type="submit"].search_button {
	position: absolute;
	right: 0;
	z-index: 2;
	background: #333;
	color:#FFF;
	border:none;
	font-size:14px;
	height:36px;
	line-height:36px;
	width:65px;
	-webkit-appearance:none;
	cursor: pointer;
}

/*----------------------------------------------------------------【求人詳細】*/
#contents h2.job_h2 span.cate{
	padding-right:3px;
}

#contents h2.job_h2 span.pickup{
	background-color:#DD1144;
	color:#fff;
	font-size:10px;
	margin:2px 0 0 3px;
	font-weight:normal;
	display:inline-block;
	vertical-align:top;
	padding:2px 3px;
	white-space: nowrap;
}

#contents .date{
	font-size:12px;
	text-align:right;
	padding:5px;
}

/*----------------------------------------------------------------【店舗アルバム】*/

.album{
}
.album__title{
	border-left:none;
	background-color: #da6272;
    color: #FFF;
    font-size: 12px;
	padding: 5px 5px 5px 10px;
	line-height: 150%;
}
.album__list{
	display: flex;
	flex-wrap: wrap;
	min-height: 270px;
}
.album__item{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0.5rem;
}
.album__container{
	line-height: normal;
	border:1px solid #DDD;
	background-color: #FFF;
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
}
.album__img {
	text-align: center;
}
.album__img img{
	width: 280px;
	height: 173px;
    object-fit: cover;
}
.album__comment{
	margin: 0.5rem 0.5rem 0 0.5rem;
}

/*----------------------------------------------------------------【スタッフアルバム】*/

.staff{
}
.staff__title{
	border-left:none;
	background-color: #da6272;
    color: #FFF;
    font-size: 12px;
	padding: 5px 5px 5px 10px;
	line-height: 150%;
}
.staff__list{
	display: flex;
	flex-wrap: wrap;
	min-height: 220px;
}
.staff__item{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0.5rem;

}

.staff__container{
	line-height: normal;
	border:1px solid #DDD;
	background-color: #FFF;
	padding: 0.5rem;
	display: flex;
	flex-direction: column;
}
.staff__profile{
	display: flex;
	flex-direction: row;
	margin-bottom: 0.5rem;
}

.staff__img {
	text-align: center;
}
.staff__detail{
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
}
.staff__comment{
	vertical-align: baseline;
}
/* ソーシャルボタン
----------------------------------------------- */

#contents #social {
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

#contents #social > div:first-child {
    margin: 5px 0 0 0;
}

#contents #social > div:not(:first-child) {
    margin: 5px 0 0 15px;
}

#contents #social .mixi {
    width: 60px;
}

#contents #social .hatena {
    width: 50px;
}

#contents #social .twitter {
    width: 60px;
}

#contents #social .facebook {
    width: 83px;
}

#contents #social .line {

}


#contents .gift{
	border: 1px dotted #666;
	padding: 5px;
	margin: 5px;
	display: inline-block;
}



/* 特徴アイコン
----------------------------------------------- */
#contents .icon{
	padding:10px;
}

#contents .icon li{
	margin:0 4px 4px 0;
	display:inline-block;
	font-size:11px;
	border:1px solid #BBB;
	padding:0 3px;
	white-space:nowrap;
}

#contents .icon li a{
	text-decoration: none;
}


/* flick
----------------------------------------------- */
#contents .flick{
	width:100%;
	position:relative;
	overflow:auto;
	margin:10px auto;
}

#contents .flick ul{
	display:block;
	margin:0;
	padding:0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#contents .flick ul li{
	float:left;
	padding:0;
	width:100%;
	border:0;
	line-height:1.4;
}

#contents .flick ul li p.img{
	text-align:center;
}

#contents .flick ul li p.img span{
	line-height:148px;
	display:block;
	background-color:#FAFAFA;
	border:1px solid #CCC;
}
#contents .flick ul li p.img img{
	width: 100%;
	height: 100%;
}

#contents .flick ul li p.text{
	padding:5px 0 0;
	margin:0 10px;
	font-size:12px;
}

#contents .navi a{
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	width:30px;
	margin-top:50px;
	border:1px solid #CCC;
}

#contents .nextbtn{
	background:url(../../img/sp/arrow.png) no-repeat right;
	background-size:20px 11px;
	-webkit-background-size:20px 11px;
	-moz-background-size:20px 11px;
	float: right;
	margin-right:10px;
}

#contents .backbtn {
	background:url(../../img/sp/arrow3.png) no-repeat left;
	background-size:20px 11px;
	-webkit-background-size:20px 11px;
	-moz-background-size:20px 11px;
	float: left;
	margin-left:10px;
}

#contents .nextbtn.inactive,
#contents .backbtn.inactive {
	opacity : 0.3;
}

#contents .indicator{
	position: relative;
	overflow: hidden;
	width: 13px;
	height: 5px;
	background: url(../../img/sp/indicater_bg.png) repeat-x left top;
	margin: 10px auto 10px auto;
}

#contents .indicator img{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}


/*----------------------------------------------------------------【リストデザイン】*/


/* link_list
----------------------------------------------- */
.link_list{
}

.link_list ul li{
	border-bottom:1px solid #CCC;
	background:url(../../img/sp/arrow.png) no-repeat right;
	background-size:20px 11px;
	-webkit-background-size:20px 11px;
	-moz-background-size:20px 11px;
	line-height:1.5;
}

.link_list ul li a{
	display:block;
	padding:7px 30px 7px 10px;
	text-decoration:none;
	color:#333;
}

.link_list ul li.image{
	background:none;
	text-align:center;
}


/* info_list
----------------------------------------------- */
#contents .info_list{
}

#contents .info_list li{
	border-bottom:1px solid #CCC;
	padding:7px 10px;
	line-height:1.5;
}

#contents .info_list ul li span{
	color:#555;
	font-weight:bold;
}

#contents .info_list ul li p{
	font-size: 12px;
	padding: 0 10px;
}



/* item_list
----------------------------------------------- */
#contents .item_list{
}

#contents .item_list article{
	border-bottom:1px solid #CCC;
	background:url(../../img/sp/arrow.png) no-repeat right;
	background-size:20px 11px;
	line-height:1.5;
	display:table;
	width:100%;
}

#contents .item_list article>a{
	padding:7px 30px 7px 10px;
	text-decoration:none;
	color:#333;
	display:block;
}

#contents .item_list article .img{
	width:74px;
	display:table-cell;
}

#contents .item_list article .img img{
	width:64px;
	height:40px;
}

#contents .item_list article .img+.text{
	display:table-cell;
	vertical-align:top;
}

#contents .item_list h3{
	border:0;
	padding:0;
	margin-bottom:5px;
	font-weight: normal;
}

#contents .item_list .price{
	font-size:12px;
	color:#FF4574;
}

#contents .item_list .sub{
	font-size:12px;
}

#contents .item_list .cate{
	font-size:12px;
}


/* search_item */
#contents .search_item article{
	border-bottom:none;
	background:none;
	margin: 0 0 10px;
}

#contents .search_item article>a{
	padding:7px 10px 0;
}

#contents .search_item h3{
	font-weight:bold;
	color:#666;
	font-size:15px;
}

#contents .search_item h3 span{
	font-size:12px;
	font-weight:normal;
}

#contents .search_item h3 .pickup{
	background-color: #DD1144;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}

#contents .search_item .sub{
	font-size: 10px;
}

#contents .search_item table{
	width:100%;
	font-size: 0.9rem;
	clear:both;
	margin:0;
}

#contents .search_item table th{
	border:1px solid #CCC;
	border:none;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:3px;
	width:58px;
	font-weight:normal;
	background-color:#fff8f8;
}

#contents .search_item table td{
	border:1px solid #CCC;
	border:none;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 3px 5px;
}



/* entry_list
----------------------------------------------- */
#contents .entry_list{
	margin:0 0 10px 0;
}

#contents .entry_list article{
	border-bottom:1px solid #CCC;
	line-height:1.5;
	padding:7px 10px 0;
}

#contents .entry_list .img{
	text-align:center;
	padding-bottom: 10px;
}

#contents .entry_list h3{
	border:0;
	padding:0;
	margin-bottom:5px;
}

#contents .entry_list .state{
	font-weight:bold;
	padding-top: 10px;
}

#contents .entry_list .button{
	text-align: center;
}

#contents .entry_list .button a{
	width:auto;
	margin:0 3px;
	padding:3px 15px;
}


/* resume_list
----------------------------------------------- */
.resutmeInputLine{
	display: flex;
	flex-direction: row;
}
.resutmeInputLine input{
	flex-grow: 1;
}

#contents .resume_list article{
	border-bottom:1px solid #CCC;
	background:url(../../img/sp/arrow.png) no-repeat right;
	background-size:20px 11px;
	-webkit-background-size:20px 11px;
	-moz-background-size:20px 11px;
	line-height:1.5;
	display:table;
	width:100%;
}

#contents .resume_list label{
	width:35px;
	display: table-cell;
	vertical-align:middle;
	text-align:center;
}

#contents .resume_list label input[type="radio"]{
	margin-right:3px;
	height:25px;
	width:25px;
	vertical-align:middle;
	margin-bottom:5px;
}

#contents .resume_list .text{
	display: table-cell;
}

#contents .resume_list .text a{
	padding:15px 20px 15px 0;
	display:block;
	text-decoration:none;
	color:#333;
}

#contents .resume_list .date{
	padding:0;
	text-align:left;
}


/* mail_list
----------------------------------------------- */
#contents .description+.mail_list{
	border-top:1px solid #CCC;
}

#contents .mail_list article a{
	color:#333;
}

#contents .mail_list article.open a{
	color:#999;
}

#contents .mail_list article{
	border-bottom:1px solid #CCC;
	background:url(../../img/sp/arrow.png) no-repeat right;
	background-size:20px 11px;
	-webkit-background-size:20px 11px;
	-moz-background-size:20px 11px;
	line-height:1.5;
	display:table;
	width:100%;
}

#contents .mail_list article a.delete{
	width:30px;
	display: table-cell;
	background:url(../../img/sp/delete.png) no-repeat 5px center;
	background-size:16px 16px;
	-webkit-background-size:16px 16px;
	-moz-background-size:16px 16px;
	text-indent:-9999px;
	overflow:hidden;
}

#contents .mail_list article .text{
	display: table-cell;
	padding:0;
}

#contents .mail_list article .text a{
	padding:10px 25px 10px 0;
	display:block;
	text-decoration:none;
}
#contents .mail_list article .text .mailtype{
	background-color:#333;
	color:#FFF;
	font-size:85%;
	padding: 3px;
	margin-right:5px;
}

#contents .mail_list article.open .text .mailtype{
	background-color:#888;
}

#contents .mail_list article .text .title{
	clear:both;
}

#contents .mail_list article .text .content{
	font-size:90%;
}

#contents .mail_list article .date{
	float:right;
	padding:0;
}

/* message_list
----------------------------------------------- */
#contents .message_list article>a{
	text-decoration:none;
	color:#333;
	line-height:1.4;
	display:block;
	padding:10px;
	background:url(../../img/sp/arrow2.png) no-repeat right center;
	background-size:20px 11px;
	padding-right:35px;
}

#contents .message_list article{
	border-bottom:1px solid #CCC;
	line-height:1.5;
}

#contents .message_list article h3{
	line-height:1.4;
}

#contents .message_list article .message_content{
	margin:0 5px 20px 10px;
	border: 1px solid #DDD;
}

#contents .message_list article .message{
	padding:10px;
	font-size: 11px;
}

#contents .message_list article .mailtype{
	font-size:11px;
	padding: 2px 5px;
	margin-right:5px;
	font-weight:normal;
	background: #DDD;
	border-radius: 3px;
}

#contents .message_list article .maildate{
	font-size: 11px;
}

#contents .message_list article .from{
	font-size:11px;
}

#contents .message_list article p.file{
	line-height:1.5;
	background-color:#EEE;
}

#contents .message_list article p.file a{
	display:block;
	background:url(../../img/sp/file.png) no-repeat 10px center;
	background-size:30px 16px;
	padding:2px 10px 2px 45px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#contents .message_list article .mail_action {
	font-size: 12px;
	text-align: center;
	padding: 10px;
	background-color:#DDD;
}

#contents .message_list article .mail_action input[type="button"] {
	padding: 5px 10px;
	font-size: 12px;
}




/*----------------------------------------------------------------【フォーム】*/


/* item検索タブ切り替え
----------------------------------------------- */
#contents #tab2{
	display:none;
}

#contents h2 .search{
	float:right;
	padding:3px 10px;
	margin-right:5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	background:#666;
	font-size:12px;
	white-space:nowrap;
}

#contents h2 .back{
	padding:3px 10px;
	margin-right:5px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	background:#666;
	font-size:12px;
	white-space:nowrap;
	float: right;
}


/* フォーム送信ボタン
----------------------------------------------- */
#contents .button{
	text-align:center;
	padding:10px;
}

#contents .button input{
	cursor:pointer;
	border: solid 1px #da6272;
	padding:10px 20px;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	outline:none;
	text-align:center;
	font-size:14px;
	-webkit-appearance:none;
	background:#da6272;
	color: #fff;
}

#contents .button input+input{
	margin:0 0 0 7px;
}

#contents .button input.btn_back{
	background:#DDD;
	color:#333;
}

#contents .button a{
	width:100%;
	padding:7px 0;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	outline:none;
	text-align:center;
	font-size:14px;
	-webkit-appearance:none;
	background: #da6272;
	color: #FFF;
	box-sizing: border-box;
	border-radius: 2px;
}

#contents .button .not{
	background:#ecadb7;
	color:#fff;
}

#contents .button .not:nth-child(2){
	background: #ecadb7;
}

#contents .button a:nth-child(2){
	background: #ecadb7;
}

#contents .button a+a{
	margin-top:8px;
}

#contents .button .btn_check[disabled="disabled"]{
	width:95%;
	background-color:#DDD;
	color:#888;
}

#contents .button button{
	cursor:pointer;
	border: solid 1px #ccc;
	padding:10px 20px;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	outline:none;
	text-align:center;
	font-size:14px;
	-webkit-appearance:none;
	background: #fff;
}




/* 入力画面
----------------------------------------------- */
#contents .form{
	margin:0 0 10px 0;
}

#contents .form ul li{
	padding:7px 10px;
	line-height:1.5;
}

#contents .form ul li > span{
	color:#555;
	font-weight:bold;
	font-size: 12px;
	display: block;
	margin: 0 0 5px;
	padding: 3px;
	background: #EEE;
}

#contents .form ul li > span + p{
	padding: 5px;
}

#contents .form ul li label + label {
	margin: 0 0 0 10px;
}

/* フォームパーツ */

#contents .form ul li input[type="text"],
#contents .form ul li input[type="email"],
#contents .form ul li input[type="number"],
#contents .form ul li input[type="tel"],
#contents .form ul li input[type="password"],
#contents .form ul li select,
#contents .form ul li textarea{
	border:1px solid #BBB;
	color:#333;
	background:#FFF;
	zoom:1;
	padding:8px;
	margin:0 2px 5px;
	font-size:12px;
	max-width:90%;
}

#contents .form ul li select{
	display:inline-block;
	padding-right:30px;
	background:url(../../img/sp/select.png) no-repeat right;
	-webkit-appearance:none;
	height:36px;
	background-size:20px;
}

#contents .form ul li textarea{
	width:90%;
}

#contents .form ul li input[type="button"]{
	cursor:pointer;
	border:none;
	width:auto;
	padding:10px 5px;
	text-decoration:none;
	font-weight:normal;
	display:inline-block;
	outline:none;
	text-align:center;
	border-radius: 3px;
	background:#666;
	color:#FFF;
	font-size:10px;
}

#contents .form ul li input[type="radio"]{
	margin-right:3px;
	height:20px;
	width:20px;
	vertical-align:top;
	margin-bottom:5px;
}

#contents .form ul li input[type="checkbox"]{
	margin-right:3px;
	height:20px;
	width:20px;
	vertical-align:top;
	margin-bottom:5px;
}

#contents .form ul li .check label,
#contents .form ul li .radio label{
	display:block;
	margin:10px 0;

}

#contents .form ul li .addHopeList {
	margin:5px 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
}

#contents .form ul li .addHopeList span{
	background: #ccc;
	padding: 3px 5px;
	margin-right: 5px;

}

/* エラーフラグ */
#contents .form ul li .validate input[type="text"],
#contents .form ul li .validate input[type="password"],
#contents .form ul li .validate textarea,
#contents .form ul li .validate select{
	border:1px solid #ff8f8f;
}

#contents .form ul li .error{
	padding:0px;
	margin: 0 0 0 5px;
	border:none;
	line-height:1.4;
	font-size:12px;
	background:none;
}

/* エラーメッセージ包括 */
#contents .error{
	line-height:1.5;
	color:red;
	padding:10px;
	margin:10px;
	border:1px solid red;
	background-color:#FFF;
}

/* 登録ヒント */
#contents .form ul li span.hint{
	background: transparent;
	color:#666;
	margin:5px 0 0 5px;
	font-size:10px;
	display:block;
	line-height:1.4;
	font-weight:normal;
}

/* 必須マーク */
#contents .form ul li span.requisite{
	color:red;
	padding:0 3px;
	margin-left:3px;
	font-weight:normal;
	font-size:12px;
}

/* メールアドレス仮登録 */
#contents .form .resMail{
	border: 1px solid #ff3333;
	padding: 10px;
	margin: 5px;
	color: #ff3333;
}




/* 確認画面
----------------------------------------------- */
#contents .form_check{
	margin:0 0 10px 0;
}

#contents .form_check ul{
	margin: 0 0 20px;
}

#contents .form_check ul li{
	border-bottom:1px solid #CCC;
	padding:7px 10px;
	line-height:1.5;
}

#contents .form_check ul li span{
	color:#555;
	font-weight:bold;
}

#contents .form_check ul li p{
	font-size: 12px;
	padding: 0 10px;
}


/*----------------------------------------------------------------【メッセージ】*/
#contents .message{
	padding:20px 10px;
	line-height:1.4;
}

#contents .message p{
	margin:5px 0;
}

#contents .message ul{
	text-align:center;
	padding:10px 0;
}

#contents .message ul li a{
	width:80%;
	padding:7px 20px;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	outline:none;
	text-align:center;
	font-size:14px;
	-webkit-appearance:none;
	background: #fff;
	border: solid 1px #ccc;
}

#contents .message ul li+li a{
	margin-top:10px;
}


/*----------------------------------------------------------------【エラーメッセージ】*/
#contents .error_message{
	padding:20px 10px;
	line-height:1.4;
	color:#F00;
}

#contents .error_message p{
	margin:5px 0;
}

#contents .error_message ul{
	text-align:center;
	padding:10px 0;
}

#contents .error_message ul li a{
	width:80%;
	padding:7px 20px;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	outline:none;
	text-align:center;
	font-size:14px;
	-webkit-appearance:none;
	background: #fff;
	border: solid 1px #ccc;
}

#contents .error_message ul li+li a{
	margin-top:10px;
}



/*----------------------------------------------------------------【ページャー】*/

.search_page{
	padding:20px 0;
	text-align:center;
}

.search_page p{
	font-size:12px;
	margin:0 0 5px 0;
}

.search_page p span{
	font-weight:bold;
	font-size:14px;
	margin:0 3px;
}

.search_page li{
	line-height:24px;
	display:inline;
	padding:3px 0;
}

.search_page li.focus{
	padding:3px 7px;
	font-weight:bold;
}

.search_page li a{
	text-decoration:none;
	padding:3px 7px;
	color:#333;
	border:1px solid #DDD;
}

.search_page li.back a{
	background:#DDD;
}

.search_page li.page a{
	background:#F5F5F5;
}

.search_page li a:hover{
	background:#333;
	color:#EEE;
	border:1px solid #000;
}



/*----------------------------------------------------------------【sub_menu】*/

#contents ul.sub_menu{
	text-align:center;
	padding:10px;
	margin-bottom:-1px;
	border-bottom:1px solid #CCC;
}

#contents ul.sub_menu li{
	display:inline-block;
	margin:0 2px 0.5rem;
}

#contents ul.sub_menu li a{
	display:inline-block;
	background-color:#da6272;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:2px 10px;
	border:1px solid #da6272;
	font-size:12px;
}



/*----------------------------------------------------------------【ニュース本文】*/

#contents .news_text{
	padding:20px 10px;
	line-height:1.4;
}

#contents .news_text p{
	margin:5px 0;
}

#contents .news_text ul{
	text-align:center;
	padding:10px 0;
}

#contents .news_text ul li a{
	width:80%;
	padding:7px 20px;
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	outline:none;
	text-align:center;
	font-size:14px;
	-webkit-appearance:none;
	background: #fff;
	border: solid 1px #ccc;
}

#contents .news_text ul li+li a{
	margin-top:10px;
}


/*----------------------------------------------------------------【ページ本文】*/

/* ページ本文
----------------------------------------------- */
.main .page_text{
	padding: 10px;
	background: #FFF;
	font-size: 14px;
	line-height: 1.4em;
}

.main .page_text h3 {
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding: 0.5em 1em;
	margin: 0 0 1em;
	background: #555;
	color: #FFF;
}

.main .page_text h4 {
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding: 0.5em 1em;
	margin: 0 0 1em;
	background: #EEE;
	color: #333;
}

.main .page_text ul{
	margin: 1em 0 2em 2em;
}

.main .page_text ul li{
	list-style: disc outside;
	margin: 0 0 0.5em;
}

.main .page_text ol{
	margin: 1em 0 2em 2em;
}

.main .page_text ol li{
	list-style: desimal outside;
	margin: 0 0 0.5em;
}

.main .page_text p{
	margin: 0 0 2em;
}

.main .page_text .info_table {
	padding: 0;
}

.main .page_text .qanda {}

.qj-qanda {
	margin: 10px 0px 10px;
}

.qj-qanda dl {
	margin: 0 0 10px;
}

.qj-qanda dl dt {
	position: relative;
	padding: 4px 0 0 30px;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.qj-qanda dl dd {
	position: relative;
	padding: 4px 0 10px 30px;
	margin: 0 0 10px;
	border-bottom: 1px dashed #BBB;
}

.qj-qanda dl dd::after,
.qj-qanda dl dt::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	border-radius: 2px;
}

.qj-qanda dl dt::after {
	content: "Q";
	background: rgba( 77,121,181,1);
}
.qj-qanda dl dd::after {
	content: "A";
	background: rgba(243, 90,114,1);
}

.qj-pageBtn {
	text-align: center;
	margin: 0 0 20px;
}

.qj-pageBtn a {
	display: inline-block;
	padding: 1em 2em;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
	line-height: 1.3em;
	background: linear-gradient(to right, #FF8532 0%, #FFB649 100%);
	background: linear-gradient(to right, #333 0%, #555 100%);
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.qj-pageBtn a + a {
	margin: 0 0 0 0.8em;
}

.qj-pageBtn a:hover {
	opacity: 0.7;
	color: #FFF;
}


/*----------------------------------------------------------------【インタビュー】*/

.interview_detail {}

.interview_photo {
	margin: 0 0 10px;
}

.interview_photo img {
	max-width: 100%;
	height: auto;
}

.interview_description {
	margin: 0 0 10px;
	font-size: 12px;
}

.interview_description2 {
	margin: 0 0 10px;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #DDD;
	border-radius: 5px;
}

#contents .interview_detail .info_list {
	border-top: 1px solid #DDD;
	margin: 0 0 10px;
}

#contents .interview_detail .info_list ul li {
	padding: 10px 10px 20px;
}

#contents .interview_detail .info_list ul li span {
	display: block;
	margin:  0 0 10px;
}

#contents .interview_detail .info_list ul li p img {
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------【質問詳細】*/
#contents .faq_item{
	padding:10px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}

#contents .faq_item .head_info{
	margin-bottom:5px;
}

#contents .faq_item .head_info .item_img{
	float:left;
	width:45px;
}

#contents .faq_item .head_info .item_img img{
	width:35px;
	height:35px;
}


#contents .faq_item .head_info .item_img .q{
	background:url(../../img/sp/qa_q.gif) no-repeat left top;
	width:35px;
	height:35px;
	text-indent:-9999px;
	display:block;
}

#contents .faq_item .head_info .item_img .a{
	background:url(../../img/sp/qa_a.gif) no-repeat left top;
	width:35px;
	height:35px;
	text-indent:-9999px;
	display:block;
}



#contents .faq_item .head_info .user_name{
	margin-left:45px;
}

#contents .faq_item .head_info .time{
	display:block;
	font-size:12px;
}

#contents .faq_item span.img{
	display:block;
	margin-top:10px;
}

#contents .faq_item .supplement{
	margin-top:10px;
}


#contents .faq_item ul.outline{
	border-top:1px dashed #999;
	margin-top:10px;
}

#contents .faq_item ul.outline li{
	width:49%;
}

#contents .faq_item ul.outline li.point{
	text-align:left;
}

#contents .faq_item ul{
	padding:5px 0;
}

#contents .faq_item ul li{
	display:inline-block;
	font-size:12px;
}

#contents .faq_item ul li{
	width:49%;
	display:inline-block;
	font-size:12px;
}

#contents .faq_item ul li.point{
	text-align:right;
}

#contents .faq_item ul li:only-of-type{
	display:block;
	width:auto;
}

#contents .faq_item .faq_category{
	font-size:12px;
}

#contents .faq_item .thank{
	border: 1px dotted #FF7E7E;
	padding:10px;
	margin-top:5px;
}

#contents .faq_item .faq_box h3{
	margin-bottom:5px;
}

#contents .faq_item .faq_box{
	font-size:16px;
	word-break: break-all;
}


/* この質問に対する回答
----------------------------------------------- */
#contents #answer_list{
	margin-top:5px;
}

#contents #answer_list h2 a{
	font-size:14px;
	margin-left:5px;
}

#contents #answer_list ul{
	border:0;
	margin:0;
	padding:5px 0 0;
}

#contents #answer_list li{
	display:block;
	text-align:right;
	width:auto;
}

#contents #answer_list .thank h3{
	font-size:12px;
}

#contents #answer_list .controller4Answer{
	float:left;
}

/*----------------------------------------------------------------【お祝い金申請】*/
#contents .item_list table td.giftBotton a{
	background: #666;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 3px 0;
}


/* ================================================================================ */
/*                                                                                  */
/*      デザインテーマ                                                              */
/*                                                                                  */
/* ================================================================================ */

/* グリッド
----------------------------------------------- */

.cmslGrid {
	display: flex;
	flex-wrap: wrap;
}

.cmslGrid__col {
	width: 100%;
	box-sizing: border-box;
}

.cmslGrid__col--1 { width: 100%; }
.cmslGrid__col--2 { width: 100%; }
.cmslGrid__col--3 { width: 100%; }
.cmslGrid__col--4 { width: 100%; }
.cmslGrid__col--5 { width: 100%; }
.cmslGrid__col--6 { width: 100%; }
.cmslGrid__col--7 { width: 100%; }
.cmslGrid__col--8 { width: 100%; }
.cmslGrid__col--9 { width: 100%; }
.cmslGrid__col--10 { width: 100%; }
.cmslGrid__col--11 { width: 100%; }
.cmslGrid__col--12 { width: 100%; }

.cmslGrid--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslGrid--separate .cmslGrid__col {
	padding: 0 10px;
}


/* ブロック
----------------------------------------------- */

.cmslBlock {
	display: flex;
	flex-wrap: wrap;
}

.cmslBlock__ {
	width: 100%;
	box-sizing: border-box;
}

.cmslBlock--2 .cmslBlock__ { width: 100%;  }
.cmslBlock--3 .cmslBlock__ { width: 100%; }
.cmslBlock--4 .cmslBlock__ { width: 100%; }
.cmslBlock--5 .cmslBlock__ { width: 100%; }

.cmslBlock--separate {
	margin-left: -10px;
	margin-right: -10px;
}

.cmslBlock--separate .cmslBlock__ {
	padding: 0 10px;
}


/* トップページ 記事
----------------------------------------------- */

.qj-article {
	background: #EEE;
	width: 100%;
	margin: -20px 0 0;
}

.qj-article__ {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px 10px;
	box-sizing: border-box;
}

.qj-article__des {
	text-align: center;
}

.qj-article__des__title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

.qj-linkBtn {
	background: #da6272;
	text-decoration: none;
	padding: 12px 20px;
	line-height: 60px;
	border: 1px solid rgba(255,255,255,0.6);
	box-shadow: inset -1px -1px rgba(255,255,255,0.1), inset 1px 1px rgba(255,255,255,0.1);
}

.qj-linkBtn:hover {
	opacity: 0.8;
}

.qj-linkBtn__name {
	color: #fff;
	font-size: 110%;
}

/* 応募
----------------------------------------------- */

.userEntryItemList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.userEntryItem {
	border: 2px solid #B7B7B7;
	background: #FFF;
	padding: 0.5rem;
    display: flex;
	flex-direction: column;
	margin-bottom: 1rem;
}
.userEntryItem__body {	
	background: #FEF7F7;
	padding: 0.5rem 0.2rem;
}
.userEntryItem__body--column {	
    display: flex;
	flex-direction: column;
}
.userEntryItem__body--row {	
    display: flex;
	flex-direction: row;
}
.userEntryItem__photo {
	margin-right: 0.5rem;
	margin-bottom: 0.3rem;
	width: 100px;
	min-width: 100px;
}
.userEntryItem__photo img{
	width: 100%;
	height: 60px;
	margin-right: 0.5rem;
	object-fit: cover;
}
.userEntryItem__detail {
    display: flex;
    flex-direction: column;
}
.userEntryItem__head {
    display: flex;
	flex-direction: row;
	align-items: center;
}

.userEntryItem__foot {
	display: flex;
	flex-direction: row;
}
.userEntryItem__panel {
    display: flex;
	flex-direction: column;
	margin-top: 0.5rem;
}
.userEntryItem__message {
    display: flex;
    flex-direction: column;
}
.userEntryItem__buttonList {
    display: flex;
    flex-direction: row;
	width: 100%;
}
.userEntryItem__date {
	width: 160px;
	min-width: 160px;
	margin-left: auto;
}


.userEntryItem__column {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}
.userEntryItem__column--box {
	border: 1px solid #da6272;
	padding: 0.1rem 0.3rem;
}
.userEntryItem__label {
	display: inline-block;
	text-align: right;
	margin-right: 0.5rem;
	font-size: 0.5rem;
	width: 70px;
}
.userEntryItem__label--flat {
	width: auto;
}
.userEntryItem__text {
	font-size: 0.5rem;
}
.userEntryItem__text--right {
	margin-left: auto;
}

.userEntryItem--bold {
	font-weight: bold;
}
.userEntryItem--large {
	font-size: 1rem;
}
.userEntryItem--pink {
	color: #da6272;
}
.userEntryItem--marginBottom {
	margin-bottom: 0.5rem;
}

.userEntryItem__linkbox {
    position: relative;
}
.userEntryItem__LinkboxLink {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}


.userEntryItem__button {
	flex-basis: 25%;
	margin: 0.2rem 0.2rem;
}

.userEntryItem__button--grow {
	flex-grow: 1;
}

.userEntryItem__buttonLink {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding: 0.5rem;
	text-decoration: none;
	
	background: #FFF;
	color: #666;
	border: 1px solid #666;
	border-radius: 10px;

	font-weight:bold;
}
.userEntryItem__buttonLink:hover {
	opacity:0.7;
}

.userEntryItem__buttonLink--pink {
	background: #ECA2AC;
	color: #EEE;
	border: 1px solid rgba(255,255,255,0.6);
}
.userEntryItem__buttonLink--action {
	background: #EEE;
	color: #666;
}
.userEntryItem__buttonLink--gray {
	background: #B7B7B7;
	color: #EEE;
}
.userEntryItem__buttonLink--black {
	background: #878787;
	color: #EEE;
}
.userEntryItem__buttonLink--bold {
	font-weight:bold;
}
.userEntryItem__buttonLink--nonactive {
	background: #FFF;
	color: #AAA;
	border: 1px solid #AAA;
}


.userEntryItemMessage {
	display: flex;
	flex-direction: row;
	margin: 0.3rem 0;
	align-items: center; 
}
.userEntryItemMessage--new {
	font-weight: bold;
}
.userEntryItemMessage__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	background:#FFF;
	text-align: center;
	margin-right: 0.5rem;
	font-weight: normal;
}
.userEntryItemMessage--new .userEntryItemMessage__icon{
	border:1px solid #da6272;
	color:#da6272;
	background:#FFF;
}
.userEntryItemMessage__text{
}
.userEntryItemMessage--link {
	text-decoration: none;
}
.userEntryItemMessage__read {
	margin-left: 0.5rem;
	color:#da6272;
}


.userMessageBox{
	margin-top: 2rem;
}
.userMessageBox__buttonList {	
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.userMessageBox__button {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding: 0.8rem 2.5rem;
	font-size: 0.9rem;
	text-decoration: none;
	cursor: pointer;
	
	background: #fff;
	color: #da6272;
	border: 2px solid #da6272;
	border-radius: 7px;

	font-weight:bold;
}
.userMessageBox__button:hover {
	opacity:0.7;
}
.userMessageBox__button--reverse {
	background: #da6272;
	color: #fff;
	border: 2px solid #fff;
}

.userMessageBoxItem{
	background: #fff;
	border-bottom: 3px solid #666;
}
.userMessageBoxItem:nth-child(2){
	border-top: 3px solid #666;
}
.userMessageBoxItem--right{
	margin-left: auto;
}


.userMessageBoxItem__inner{
	display: flex;
	flex-direction: column;
	padding: 1rem 0.5rem;
}
.userMessageBoxItem__sub{
	width: 50px;
    margin-right: 0.5rem;
}
.userMessageBoxItem__header{
	display: flex;
	flex-direction: row;
	padding-bottom: 0.8rem;
	border-bottom: 1px dotted #666;
	margin-bottom: 1rem;
}
.userMessageBoxItem--new{
}
.userMessageBoxItem--new .userMessageBoxItem__subject,
.userMessageBoxItem--new .userMessageBoxItem__message{
	font-weight: bold;
}
.userMessageBoxItem--row{
	display: flex;
	flex-direction: row;
}
.userMessageBoxItem--column{
	display: flex;
	flex-direction: column;
}

.userMessageBoxItem__icon{
	padding: 0.2rem 0.5rem;
	border:1px solid #555;
	color:#555;
	font-size: 0.7rem;
	text-align: center;
	display: inline-block;
	width: 30px;
}

.userMessageBoxItem__icon--other{
	border: 2px solid #da6272;
	color:#da6272;
}

.userMessageBoxItem__name{
	font-size: 0.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.userMessageBoxItem__subject{
	font-size: 0.7rem;
}
.userMessageBoxItem__date{
	font-size: 0.5rem;
}
.userMessageBoxItem__read{
	font-size: 0.5rem;
	margin-left: 0.5rem;
	color:#da6272;
}
.muserMessageBoxItem__unread{
	padding: 0.2rem 1rem;
	margin-right: 0.5rem;
	border:1px solid #555;
	border-radius: 10px;
	color:#555;
	font-size: 0.9rem;
	text-align: center;
	display: inline-block;
}
.userMessageBoxItem__message{
	font-size: 0.8rem;
	line-height: 1.3;
}

.userMessageBoxItem__linkbox:hover{
	opacity:0.7;
}

.userMessageBox__form
{
	border:1px solid #555;
	background-color: #FEF7F7;
	margin-bottom: 1rem;
}
.userMessageBox__formInner{
	padding: 1rem 1rem;
}
.userMessageBox__formHead
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0.5rem;
	position: relative;

	font-size: 0.9rem;
}

.userMessageBox__formHead
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 0.5rem;
	position: relative;

	font-size: 0.9rem;
}
.userMessageBox__formHead select
{
	border-radius: 5px;
	padding: 0.2rem 1rem;
	font-size: 0.9rem;
}

.userMessageBox__formHead--right
{
	position: absolute;
	right: 0;
}

.userMessageBox__link{
	background-color: #F2F2F2;
	padding: 0.2rem 1rem;

}

.userMessageBox__row
{
	display: flex;
	flex-direction: row;
	margin-right: 0.5rem;
	margin-bottom: 0.3rem;
}
.userMessageBox__label
{
	width: 40px;
	margin: 1rem 0.5rem 0.5rem 0;
	font-size: 0.9rem;
	color: #555;
}
.userMessageBox__input,
.userMessageBox__input input[type="text"],
.userMessageBox__input textarea
{
	width: 100%;
	font-size: 1rem;
	padding: 0.5rem;
}
.userMessageBox__require
{
	color:#da6272;
}
.userMessageBox_error
{
	color:#da6272;
}

.userMessageBoxInterview{
	border: 2px solid #C9E5FE;
	border-radius: 5px;
	background: #F9FBFF;
	margin: 1rem 0;
}

.userMessageBoxInterview__inner{
	padding: 1rem;
}
.userMessageBoxInterview__list{
	margin-bottom: 1rem;
}
.userMessageBoxInterview__label{
	font-weight: bold;
	font-size: 0.9rem;
}
.userMessageBoxInterview__text{
	font-size: 0.9rem;
}


.hopeButtonList{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	margin: 1rem 0;
}
.hopeButtonList__full{
	flex-grow: 1;
}
.hope__button{
    display: inline-block;
	width: 100%;
	padding: 1rem 0;


	background: #da6272;
    color: #FFF;
	border-radius: 5px;

	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;

	margin-bottom: 0.5rem;
	
	cursor:pointer;
}
.hope__button--white{
	background: #FFF;
    color: #da6272;
	border: 1px solid #545353;
}
/* システムメッセージ
----------------------------------------------- */
.systemMessage__item {
	margin: 0.5rem 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #EEE;
}
.systemMessage__item:last-child {
	margin-bottom: 1rem;
	border-bottom: none;
}
.systemMessage__name {
	color: #333;
}
.systemMessage__name a{
	font-weight:bold;
}
.systemMessage__subject {
	color: #333;
	font-weight:bold;
	position: relative;
	padding-left: 10px;
	font-size: 15px;
}
.systemMessage__subject:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #333;
}

.systemMessage__count {
	margin-left: 0.5rem;
	color: #da6272;
	text-transform: full-width;
}
.systemMessage__list{
	list-style: none;
	padding-left: 1rem;
	margin: 0;
	margin-top: 0.2rem;
}
.systemMessage__text{
	line-height: 1.5;
	margin-bottom: 0.2rem;
	position: relative;
	text-decoration: underline;
}
.systemMessage__text--pink,
.systemMessage__text--pink a{
	color: #da6272;
	text-decoration: underline;
	font-size: 15px;
}

/* PDF
----------------------------------------------- */
.pdf__layout{
	width: 1200px;
	font-family: 'Noto Sans JP';
}
.pdf__container{
	margin-bottom: 16px;
}
.pdf__ceparate{
	width: 100%;
}
.pdf__ceparate--left{
	vertical-align: bottom;
}
.pdf__ceparate--right{
	text-align: right;
	vertical-align: bottom;
}
.pdf__pagination{
	height: 60px;
}

.pdf__header{
	padding: 0 2px;
}

.pdf__user{
}
.pdf__userText{
    width: 850px;
}
.pdf__userImage{
    width: 350px;
}
.pdf__userHeight{
	height: 250px;
}
.pdf__userName{
	height: 150px;
}
.pdf__userSex{
	width: 100px;
	text-align: center;
}
.pdf__userImage{
	padding-left: 10px;
	text-align: center;
}
.pdf__userImage img{
	height: 240px;
}


.pdf__address{
}
.pdf__addressLeft{
	width: 850px;
}
.pdf__addressRight{
    width: 350px;
}
.pdf__addressRow{
	height: 120px;
}
.pdf__addressHeight{
	height: 300px;
}


.pdf__table{
	border-collapse: collapse;
	border: 2px solid #333;
	width: 100%;
}
.pdf__tableRow{
	height: 70px;
}

.pdf__tableUnderLine{
	border-bottom: 2px solid #333;
}
.pdf__tableUnderLine--dashed{
	border-bottom: 2px dashed #333;
}
.pdf__tableSideLine{
	border-right: 2px solid #333;
}
.pdf__tableUnderLine--none{
	border-right: none;
}


.pdf__label{
	padding: 4px 6px;
	vertical-align: top;
}
.pdf__label--table{
	background-color: #DDD;
	font-size: 20px;
}
.pdf__text{
	padding: 4px 8px;
	font-size: 20px;
}
.pdf__text--mini{
	font-size: 12px;
}
.pdf__text--top{
	vertical-align: top;
}

.pdf__subject{
	font-size: 32px;
}
.pdf__date{
	margin-top: auto;
}
.pdf__kana{
	height: 30px;
}
.pdf__name{
	padding: 4px 6px;
	font-size: 60px;
}
.pdf__detail{
	height: 275px;
	vertical-align: top;
	margin: 4px 6px;
	font-size: 20px;
}

.pdf--center{
	text-align: center;
}
.pdf--right{
	text-align: right;
}
.pdf__width--60{
	width: 70px;
}
.pdf__year{
	width: 80px;
}
.pdf__month{
	width: 60px;
}


/* 入力補助
----------------------------------------------- */
.selector_school,
.selector_history,
.selector_license{
	margin-bottom: 0.5rem;
}


.school_item,
.history_item,
.license_item{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.5rem;
}
.school_item:last-child,
.history_item:last-child,
.license_item:last-child{
	margin-bottom: 0;
}

.school_board,
.history_board,
.license_board{
	padding: 0.5rem;
	border:1px solid #CCC;
}

.school_date,
.history_date,
.license_date{
	margin-right: 0.5rem;
}
.school_delete,
.history_delete,
.license_delete{
	margin-left: auto;
	padding: 0.2rem 0.5rem;
	background-color:#444;
	color:#fff;	
	cursor:pointer;
}
.school_delete:hover,
.history_delete:hover,
.license_delete:hover{
	background-color:#ee1133;
}

/* 検討中件数表示
----------------------------------------------- */

.clipCount__item{
	text-align: center;
	font-size: 1.3rem;
	margin: 0.5rem 0 1rem;
}

.clipCount__count{
	color:#ee1133;
}

/* 求人一覧（新着）
----------------------------------------------- */

.jobItem__container{
	display: flex;
	flex-direction: column;
	border: 2px solid #878787;
	background: #fff;
	margin-bottom: 0.5rem;
	padding: 0.5rem;
	border-radius: 15px;
	line-height:1.5;
}
.jobItem__container--attention{
	border: 3px solid #F23E60;
	background: #FFE7EA;
}
.jobItem__main{
	display: flex;
	flex-direction: row;
}
.jobItem__main--arrow:after{
	content: '';
	display: inline-block;
	background-image: url(../../img/sp/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	width: 40px;
	margin-top: 18%;
}
.jobItem__left{
	display: flex;
	flex-direction: column;
	width:120px;
	margin-right: 0.5rem;
}

.jobItem__right{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.jobItem__gift{
	border-top: 1px solid #da6272;
	border-bottom: 1px solid #da6272;
	background-color: #fff;
	text-align: center;
	font-size: 0.6rem;
	margin-bottom: 0.5rem;
}
.jobItem__gift--padding{
	padding: 0.5rem 0.2rem 0.1rem 0.2rem;
}
.jobItem__giftMoney{
	color:#e6556e;
	font-size: 1rem;
}
.jobItem__img--full {
	margin-bottom: 0.5rem;
}
.jobItem__img--full img{
	width:100%;
}
.jobItem__icon{
	margin: 0.5rem 0;
}

.jobItem__icon li{
	margin:0 0.2rem 0.2rem 0;
	display:inline-block;
	font-size:11px;
	background-color: #fff;
	color: #da6272;
	border:1px solid #da6272;
	padding:0.2rem 0.5rem;
	white-space:nowrap;
}

.jobItem__icon li a{
	color: #da6272;
	text-decoration: none;
}


.jobItem__head{
	font-weight: bold;
    font-size: 1rem;
    margin: 0.4rem 0;

}
.jobItem__subject{
	color: #004379;
}
.new .jobItem__subject{
	font-weight: normal;
}
.jobItem__subject--link{
	color: #004379;
	text-decoration:underline;
}
.jobItem__salary{
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0 0 0 20px;
}
.jobItem__salary--price{
	color:#ee1133;
	font-size: 1rem;
}


.jobItem__foot{
	margin-top: auto;
}

.jobItem__category{
	background-color: #ee1133;
	color:#fff;
	font-size: 0.7rem;
	padding: 0.1rem;
	margin-right: 0.5rem;
}
.jobItem__prefectures{
	font-size: 0.7rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jobItem__date{
	font-size: 0.7rem;
	text-align: right;
}

.jobItem__attention{
	display: flex;
	flex-direction: row;
}

.jobItem__attentionIconArea{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jobItem__attentionIcon{
	font-size: 1.3rem;
	text-align: right;
	padding: 0.2rem 1rem;
	background-color: #00B715;
	color: #fff;
	border: 2px solid #545353;
	border-radius: 5px;
	margin: 0.5rem 0;
	white-space: nowrap;
}
.jobItem__attentionMessage {
	position: relative;
	display: inline-block;
	margin: 0.5rem 0 0.5rem 15px;
	padding: 0.2rem 0.5rem;
	width: 100%;
	min-height: 40px;
	color: #555;
	background: #F7FFF0;
	border: solid 3px #00B715;
	border-radius: 15px;
	box-sizing: border-box;
  }
  
  .jobItem__attentionMessage:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	margin-top: -7px;
	border: 7px solid transparent;
	border-right: 7px solid #FFF;
	z-index: 2;
  }
  
  .jobItem__attentionMessage:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -9px;
	border: 9px solid transparent;
	border-right: 9px solid #00B715;
	z-index: 1;
  }
  
.jobItem__attentionMessage--text{
	font-size: 0.9rem;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jobItem__attentionMessage--text--2 {
	font-size: 0.9rem;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jobItem__table{
	width:100%;
	font-size:0.9rem;
	clear:both;
	margin-bottom: 0.5rem;
}

.jobItem__tableLbael{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;	
	padding:3px;
	width:60px;
	font-weight:normal;
	background-color:#fff8f8;
}

.jobItem__tableText--red{
	color: #da6272;
}
.jobItem__tableText--price{
	color: #da6272;
	font-size:1rem;
}
.jobItem__tableText{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding: 3px 5px;
	background-color:#fff;
}

.jobListButton{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.jobListButton--center{
	justify-content: center;
}
.jobListButton__half{
	width: 48%;
}
.jobListButton__half:nth-child(odd){
	margin-right: 4%;
}
.jobListButton__full{
	flex-grow: 1;
}

.jobItem__button{
    display: inline-block;
	width: 100%;
	padding: 0.5rem 0;
	background: #e6546d;
    color: #FFF;
	border-radius: 5px;
	text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
	margin-bottom: 0.5rem;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

.jobItem__button--big{
	padding: 1rem 0;
}

.jobItem__button--pink{
	background: #f7a8b2;
    color: #FFF;
}

.jobItem__button--white{
	background: #FFF;
    color: #da6272;
	border: 1px solid #545353;
}
.jobItem__button--gray{
	background: #B2B1B1;
    color: #fff;
}



.linkBox{
	position: relative;
}
.linkAll{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* 求人詳細
----------------------------------------------- */

.jobInfo__header{
	display: flex;
	flex-direction: row;
}
.jobInfo__title{
	font-size: 0.9rem;
}
.jobInfo__title--sub{
	font-size: 1.0rem;
}

.jobInfo__date{
	margin-left: auto;
	margin-top: auto;
	font-size: 0.7rem;
}

.jobInfo__subject{	
	background-color: #FFE7EA;
	width: 100%;
	padding: 1rem 0.5rem 0.5rem;
	font-size: 0.8rem;
}
.jobInfo__subject--text{
}
.jobInfo__subject--right{
	margin-top: 0.5rem;
	text-align: right;
}

.jobInfo__name {
	font-size: 1rem;
	font-weight: bold;
}

.jobInfo_imgContainer{
	position: relative;
	margin-bottom: 1rem;
}

.jobInfo_imgNavi{
	position: absolute;
	z-index: 2;
	top: 60px;
}

.jobInfo_imgNavi--left{
	left: 0px;
}

.jobInfo_imgNavi--right{
	right: 0px;
}
.jobInfo_img{
	z-index: 0;
}
.jobInfo_description{
	margin-bottom: 0.5rem;
}
.jobInfo__gift{
	border-top: 1px solid #da6272;
	border-bottom: 1px solid #da6272;
	background-color: #fff;
	text-align: center;
	font-size: 0.8rem;
	width: 95%;
	padding: 0.5rem 0 0;
}

.jobInfo__giftMoney{
	color:#ee1133;
	font-size: 1.3rem;
}

.jobInfo__tabList{
	border-bottom: 1px solid #da6272;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.jobInfo__tab{
	border: 1px solid #da6272;
	border-bottom: none;
	border-radius: 2px;
	color:#ee1133;
	background-color: #FFD6DF;
	font-size: 0.8rem;
	margin-right: 0.5rem;
	padding: 0.5rem 1rem 0.2rem;
}
.jobInfo__tab--link{
	color:#ee1133;
	text-decoration: none;
}
.jobInfo__tab:last-child{
	margin-right: 0;
}
.jobInfo__tab--active{
	border-bottom: 1px solid #fff;
	color:#ee1133;
	background-color: #fff;
	font-size: 0.8rem;
	margin-bottom: -1px;
}

.staff__name{
	font-size: 1.2rem;
}


.messageListItem{
	border:1px solid #DDD;
	background-color: #fff;
}
.messageListItem__inner{
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
}
.messageListItem__head{
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
}
.messageListItem__main{
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
}
.messageListItem__main--left{
	width: 40px;
	margin-top:0.65rem
}
.messageListItem__main--right{
	width: 100%;
}
.messageListItem__foot{
	margin-bottom: 0.5rem;
	
}
.messageListItem__store{
	color:#ee1133;
	font-size: 0.9rem;
	
}
.messageListItem__date{
	margin-left: auto;
	font-size: 0.6rem;	
}
.messageListItem--new .messageListItem__date{
	font-weight: bold;
}
.messageListItem__new{
	margin-left: 0.5rem;
	color:#ee1133;
	font-weight: bold;
	font-size: 0.6rem;
}
.messageListItem__icon{
	padding: 0.2rem;
	border:1px solid #555;
	color:#555;
	font-size: 0.6rem;
	text-align: center;
}
.messageListItem--new .messageListItem__icon{
	border:1px solid #ee1133;
	color:#ee1133;
}
.messageListItem__text{
	margin-left: 0.5rem;
	font-size: 0.8rem;
}
.messageListItem--new .messageListItem__text{
	font-weight: bold;
}
.messageListItem__progress{
	padding: 0.2rem;
	border:1px solid #ee1133;
	color:#ee1133;
	font-size: 0.6rem;	
}
.messageListItem--link{
	text-decoration: none;
}


.jobItem__container--attention {
    border: 1px solid #f7aeba;
    border-radius: 0px;
    background: #fff8f8;
}


.jobItem__container--attention .jobItem__main {
	display: block;	
}

.jobItem__container--attention .jobItem__left {
	display: flex;
	align-items: flex-start;
    flex-direction: inherit;
    width: 100%;
}

.jobItem__container--attention .jobItem__right {
    display: flex;
    flex-direction: inherit;
    width: 100%;
    align-items: center;
    padding: 5px 0 5px;
}


.jobItem__container--attention .jobItem__gift {
    border-top: 1px solid #da6272;
    border-bottom: 1px solid #da6272;
    background-color: #fff;
    text-align: center;
    font-size: 0.6rem;
    margin-bottom: 0.0rem;
    width: 120px;
}


.jobItem__container--attention .jobItem__attentionIcon {
    font-size: 1.2rem;
    text-align: right;
    padding: 0.2rem 0.8rem;
    background-color: #54d553;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0.5rem 0;
    white-space: nowrap;
}

.jobItem__container--attention .jobItem__attentionMessage {
    position: relative;
    display: inline-block;
    margin: 0.5rem 0 0.5rem 15px;
    padding: 0.2rem 0.5rem;
    width: 100%;
    min-height: 40px;
    color: #555;
    background: #f8fff2;
    border: solid 2px #11c01f;
    border-radius: 15px;
    box-sizing: border-box;
}


.jobItem__container--attention .jobItem__attentionMessage:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #FFF;
    z-index: 2;
}

.jobItem__container--attention .jobItem__attentionMessage:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -19px;
    margin-top: -9px;
    border: 9px solid transparent;
    border-right: 9px solid #11c01f;
    z-index: 1;
}

.jobItem__container--attention .jobItem__head {
    font-weight: bold;
    font-size: 1rem;
    margin: 0.0rem 0 0.2rem;
}

.jobItem__container--attention .jobItem__foot {
    margin: 0 0 10px;
	display: flex;
    align-items: center;
}

.jobItem__container--attention .jobItem__category {
    background-color: #ee506b;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.2rem;
    margin-right: 0.5rem;
}

#contents .item_list .jobItem__subject,
.jobItem__container .jobItem__subject {
    color: #266495;
    padding: 0 0 0 10px;
	text-decoration: underline;
	font-size: 0.9rem;
    line-height: 22px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jobItem__container.recruit--list .jobItem__subject {
    color: #266495;
    padding: 0 0 0 0px;
	text-decoration: underline;
	font-size: 0.9rem;
    line-height: 22px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.jobItem__container--attention .jobItem__img img {
	width: 100%;
    height: 196px;
    object-fit: cover;
}

.jobItem__container.linkBox.jobItem__container--attention .jobItem__img img {
	width: 120px;
    height: 74px;
    object-fit: cover;
}

.jobItem__main--arrow:after {
    display: none;
}

.contents_box {
	box-shadow: none;	
}


.jobItem__container {
    display: block;
    border: 1px solid #878787;
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-radius: 0px;
    line-height: 1.5;
}

.contents_box.contents_box--none.pickup .jobItem__container--attention {
    background: #fff8f8;
	border: 1px solid #da6272;
}

.jobItem__main {
    display: block;
}

.jobItem__left {
    display: flex;
    flex-direction: inherit;
    width: 100%;
    margin-right: 0.5rem;
}

.jobItem__img img {
    width: 120px;
	height: 74px;
    object-fit: cover;
}

.contents_box.contents_box--none.pickup .jobItem__container--attention .jobItem__img img,
.contents_box.contents_box--none.new .jobItem__container--attention .jobItem__img img {
	width: 120px;
	height: 74px;
    object-fit: cover;
}

.scoutList .jobItem__img img {
	width: 100%;
    height: 196px;
    object-fit: cover;
}

.scoutList .jobItem__container--attention .jobItem__img img {
	width: 100%;
    height: 196px;
    object-fit: cover;
}

.recruit--list .jobItem__img img {
    width: 100%;
    height: 208px;
    object-fit: cover;
}

.jobItem__foot {
    margin: 0 0 10px;
}

.jobItem__right {
    display: flex;
    flex-direction: inherit;
    align-items: center;
    width: 100%;
	padding: 5px 0 5px;
}

.jobItem__gift {
    border-top: 1px solid #e6556e;
    border-bottom: 1px solid #e6556e;
    background-color: #fff;
    text-align: center;
    font-size: 0.6rem;
    margin: 0px;
	width: 120px;
}


.recruit--list .jobItem__head {
    font-weight: bold;
    font-size: 0.8rem;
    margin: 0.4rem 0 0.2rem;
    display: flex;
    align-items: center;
}

.recruit--list .jobItem__gift--padding {
    padding: 0.2rem 0.0rem 0.1rem 0.0rem;
}


.jobCategoryName {
    text-align: left;
    padding: 0px;
    margin: 0 0 0 0;
	color: #e6556e;
	line-height: 16px;
}

.recruit--list .jobItem__date {
    font-size: 0.7rem;
    text-align: right;
}

.shopNameText {
    padding: 5px 0 0;
    font-size: 1rem;
    font-weight: bold;
}


.list_table--clipList {
	padding: 0px 0 15px;
}

.list_table--clipList > label {
	padding: 0 10px 0 10px;
}

.list_table--clipList input[type=checkbox], 
.clipCheckBox input[type=checkbox] {
	display: none;
}

.checkAll,
.checkbox-parts{
	padding-left: 25px;
	position:relative;
	margin-right: 20px;
}

.checkAll::before,
.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 0px;
    background-color: #e9e9e9;
}

.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 0px;
    background-color: #e9e9e9;
}


.list_table--clipList input[type=checkbox]:checked + .checkAll,
.clipCheckBox input:checked + .checkbox-parts{
  	color: #d01137;
}

.list_table--clipList input[type=checkbox]:checked + .checkAll::after,
.clipCheckBox input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
}

#contents .consideration-lists .button {
    padding: 5px 0;
    margin: 10px 0px;
    background-color: #da6272;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
}

#contents .item_list .consideration-lists .jobItem__subject {
	padding: 0px;	
}

#contents .consideration-lists .jobItem__container {
    display: block;
    border: none;
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
    border-radius: 0px;
    line-height: 1.5;
}

#contents .consideration-lists .jobItem__container .jobItem__img img {
    width: 100%;
    height: 206px;
    object-fit: cover;
}

#contents .list_table--clipList .button--application {
	padding: 0px 10px;	
}

#contents .list_table--clipList .button--application input {
	padding: 10px 0;
    margin: 10px 0px;
    background-color: #da6272;
    color: #FFF;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.6));
	width: 100%;
}

#contents .jobInfoContainer .jobItem__attentionIcon {
    font-size: 1.2rem;
    text-align: right;
    padding: 0.2rem 0.8rem;
    background-color: #54d553;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0.5rem 0;
    white-space: nowrap;
    line-height: 1.5;
}

#contents .jobInfoContainer .jobItem__attentionIconArea {
    display: flex;
    justify-content: center;
    align-items: center;
}

#contents .jobInfoContainer .jobItem__attentionMessage {
    position: relative;
    display: inline-block;
    margin: 0.5rem 0 0.5rem 15px;
    padding: 0.2rem 0.5rem;
    width: 100%;
    min-height: 40px;
    color: #555;
    background: #f8fff2;
    border: solid 2px #11c01f;
    border-radius: 15px;
    box-sizing: border-box;
    line-height: 1.5;
}

#contents .jobInfoContainer .jobItem__attentionMessage:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 10px solid #FFF;
    z-index: 2;
}

#contents .jobInfoContainer .jobItem__attentionMessage:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -19px;
    margin-top: -9px;
    border: 9px solid transparent;
    border-right: 9px solid #11c01f;
    z-index: 1;
}


#contents .jobInfoContainer .jobInfo__subject {
	width: auto;	
}

.jobInfo__subject__list {
	display: flex;
    align-items: baseline;
    padding: 10px 0 0;	
}

#contents .jobInfoContainer .jobInfo__subject--text--store {
	padding: 5px 0 0;
    font-size: 1rem;
    font-weight: bold;
}

#contents .jobInfoContainer .jobInfo__subject--text--category {
    background-color: #ee506b;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.2rem;
    margin-right: 0.5rem;
}

#contents .jobInfoContainer .jobInfo__name {
    font-size: 1rem;
    font-weight: bold;
    color: #da6272;
    padding: 0 0 5px;
}

#contents .jobInfoContainer .flick {
	margin: 0px;	
}

#contents .jobInfoContainer .flick ul {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100% !important;
}

#contents .jobInfoContainer .jobInfo_imgContainer {
    position: relative;
    margin-bottom: 5px;
}

#contents .jobInfoContainer .flick ul li p.img {
    text-align: center;
    line-height: 0px;
}

#contents .jobInfoContainer .flick ul li p.img img {
	width: 100%;
    height: 207px;
    object-fit: cover;
}

#contents .jobInfoContainer .jobItem__tableLbael {
	border:none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 3px;
    width: 60px;
    font-weight: normal;
    background-color: #fff8f8;
}

#contents .jobInfoContainer .jobItem__tableText {
	border: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 3px 5px;
    background-color: #fff;
}

#contents .jobInfoContainer .jobListButton {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: baseline;
}

#contents .jobInfoContainer .jobInfo__gift {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    text-align: center;
    font-size: 0.7rem;
    width: 95%;
    padding: 0.5rem 0 0;
    position: relative;
}

#contents .jobInfoContainer .jobInfo__gift:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../../common/img/oiwaikin_before.png);
    background-repeat: no-repeat;
    position: absolute;
    margin: 5px 0;
    left: -5px;
}

#contents .jobInfoContainer .jobInfo__gift:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../../common/img/oiwaikin_after.png);
    background-repeat: no-repeat;
    position: absolute;
    margin: 5px;
}

#contents .jobInfoContainer .jobItem__button--big {
    padding: 0.7rem 0;
}


.jobInfo__tabList {
    border-bottom: 1px solid #da6272;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.jobInfo__tab {
    border: 1px solid #da6272;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    color: #ee1133;
    background-color: #fddce3;
    font-size: 0.7rem;
    margin-right: 0.5rem;
    padding: 0.5rem 0.8rem 0.5rem;
}

.jobInfo__tab--active {
    border-bottom: 1px solid #fff;
    color: #ee1133;
    background-color: #fff;
    font-size: 0.7rem;
    margin-bottom: -1px;
}

.album .jobInfo__title--sub img,
.staff .jobInfo__title--sub img {
    padding: 0 5px 0 0;
    vertical-align: text-bottom;
}

.album__container {
    line-height: normal;
    border: none;
    background-color: #FFF;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
}

.staff__profile {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.0rem;
}

.staff__detail {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
}

.staff__name {
    font-size: 1.0rem;
    font-weight: 600;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.staff__comment {
    vertical-align: baseline;
    background: #fff8f8;
    padding: 5px 5px 2px;
    margin: 5px 0 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.jobInfoTitle__book {
    padding: 0 5px 0 0px;
    width: 13px;
    vertical-align: middle;
    margin: 0 0 0 -5px;
}


#contents .list_table--clipList.search_item article {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}

.main--clip {
	padding: 0px;	
}

.contents_box.contents_box--none.new .jobItem__foot{
    display: flex;
    align-items: center;	
}