@charset "utf-8";

/*--------------------------------------------------------------【サンプルコメント】*/
/* サンプルコメント（example）
----------------------------------------------- */

/* ================================================================================ */
/*                                                                                  */
/*      レイアウト                                                                  */
/*                                                                                  */
/* ================================================================================ */

.l-pagebody {
	background: #fffaee;
	padding: 10px;
}

.l-pagebody--white {
	background: #FFF;
	padding: 0 10px 10px;
}

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


/* ================================================================================ */
/*                                                                                  */
/*      モジュール                                                                  */
/*                                                                                  */
/* ================================================================================ */

.cmnBox {
	margin: 0 0 20px;
}

.cmnBox--eaBasic {
	background-color: #FFF;
	border: 1px solid #EEE;
}

.cmnBox--eaBasic2 {
	background-color: #FFF;
	border: 1px solid #fbf0d6;
}

.heading {
	font-size: 24px;
	font-weight: normal;
	margin: 1em 0;
	position: relative;
}

.heading--lv2 {
	font-size: 22px;
}

.heading--lv3 {
	font-size: 18px;
}

a.heading__more {
	font-size: 12px;
	line-height: normal;
	display: inline-block;
	color: #333;
	background: rgba(255,255,255,0.5);
	border-radius: 2px;
	padding: 2px 10px;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

a.heading__more:hover {
	background: rgba(255,255,255,1);
}

	@media only screen and (max-width:960px) {

		.heading {
			padding: 0 10px;
			margin: 0.6em 0;
		}

	}

	/* iPhone横(landscape) */
	@media only screen and (max-width:480px)	{

		.heading {
			margin: 0 -5px;
		}

		.heading--lv2 {
			font-size: 12px;
			font-weight: bold;
			line-height: normal;
			background: #DDD;
			padding: 10px 5px;
		}

		.heading--lv3 {
			font-size: 12px;
			font-weight: bold;
			padding: 3px 5px;
			margin: 0 0 5px;
		}

		a.heading__more {
			font-weight: normal;
			background: #FFF;
			padding: 0 4px;
		}

	}


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


/* サイトヘッダー＆フッター
----------------------------------------------- */

.siteSuper {
	background: #ff9900;
	font-size: 10px;
	color: #FFF;
	padding: 5px 10px;
	line-height: 1;
}

.siteHeader {
	border-bottom: 2px dotted #ff9900;
}

.siteHeader__ {
	height: 50px;
	padding: 0 10px;
	position: relative;
}

.siteHeader__logo {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.siteHeader__logo a {
	display: block;
}

.siteHeader__logo a img {
	display: block;
	height: 40px;
	width: auto;
}

.siteHeader__btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.siteHeader__btn a {
	display: block;
	background: #FFF;
	color: #673a1b;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 20px;
}

.siteHeader__btn a .fa {
}

.siteHeader__swich {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

.siteHeader__swich__btn {
	float: left;
	background: #FFF;
	color: #ff9900;
	height: 36px;
	padding: 0 1em;
	margin: 0 -1px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #ff9900;
}

.siteHeader__swich__btn:hover {
	background: #FFF;
	color: #ff9900;
}

.siteHeader__swich__btn--active {
	background: #ff9900;
	color: #FFF;
}

.siteHeader__swich__btn--active:hover {
	background: #ff9900;
	color: #FFF;
}

.siteHeader__swich__btn:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
}

.siteHeader__swich__btn:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0;
}

.siteFooter {}

.siteFooter__ {}

.siteFooter__pagetop {
	background: #ff9900;
}

.siteFooter__pagetop a {
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

.siteFooter__pagetop a .fa {
	color: #fffc00;
	margin: 0 10px 0 0;
}

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

.siteFooter__logo__img {
	margin: 10px 0;
}

.siteFooter__logo__img img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 40px;
}

.siteFooter__logo__text {
	font-size: 10px;
	color: #673a1b;
}

.siteFooter__link {
	margin: 10px 0;
	padding: 0 10px;
}

.siteFooter__link__list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.siteFooter__link__list__item {
	width: 50%;
	padding: 5px 0;
}

.siteFooter__link__list__item a {
	font-size: 12px;
	display: inline-block;
	padding: 3px 6px 3px 0;
}

.siteFooter__link__list__item a .fa {
	margin: 0 5px 0 0;
	color: #ff9900;
}

.siteFooter__copy {
	background: #666;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}

.siteFooter__banner {
	text-align: center;
	margin: 10px 0;
	padding: 0 10px;
}

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

.ad_header {
	text-align: center;
	padding: 5px 0 2px;
}

.ad_footer {
	text-align: center;
	padding: 10px;
}

/* ページ見出し
----------------------------------------------- */

.pageHeading {
	position: relative;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	background: #ffe4a3;
	color: #673a1b;
	margin: 0;
	overflow: hidden;
}

.pageHeading--lv2 {}

.pageHeading--lv3 {
	font-size: 12px;
	font-weight: normal;
	background: #673a1b;
	background: repeating-linear-gradient( -45deg, rgba(103,58,27,1), rgba(103,58,27,1) 3px, rgba(103,58,27,0.9) 3px, rgba(103,58,27,0.9) 6px );
	color: #FFF;
	padding: 0 10px;
	margin: 0;
	height: 36px;
	line-height: 36px;
	display: flex;
}

.pageHeading--lv3 .pageHeading__icon {
	font-size: 14px;
	vertical-align: baseline;
}

.pageHeading--lv3 .pageHeading__name {
	font-size: 12px;
	flex-grow: 1;
}

.pageHeading--eaBasic {
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	height: 32px;
	line-height: 32px;
	background: #f58521;
	border-bottom: 1px solid #f58521;
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
}

.pageHeading--eaBasic2 {
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	height: 32px;
	line-height: 32px;
	color: rgba(103,58,27,1);
	background: #fbf0d6;
}

.pageHeading--eaBasic2 .pageHeading__icon {
	color: rgba(103,58,27,1);
	font-size: 14px;
	vertical-align: baseline;
}

.pageHeading__back {
	float: left;
	text-decoration: none;
	padding: 0 20px;
	font-size: 24px;
	color: #673a1b;
}

.pageHeading__back:hover {
	color: #673a1b;
}

.pageHeading__icon {
	color: #fffc00;
	font-size: 18px;
	margin: 0 5px;
	vertical-align: middle;
}

.pageHeading__name {
	font-size: 14px;
}

.pageHeading__name > a {
	text-decoration: none;
	color: #FFF;
}

.pageHeading--lv3 .pageHeading__name > a {
	text-decoration: none;
	color: #FFF;
	display: block;
	position: relative;
}

.pageHeading--lv3 .pageHeading__name > a::after {
	content: "\f105";
	text-align: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pageHeading--eaBasic .pageHeading__name > a {
	text-decoration: none;
	color: #FFF;
	display: block;
	position: relative;
}

.pageHeading--eaBasic .pageHeading__name > a::after {
	content: "\f105";
	text-align: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pageHeading--eaBasic2 .pageHeading__name > a {
	color: rgba(103,58,27,1);
	text-decoration: none;
	display: block;
	position: relative;
}

.pageHeading--eaBasic2 .pageHeading__name > a::after {
	content: "\f105";
	text-align: right;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pageHeading__link {
	font-size: 12px;
	line-height: 1;
	color: #FFF;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.pageHeading--center {
	text-align: center;
}

.pageHeading--center .pageHeading__name {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


/* メニュー(grapta)
----------------------------------------------- */
.graptaNav {
	background: #434343;
}

.graptaNav__ {
	max-width: 1025px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	position: relative;
	border-left: 1px solid rgba(0,0,0,0.3);
	box-shadow: inset 1px 0 rgba(255,255,255,0.2);
}

.graptaNav__menu {
	float: left;
	height: 60px;
	line-height: 60px;
}

.graptaNav__menu:not(:last-child) {
	border-right: 1px solid rgba(0,0,0,0.3);
	box-shadow: 1px 0 rgba(255,255,255,0.2);
}

.graptaNav__menu a {
	display: block;
	padding: 0 30px;
	text-decoration: none;
	font-size: 16px;
	color: #FFF;
}

.graptaNav__menu a .fa + span {
	display: none;
}

.graptaNav__menu--home {
}

.graptaNav__menu--home a {
	display: block;
	font-size: 24px;
	padding: 0 30px;
}

.graptaNav__menu--home a .fa {
	line-height: 60px;
}

	@media only screen and (max-width:960px) {

		.graptaNav__ {
			width: 100%;
		}

		.graptaNav__menu {
			height: 50px;
			line-height: 50px;
		}

		.graptaNav__menu a {
			padding: 0 15px;
			font-size: 14px;
		}

		.graptaNav__menu--home a {
			padding: 0 15px;
		}

		.graptaNav__menu--home a .fa {
			line-height: 50px;
		}

		.graptaNav__menu--drop a .fa {
			margin: 0 0 0 40px;
		}

		.graptaNav__menu--sns {
			position: absolute;
			right: 10px;
		}

		.graptaNav__menu--sns a {
			font-size: 20px;
			padding: 0;
		}
	}


/* ヘッダー(共通)
----------------------------------------------- */

.headerHeading {
}

.headerHeading__title {
	width: 980px;
	margin: 0 auto !important;
	display: block !important;
	padding: 10px 0 0 !important;
}

.headerHeading__link {
	padding: 10px 0;
	margin: 0 0 5px;
	background: #F5F5F5;
}

.headerHeading__link ul {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}

.headerHeading__link ul li {
	display: inline-block;
	margin: 0 10px;
}

.headerHeading__link ul li a {
}

.qj-head {
	width: 980px;
	margin: 0 auto;
	min-height: 70px;
	display: flex;
	flex-wrap: nowrap;
}

.qj-head__set {
	display: flex;
	align-items: center;
	padding: 0 20px 0 0;
}

.qj-head__set__logo {
	margin: 0 20px 0 0;
	padding: 0 !important;
	height: 70px;
	display: flex !important;
	align-items: center;
}

.qj-head__set__logo a {
}

.qj-head__set__logo a img {
	display: block;
	max-height: 70px;
	width: auto;
}

.qj-head__set__logo a:hover {
	opacity: 0.7;
}

.qj-head__set__switch {
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #f58521;
}

.qj-head__set__switch__btn {
	float: left;
}

.qj-head__set__switch__btn + .qj-head__set__switch__btn {
}

.qj-head__set__switch__btn a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	text-decoration: none;
	color: #ff9900;
}

.qj-head__set__switch__btn a:hover {
	opacity: 0.7;
}

.qj-head__set__switch__btn--fresh {}

.qj-head__set__switch__btn--mid {}

.qj-head__set__switch__btn--fresh.active a {
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
}

.qj-head__set__switch__btn--mid.active a {
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
}

.qj-head__panel {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.qj-head__panel__free {
	flex-grow: 1;
	padding: 0 20px 0 0;
}

.qj-head__panel__free__hello {
	text-align: right;
	line-height: 1.5;
}

.qj-head__panel__free__hello strong {
	margin: 0 3px 0 0;
}

.qj-head__panel__free__link {
	list-style: none;
	text-align: right;
	margin: 5px 0 0;
	font-size: 0;
	line-height: 1.5;
}

.qj-head__panel__free__link__item {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 10px;
}

.qj-head__panel__free__link__item a {
	display: inline-block;
	padding: 5px 10px;
	background: #f58521;
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
	border-radius: 2px;
}

.qj-head__panel__free__link__item a:hover {}


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

.qjMyMenuList {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
}

.qjMyMenuList__item {
	width: 90px;
	box-sizing: border-box;
}

.qjMyMenuList__item > a {
	display: block;
	border-left: 1px solid #DDD;
	text-decoration: none;
	padding: 0 5px;
}

.qjMyMenuList__item:last-child > a {
	border-right: 1px solid #DDD;
}

.qjMyMenuList__item__icon {
	position: relative;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	margin: 0 auto;
	background-color: #F5F5F5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.qjMyMenuList__item__icon .fa {
	line-height: 30px;
	font-size: 20px;
	color: #666;
}

.qjMyMenuList__item__icon__cnt {
	position: absolute;
	top: 0;
	right: -15px;
	background: rgba(255,0,0,0.8);
	color: #FFF;
	font-size: 10px;
	border-radius: 2px;
	padding: 2px 5px;
}

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

.qjMyMenuList__item__name > span {
	display: table-cell;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #666;
	height: 2.6em;
	line-height: 1.2em;
	vertical-align: middle;
}

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

.qjMyMenuList__item__icon--entry {}

.qjMyMenuList__item__icon--resume {}

.qjMyMenuList__item__icon--clip {}

.qjMyMenuList__item__icon--edit {}

.qjMyMenuList__item__icon--search {}


/*--------------------------------------------------------------ライター*/

/* ライターカード(grapta)
----------------------------------------------- */
.writerCard {
	position: relative;
	margin: 0 0 30px;
	transition: 0.2s;
}

.writerCard:hover {
	opacity: 0.7;
}

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

.writerCard__thumb {
	margin: 0 0 15px;
	position: relative;
}

.writerCard__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.writerCard__body {}

.writerCard__body__cate {}

	.categoryMark {
		display: inline-block;
		background: #666;
		color: #FFF;
		padding: 5px 15px;
	}

.writerCard__body__child {
	margin: 10px 0;
}

.writerCard__body__title {
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.6em;
}

	.writerList .writerCard__body__title {
		max-height: 6.4em;
		overflow: hidden;
	}


.writerCard__body__title a {
	text-decoration: none;
	color: #333;
}

.writerCard__body__data {
	font-size: 0;
}

.writerCard__body__data span {
	display: inline-block;
	font-size: 13px;
	margin: 0 7px 0 0;
	color: #999;
}

.writerCard__body__data span:not(:first-child) {
	border-left: 1px solid #999;
	padding: 0 0 0 7px;
}

.writerCard__body__more {
	margin: 25px auto 0;
	text-align: center;
}

.writerCard__body__more a {
	display: inline-block;
	position: relative;
	padding: 10px 0;
	width: 220px;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,1);
	color: rgba(0,0,0,1);
}

.writerCard__body__more a:hover {
	border-color: rgba(0,0,0,0.7);
	color: rgba(0,0,0,0.7);
}

.writerCard__body__more a .fa {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: normal;
}

/* 詳細用カード */
.writerCard--detail:hover {
	opacity: 1;
}

.writerCard--detail {
	overflow: hidden;
}

.writerCard--detail .writerCard__thumb {
	float: left;
	margin: 0 30px 0 0;
}

.writerCard--detail .writerCard__thumb img {
	width: 420px;
	height: auto;
}

.writerCard--detail .writerCard__body {
	margin: 0;
}

.writerCard--detail .writerCard__body__cate {}

.writerCard--detail .categoryMark {
	font-size: 20px;
	padding: 8px 20px;
}

.writerCard--detail .writerCard__body__child {
	margin: 20px 0;
}

.writerCard--detail .writerCard__body__title {
	font-size: 24px;
}

.writerCard--detail .writerCard__body__data {
	border-top: 1px solid #DDD;
	padding: 15px 5px;
}

.writerCard--detail .writerCard__body__data span {
	font-size: 18px;
}

	@media only screen and (max-width:960px) {

		.writerList .cmslBlock--4 .categoryMark {
			font-size: 11px;
			padding: 4px 8px;
		}

		.writerList .cmslBlock--4 .cmslBlock__ {
			width: 33.3333333333%;
		}

		.writerList .cmslBlock--4.cmslBlock--separate {
			margin-left: -5px;
			margin-right: -5px;
		}

		.writerList .cmslBlock--4.cmslBlock--separate .cmslBlock__ {
			padding: 0 5px;
		}

		.writerCard--detail {
			margin: 0 0 10px;
		}

		.writerCard--detail .writerCard__thumb {
			margin: 0 10px 0 0;
		}

		.writerCard--detail .writerCard__thumb img {
			width: 320px;
		}

		.writerCard--detail .writerCard__body {
			margin: 0 0 0 330px;
		}

		.writerCard--detail .categoryMark {
			font-size: 14px;
			padding: 4px 12px;
		}

		.writerCard--detail .writerCard__body__child {
			margin: 10px 0;
		}

		.writerCard--detail .writerCard__body__title {
			font-size: 18px;
			line-height: 1.3em;
		}

		.writerCard--detail .writerCard__body__data span {
			font-size: 14px;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {

		.writerCard--detail {
			border: 1px solid #DDD;
			padding: 10px;
		}

		.writerCard--detail .writerCard__thumb {
			float: none;
			margin: 0 0 10px;
		}

		.writerCard--detail .writerCard__thumb img {
			width: 100%;
			height: auto;
		}

		.writerCard--detail .writerCard__body {
			margin: 0 0 10px;
		}

	}

	/* iPhone横(landscape) */
	@media only screen and (max-width:480px) {

		.writerList .cmslBlock--4 .categoryMark {
			font-size: 10px;
			padding: 4px 8px;
		}

		.writerList .cmslBlock--4 .cmslBlock__ {
			width: 50%;
		}

		.writerList .cmslBlock--4.cmslBlock--separate {
			margin-left: -5px;
			margin-right: -5px;
		}

		.writerList .cmslBlock--4.cmslBlock--separate .cmslBlock__ {
			padding: 0 5px;
		}

		.writerCard--detail .writerCard__body__title {
			font-size: 16px;
		}

		.writerCard--detail .writerCard__body__data {
			padding: 10px 0 0;
		}

		.writerCard--detail .writerCard__body__data span {
			font-size: 12px;
		}

	}


/*--------------------------------------------------------------ユーザー*/

/* ユーザーカード
----------------------------------------------- */

.userCard {
	display: flex;
	align-items: center;
	padding: 10px;
	position: relative;
}

.userCard:hover {
	opacity: 0.7;
	transition: 0.2s;
}

.userCard__more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.userCard__thumb {
	padding: 0 5px 0 0;
	position: relative;
}

.userCard__thumb::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCC;
}

	.userCard__thumb--pick::after {
		background: green;
	}

.userCard__thumb__ {}

.userCard__thumb__ img {
	display: block;
	width: 60px;
	height: auto;
	border-radius: 50%;
}

.userCard__body {
	padding: 0 10px;
	flex-grow: 1;
}

.userCard__body__title {
	font-weight: normal;
	margin: 0 0 10px;
	overflow: hidden;
	word-break: break-all
}

.userCard__body__title__name {
	font-size: 15px;
	line-height: 1.2;
}

.userCard__body__title__state {
	float: right;
	font-size: 12px;
	line-height: 1.5;
	color: #999;
	margin: 0 0 0 10px;
}

.userCard__body__data {
	font-size: 12px;
}

.userCard__body__data__age {
	display: inline-block;
}

.userCard__body__data__address {
	display: inline-block;
}


	@media only screen and (max-width:960px) {
	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px) {
	}


/* ユーザーカードセット
----------------------------------------------- */

.userCardSet {
	display: flex;
	align-items: center;
	width: 100%;
}

.userCardSet__card {
	flex-grow: 1;
}

.userCardSet__panel {
	padding: 10px 10px 10px 0;
}

/*--------------------------------------------------------------チケット*/

/* チケットカード(モジュール)
----------------------------------------------- */

.ticketCard {
	vertical-align: top;
	min-width: 25%;
	border: 5px solid transparent;
}

.ticketCard--thread,
.ticketCard--info{
	border: none;
	margin: 0 0 20px;
}

.ticketCard:hover {
}

.ticketCard__ {
	position: relative;
	padding: 50px 0 0 0;
	background: rgba(0,0,0,0.1);
	background-size: cover;
	background-position: center;
	transition: 0.3s;
}

.ticketCard__:hover {
	opacity: 0.7;
}

.ticketCard--info .ticketCard__:hover {
	opacity: 1;
}

.ticketCard__ .ticketDetailLink {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(0,0,0,0.1);
}

.ticketCard__photo {
	z-index: 9;
	position: relative;
	text-align: center;
}

.ticketCard__photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin: -1px 0 0 -31px;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 3px solid rgba(255,255,255,1);
	box-sizing: border-box;
}

.ticketCard__photo a {
	text-decoration: none;
}

.ticketCard__photo__img {
}

.ticketCard__photo__img img {
	border-radius: 50%;
}

.ticketCard__photo__img span {
	/* アイコン未登録時のダミー表示 */
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	background: #EEE;
}

.ticketCard__photo__nickname {
	display: block;
	font-size: 10px;
	color: rgba(0,0,0,0.6);
}

.ticketCard__body {
/* 	position: relative; */
	background: rgba(255,255,255,0.7);
	padding: 40px 0 50px 0;
	margin: -30px 0 0 0;
}

.ticketCard__body__name {
	text-align: center;
	font-size: 15px;
	min-height: 2.6em;
	line-height: 1.3em;
	padding: 0 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

	.ticketCard--info .ticketCard__body__name {
		/* チケット詳細ページ内 */
		padding: 0 10px;
	}

.ticketCard__body__name span,
.ticketCard__body__name a {
	width: 100%;
	max-height: 2.6em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}

.ticketCard__body__state {
	position: absolute;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 5px 0 0 0;
}

.ticketCard__body__state li {
	display: inline-block;
	background: rgba(255,255,255,1);
	padding: 5px;
	border-radius: 2px;
	font-size: 11px;
}

.ticketCard__body__state li.ticketCard__body__state__price {
	font-size: 14px;
}

.ticketCard__category {
	position: absolute;
	top: 0;
	right: 0;
}

.ticketCard__category__mark {
	display: block;
	background: rgba(0,0,0,0.6);
	color: rgba(255,255,255,1);
	padding: 5px 10px;
	font-size: 10px;
}

.ticketCard__foot {
	background: rgba(255,255,255,1);
	padding: 10px;
}

.ticketCard__foot__state {
	width: 100%;
	margin: 0 0 5px;
}

.ticketCard__foot__state th,
.ticketCard__foot__state td {
	border-bottom: 1px dashed rgba(0,0,0,0.2);
	padding: 5px 0;
}

.ticketCard__foot__state th {
	width: 50%;
	text-align: right;
	font-size: 12px;
}

.ticketCard__foot__state td {
	text-align: center;
	font-size: 14px;
}

.ticketCard__foot__oparation {
	text-align: center;
	padding: 5px 5px 10px;
	position: relative;
	z-index: 11;
}

.ticketCard__foot__oparation a {
	display: inline-block;
	color: rgba(0,0,0,1);
	background: rgba(0,0,0,0.05);
	box-shadow: 0 2px rgba(0,0,0,0.1);
	text-decoration: none;
	padding: 6px;
	border-radius: 2px;
}

.ticketCard__foot__oparation a .fa {
	margin: 0 3px 0 0;
}

.ticketCard__foot__oparation a:hover {
	background: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}

.ticketCard__foot__date {
	text-align: center;
	font-size: 12px;
	color: rgba(0,0,0,0.5);
	margin: 5px 0 0;
}

/* チケットリスト(モジュール)
----------------------------------------------- */
.ticketList {
	display: flex;
	flex-wrap: wrap;
}

	.ticketList--relative {
		/* チケット詳細内のリスト */
		padding: 0 0 30px;
	}

.ticketList .ticketCard {
	max-width: 25%;
}

	@media only screen and (max-width:960px)	{

		.ticketList .ticketCard {
			max-width: 33.3%;
		}

		.ticketCard {
			min-width: 33.3%;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.ticketList .ticketCard {
			max-width: 50%;
		}

		.ticketCard {
			min-width: 50%;
		}

	}

	/* iPhone横(landscape) */
	@media only screen and (max-width:480px)	{

		.ticketList .ticketCard {
			max-width: 100%;
		}

		.ticketCard {
			min-width: 100%;
		}

	}

/*--------------------------------------------------------------【スレッドとメッセージ】*/

/* スレッド
----------------------------------------------- */
.threadBox {
	margin: 20px 0;
}

.threadBox__ {
/* 	box-shadow: 2px 0 rgba(0,0,0,0.1); */
}

.threadBox__head {
	background: rgba(255,255,255,1);
	padding: 10px 10px 0;
	font-size: 16px;
	line-height: 1.3em;
}

.threadBox__body {
	background: rgba(255,255,255,1);
}

.threadBox__foot {
	background: rgba(0,0,0,0.05);
	margin: 0;
	padding: 10px 10px 10px;
	text-align: right;
}

.threadBox__foot__actionLink {
	display: inline-block;
	font-size: 12px;
	padding: 10px;
	margin: 0 0 0 5px;
	text-decoration: none;
	color: rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	background: rgba(8,134,203,1);
	border-radius: 2px;
}

.threadBox__foot__actionLink:hover {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.8);
}

.threadBox__foot__actionLink .fa {
	margin: 0 5px 0 0;
}

/* メッセージ
----------------------------------------------- */
.messagePart {
	position: relative;
	display: flex;
	padding: 10px;
	box-shadow: 0 2px rgba(0,0,0,0.1);
}

.messagePart__state {
	width: 100px;
	min-width: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.messagePart__state__user {
}

.messagePart__state__user__photo {
}

.messagePart__state__user__photo img {
	border-radius: 50%;
}

.messagePart__state__user__photo span {
	/* アイコン未登録時のダミー表示 */
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	background: #EEE;
}

.messagePart__body {
	flex-grow: 2;
}

.messagePart__body__user {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

.messagePart__body__message {
	line-height: 1.3em;
	background: rgba(0,0,0,0.05);
	border-radius: 5px;
	padding: 10px;
}

.messagePart__body__date {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	padding: 5px 0;
	text-align: right;
}

.messagePart__body__reading {
	text-align: right;
	font-size: 11px;
	color: rgba(0,0,0,0.6);
	line-height: 1.3em;
}

/* メッセージを送るフォーム
----------------------------------------------- */

.messageRegister {
	text-align: left;
}

.messageRegister--check {
}

.messageRegister textarea {
	width: 100%;
	height: 150px;
	padding: 0.6em;
	font-size: 14px;
	border: 1px solid rgba(0,0,0,0.2);
}

.messageRegister__target {
	padding: 0 0 10px;
}

.messageRegister__target a {
	color: #333;
}

.messageRegister__action {
	margin: 10px 0 0 0;
}

.messageRegister__action .btn_regist,
.messageRegister__action .btn_back,
.messageRegister__action .btn_check {
	display: inline-block;
	font-size: 12px;
	padding: 0 1.6em;
	margin: 0 10px 0 0;
	text-align: center;
	color: #FFF;
	background: #424242;
	border: 0 none;
	height: 30px;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: top;
	text-decoration: none;
}

.messageRegister__action .btn_regist:hover,
.messageRegister__action .btn_back:hover,
.messageRegister__action .btn_check:hover {
	background: #757575;
}

.messageRegister__action .error {
	display: inline-block;
	font-size: 12px;
	padding: 0.6em 0;
	color: rgba(255,0,0,1);
}

.messageRegister__action .error br {
	display: none;
}

.messageRegister .validate {}

.messageRegister .validate textarea {
	border-color: rgba(255,0,0,0.5);
}

.messageRegister__prevBody {
	background: rgba(255,255,255,1);
	padding: 1.2em;
	line-height: 1.3em;
}

.threadBox__body .messageRegister {
	padding: 20px;
}

	/* iPhone横(landscape) */
	@media only screen and (max-width:480px)	{

		.threadBox__ {
			position: relative;
		}

		.threadBox__head {
			padding: 5px 5px 0;
			font-size: 14px;
		}

		.threadBox__foot {
			margin: 0;
			padding: 5px 5px 10px;
		}

		.messagePart {
			padding: 10px 5px 5px;
		}
		
		.messagePart__state {
			width: 40px;
			min-width: 40px;
		}

		.messagePart__state__user__photo span,
		.messagePart__state__user__photo img {
			width: 30px;
			height: 30px;
		}

		.messagePart__body__date {
			font-size: 10px;
		}

		.messageRegister__target {
			padding: 5px 0;
		}

		.messageRegister__action {
			text-align: center;
		}

	}

/*--------------------------------------------------------------【チャットとメッセージ】*/

/* チャットルーム
----------------------------------------------- */

.chatRoom {
}

.chatRoom__ {}

.chatRoom__head {
	position: relative;
	height: 60px;
	background: #999;
	color: #FFF;
}

.chatRoom__head__back {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.chatRoom__head__back a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
}

.chatRoom__head__prof {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1.2em;
	text-align: center;
}

.chatRoom__head__prof__nickname {
	font-weight: bold;
}

.chatRoom__head__prof__data {
	font-size: 12px;
}

.chatRoom__head__prof__data__age {}

.chatRoom__head__prof__data__address {}

.chatRoom__head__icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.chatRoom__head__icon a {}

.chatRoom__head__icon a img {
	display: block;
	width: 40px;
	height: auto;
	border-radius: 50%;
}

.chatRoom__body {
	background: #EEE;
	padding: 5px;
}

.chatRoom__body__ {}

.chatRoom__body__date {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	color: #444;
}

.chatRoom__foot {
	background: #FFF;
	padding: 10px 5px;
}

.chatRoom__foot__ {
}

.chatRoom__foot__form {
	display: flex;
}

.chatRoom__foot__form__text {
	flex-grow: 1;
}

.chatRoom__foot__form__text input[type="text"] {
	width: 100%;
	background: #FFF;
	border: 1px solid #EEE;
	padding: 0 5px;
	height: 30px;
	font-size: 12px;
	-webkit-appearance: none;
}

.chatRoom__foot__form__send {}

.chatRoom__foot__form__send input[type="submit"] {
	background: #EEE;
	border: 1px solid #EEE;
	padding: 0 5px;
	height: 30px;
	font-size: 12px;
	-webkit-appearance: none;
}


/* メッセージ
----------------------------------------------- */

.chatMessage {
	padding: 10px 0;
	display: flex;
}

.chatMessage__from {}

.chatMessage__from__icon {
	align-self: flex-start;
}

.chatMessage__from__icon img {
	display: block;
	width: 40px;
	height: auto;
	border-radius: 50%;
}

.chatMessage__body {
	padding: 0 10px;
}

.chatMessage__body__text {
	background: #FFF;
	color: #444;
	padding: 10px;
	border-radius: 1em;
	line-height: 1.2em;
	font-size: 14px;
}

.chatMessage__state {
	color: #444;
	padding: 6px 0;
	font-size: 12px;
	letter-spacing: 1px;
	align-self: flex-end;
}

.chatMessage__state__read {
	text-align: right;
	margin: 0 0 2px;
}

.chatMessage__state__date {
	font-size: 10px;
}

.chatMessage--mine {
	flex-direction: row-reverse;
}



/*--------------------------------------------------------------【メールとスレッド】*/

/* スレッド
----------------------------------------------- */

.mailThread {
	margin: 0 0 10px;
}

.mailThread__ {}

.mailThread__head {
	position: relative;
	height: 60px;
	background: #999;
	color: #FFF;
}

.mailThread__head__back {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.mailThread__head__back a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
}

.mailThread__head__prof {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1.2em;
	text-align: center;
}

.mailThread__head__prof__nickname {
	font-weight: bold;
}

.mailThread__head__prof__nickname a {
	color: #FFF;
	text-decoration: none;
}

.mailThread__head__prof__data {
	font-size: 12px;
}

.mailThread__head__action {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.mailThread__head__action a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
}

.mailThread__body {
	padding: 10px 0;
}

.mailThread__foot {}

.mailThread__foot__form {
	padding: 20px;
	background: #EEE;
}

.mailThread__foot__form__sub {
	margin: 0 0 10px;
}

.mailThread__foot__form__sub input[type="text"] {
	width: 100%;
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 6px;
}

.mailThread__foot__form__textarea {
	margin: 0 0 10px;
}

.mailThread__foot__form__textarea textarea {
	width: 100%;
	font-size: 12px;
	border: 1px solid #CCC;
	padding: 6px;
}

.mailThread__foot__form__submit {
	text-align: center;
}

.mailThread__foot__form__submit input[type="submit"] {
	display: inline-block;
	font-size: 12px;
	padding: 0 1.6em;
	margin: 0 10px 0 0;
	text-align: center;
	color: #FFF;
	background: #424242;
	border: 0 none;
	height: 30px;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: top;
	text-decoration: none;
}


/* メール(part)
----------------------------------------------- */

.mailPart {
	border: 1px solid #CCC;
	margin: 0 0 -1px 0;
	font-size: 14px;
}

.mailPart__head {
	padding: 15px 20px;
	display: flex;
	position: relative;
}

.mailPart__head__more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.mailPart__head__name {
	flex-grow: 1;
}

.mailPart__head__name span {
	font-weight: bold;
}

.mailPart__head__name span + span {
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}

.mailPart__head__state {}

.mailPart__head__state span {
	display: inline-block;
	vertical-align: middle;
}

.mailPart__head__state__icon {
	padding: 0 5px;
}

.mailPart__head__state__icon .fa {
	font-size: 15px;
}

.mailPart__head__state__time {
	font-size: 11px;
}

.mailPart__body {
	padding: 10px 20px 20px;
	background: #FFF;
}

.mailPart__body__message {
	margin: 0;
	font-size: 12px;
	color: #444;
}

.mailPart__body__message__info {
	line-height: 1.5em;
	margin: 0 0 10px;
}

.mailPart__body__message__info a,
.mailPart__body__message__info .fa {
	margin: 0 5px 0 0;
	font-size: 12px;
}

.mailPart__body__message__sub {
	border-bottom: 1px dashed #CCC;
	padding: 0 0 10px;
	line-height: 1.5em;
}

.mailPart__body__message__text {
	padding: 10px 0 10px 10px;
	line-height: 1.5em;
}

.mailPart__body__foot {
	border-top: 1px dashed #CCC;
	background: #F5F5F5;
	padding: 15px;
	font-size: 12px;
}

.mailPart__body__foot__info {
}

.mailPart__body__foot__info .fa {
	margin: 0 5px 0 0;
}

.mailPart--close {}

.mailPart--close .mailPart__head {
	background: #EEE;
}

.mailPart--unread {}

.mailPart--unread .mailPart__head {
	background: #FFF;
}

.mailPart--unread .mailPart__head__name span {
}

.mailPart--read {}

.mailPart--read .mailPart__head {
	background: #EEE;
}

.mailPart--read .mailPart__head__name span {
	font-weight: normal;
}


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

.jobSearchSelect {
	margin: 10px 0;
}

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

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

.jobSearchSelect__switch__title a {
	display: block;
	padding: 10px 10px 8px;
	font-size: 11px;
	font-weight: bold;
	background: #d2d2d2;
	color: #666;
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

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

.jobSearchSelect__switch__title--active {}

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

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

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

.jobSearchF__title {
	width: 50%;
	padding: 5px;
	text-align: center;
}

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

.jobSearchF__title__icon {
	display: block;
	margin: 0 auto 10px;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.jobSearchF__title__icon--map {
	background-image: url(../img/eanimal/jobSearchF_map.png);
}

.jobSearchF__title__icon--doctor {
	background-image: url(../img/eanimal/jobSearchF_doctor.png);
}

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

.jobSearchC {
	margin: 10px 0;
}

.jobSearchC__now {}

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

.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 #B5B5B5;
	height: 30px;
	padding: 0 10px;
	width: 100%;
}

.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: #ff9900;
	border: 1px solid #ff9900;
	color: #FFF;
	cursor: pointer;
}


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

.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: #ff9900;
	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: 34px;
}

.stylishSelect__btn {
	position: absolute;
	right: -1px;
	top: -1px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	background: #ff9900;
	color: #FFF;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

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

/* stylishText */

.stylishText {}

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

/*--------------------------------------------------------------求人一覧*/

/* 求人情報
----------------------------------------------- */

.jobInfoCard {
	margin: 0 0 15px;
	border: 1px solid #EEE;
	border-top: 3px solid #ff9900;

	border: 1px solid #EEE;
	border-top: 3px solid #999;
	background: #FFF;
}

.jobInfoCard__more {}

.jobInfoCard__head {}

.jobInfoCard__head__data {
	line-height: 2;
	margin: 0 0 10px;
	font-size: 12px;
	position: relative;
}

.jobInfoCard__head__data__cate {
	display: inline-block;
	background: #999;
	color: #FFF;
	padding: 0 10px;
}

.jobInfoCard__head__data__date {
	display: inline-block;
	padding: 0 10px;
}

.jobInfoCard__head__data__pickup {
	background: #ff9900;
	color: #FFF;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
}

.jobInfoCard__head__title {
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 1px solid #DDD;
	padding: 0 0 5px;
	margin: 0 10px;
}

.jobInfoCard__head__title a {
	text-decoration: none;
	color: #673a1b;
}

.jobInfoCard__body {
	padding: 10px;
}

.jobInfoCard__body__pr {
	display: flex;
	margin: 0 0 10px;
}

.jobInfoCard__body__pr__thumb {}

.jobInfoCard__body__pr__thumb img {
	display: block;
	width: 172px;
	height: auto;
}

.jobInfoCard__body__pr__text {
	flex-grow: 1;
	padding: 0 10px;
	line-height: 1.5;
}

.jobInfoCard__body__data {}

.jobInfoCard__body__data table {
	table-layout: fixed;
	width: 100%;
}

.jobInfoCard__body__data table td,
.jobInfoCard__body__data table th,
.jobInfoCard__body__data table {
	border: 1px solid #DDD;
}

.jobInfoCard__body__data table th {
	background: #fffaee;
	color: #673a1b;
	width: 80px;
}

.jobInfoCard__body__data table td,
.jobInfoCard__body__data table th {
	line-height: 1.5;
	font-size: 12px;
	padding: 5px;
}

.jobInfoCard__body__data table td a {
	color: #333;
}

.jobInfoCard__foot {
	margin: -10px 0 0;
}

.jobInfoCard--pickup {
	border: 1px solid #ff9900;
	border-top: 3px solid #ff9900;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.jobInfoCard--pickup .jobInfoCard__head__data__cate {
	background: #ff9900;
}

.jobInfoCard--forPC {}

.jobInfoCard--forPC .jobInfoCard__body__pr__thumb {
	border: 1px solid #DDD;
}

.jobInfoCard--forPC .userActionLinks__entry__btn,
.jobInfoCard--forPC .userActionLinks__more__btn {
	font-size: 14px;
	height: 3.2em;
}

.jobInfoCard--forPC .userActionLinks__inq__btn,
.jobInfoCard--forPC .userActionLinks__fav__btn {
	font-size: 14px;
	height: 3.2em;
	color: #555;
}

.jobInfoCard--forPC .jobInfoCard__head__title {
	margin: 0 20px;
}

.jobInfoCard--forPC .jobInfoCard__body {
	padding: 10px 20px;
}

.jobInfoCard--forPC .jobInfoCard__foot {
	padding: 0 10px 10px;
}

/* アクションリンク */

.userActionLinks {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.userActionLinks + .userActionLinks {
	margin: -10px 0;
}

.userActionLinks__fav {
	display: table-cell;
}

.userActionLinks__more {
	display: table-cell;
	width: 55%;
}

.userActionLinks__inq__btn,
.userActionLinks__fav__btn {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	height: 4em;
	border-radius: 3px;
	border: 1px solid #DDD;
	background: #f0f0f0;
	background-image: linear-gradient(135deg,#fff,#fff 80%,#f5f5f5);
	color: #212121;
	position: relative;
	transition: 0.2s;
}

.userActionLinks__inq__btn > span,
.userActionLinks__fav__btn > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	line-height: 1.4em;
}

.userActionLinks__entry__btn,
.userActionLinks__more__btn {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	height: 4em;
	border-radius: 3px;
	background: #f58521;
	border: 1px solid #f58521;
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
	position: relative;
	transition: 0.2s;
}

.userActionLinks__entry__btn {
	font-weight: bold;
}

.userActionLinks__entry__btn > span,
.userActionLinks__more__btn > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	line-height: 1.4em;
}

.userActionLinks__entry__btn > .fa {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	font-size: 18px;
}

.userActionLinks__more__btn .fa {
	margin: 0 10px 0 0;
	font-size: 14px;
	transform: rotateY(180deg);
}

.userActionLinks__entry__btn:hover,
.userActionLinks__more__btn:hover {
	color: #FFF;
	opacity: 0.8;
}

.userActionLinks__inq__btn:hover,
.userActionLinks__fav__btn:hover {
	background-image: linear-gradient(135deg,#fff,#fff 80%,#fff);
}

.simpleActionLinks {}

.simpleActionLinks__btn {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	height: 4em;
	border-radius: 3px;
	border: 1px solid #CCC;
	background: #f0f0f0;
	background-image: linear-gradient(#fff,#f0f0f0);
	position: relative;
}

.simpleActionLinks__btn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
	line-height: 1.4em;
}


/* 求人一覧画面
----------------------------------------------- */

.jobOfferList {}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.jobInfoCard__head__data {
			font-size: 11px;
		}

		.jobInfoCard__head__title {
			font-size: 14px;
		}

		.jobInfoCard__body__pr__thumb img {
			width: 145px;
		}

		.jobInfoCard__body__pr__text {
			font-size: 11px;
			padding: 0 0 0 10px;
		}

		.jobInfoCard__body__data table td,
		.jobInfoCard__body__data table th {
			font-size: 11px;
		}

		.jobInfoCard--forPC .jobInfoCard__head__title {
			font-size: 18px;
		}

		.jobInfoCard--forPC .jobInfoCard__head__data {
			font-size: 12px;
		}

		.jobInfoCard--forPC .jobInfoCard__body__pr__thumb img {
			width: 172px;
		}

		.jobInfoCard--forPC .jobInfoCard__body__pr__text {
			font-size: 12px;
			padding: 0 10px;
		}

		.jobInfoCard--forPC .jobInfoCard__body__data table td,
		.jobInfoCard--forPC .jobInfoCard__body__data table th {
			font-size: 12px;
		}

	}


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

/* 求人情報
----------------------------------------------- */

.jobDetailCard {
}

.jobDetailCard__ {
	background: #FFF;
	padding: 10px;
	border: 1px solid #EEE;
}

.jobDetailCard__head {}

.jobDetailCard__head__data {
	overflow: hidden;
	text-align: right;
	line-height: 2;
	font-size: 12px;
	margin: 0 0 10px;
}

.jobDetailCard__head__data__cate {
	float: left;
	background: #ff9900;
	color: #FFF;
	padding: 0 10px;
}

.jobDetailCard__head__data__date {}

.jobDetailCard__head__owner {
	font-size: 12px;
}

.jobDetailCard__head__owner a {
	color: #ff9900;
}

.jobDetailCard__head__owner a:hover {}

.jobDetailCard__body {}

.jobDetailCard__body__title {
	font-size: 16px;
	line-height: 1.4;
	color: #673a1b;
	margin: 10px 0;
}

.jobDetailCard__body__title--lv2 {
	font-size: 14px;
	background: #673a1b;
	background:
		repeating-linear-gradient(
			-45deg,
			rgba(103,58,27,1),
			rgba(103,58,27,1) 3px,
			rgba(103,58,27,0.9) 3px,
			rgba(103,58,27,0.9) 6px
		)
	;
	color: #FFF !important;
	margin: 10px -10px;
	padding: 10px;
}

.jobDetailCard__body__img {
	margin: 10px 0 0;
}

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

.jobImgList__item {
	padding: 5px;
	width: 33.3333%;
}

.jobImgList__item__thumb {
	background: #EEE;
	padding: 5px;
	position: relative;
}

.jobImgList__item__thumb img {
	width: 100%;
	height: auto;
}

.jobImgList__item__text {
	padding: 5px;
	line-height: 1.4;
	color: #666;
}

.jobDetailCard__body__pr {
	font-size: 12px;
	line-height: 1.6;
	margin: 10px 0;
}

.jobDetailCard__action {
	margin: 0 -10px;
}

.jobDetailCard__body__data {}

.jobDetailCard__body__data__thumb {
	margin: 0 0 10px;
}

.jobDetailCard__body__data__thumb img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #DDD;
}

.jobDetailCard__body__data table {
	table-layout: fixed;
	width: 100%;
}

.jobDetailCard__body__data table td,
.jobDetailCard__body__data table th,
.jobDetailCard__body__data table {
	border: 1px solid #DDD;
}

.jobDetailCard__body__data table th {
	background: #fffaee;
	color: #673a1b;
	width: 80px;
}

.jobDetailCard__body__data table td,
.jobDetailCard__body__data table th {
	line-height: 1.5;
	font-size: 12px;
	padding: 5px;
}

.jobDetailCard__body__data__link {
	display: inline-block;
	padding: 5px 20px;
	margin: 5px 0;
	border: 1px solid #CCC;
	border-radius: 3px;
}

.jobDetailCard--forPC {}

.jobDetailCard--forPC .jobDetailCard__ {
	padding: 20px;
}

.jobDetailCard--forPC .jobDetailCard__body {
	padding: 10px 0;
}

.jobDetailCard--forPC .userActionLinks__entry__btn,
.jobDetailCard--forPC .userActionLinks__more__btn {
	font-size: 16px;
	height: 3.2em;
}

.jobDetailCard--forPC .userActionLinks__inq__btn,
.jobDetailCard--forPC .userActionLinks__fav__btn {
	font-size: 14px;
	height: 3.2em;
	color: #555;
}

.jobDetailCard--forPC .jobDetailCard__body__title--lv2 {
	margin: 10px 0;
}


	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.jobDetailCard__body__title {
			font-size: 14px;
		}

	}



/* 求人の特徴アイコン
----------------------------------------------- */

.jobColorIcon {
	margin: 10px -2px 0;
}

.jobColorIcon__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.jobColorIcon__list__item > span {
	display: block;
	font-size: 10px;
	text-align: center;
	padding: 4px 6px;
	margin: 2px;
	background: #ffe4a3;
	color: #673a1b;
	border-radius: 2px;
}

.jobColorIcon__list__item a {
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	padding: 6px 0;
	margin: 2px;
	background: #ffe4a3;
	color: #673a1b;
	border-radius: 2px;
}

.jobColorIcon--3 .jobColorIcon__list__item {
	width: 33.3333%;
}

.jobColorIcon--3 .jobColorIcon__list__item > span {
	padding: 6px 0;
}

/* flick
----------------------------------------------- */
.flick{
	width:220px;
	position:relative;
	overflow:auto;
	margin:10px auto;
}

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

.flick ul li{
	float:left;
	padding:0;
	width:220px;
	border:0;
	line-height:1.4;
}

.flick ul li p.img{
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

.flick ul li p.img span{
	text-indent:-9999px;
	width:200px;
	height:150px;
	display:block;
	overflow:hidden;
	background:url(../img/noimage.gif) no-repeat right;
	background-size:200px 150px;
	-webkit-background-size:200px 150px;
	-moz-background-size:200px 150px;
}

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

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

.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;
}

.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;
}

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

.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;
}

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



/* スカウトメールを受け取るには？
----------------------------------------------- */

.ifyouwant {
	border-radius: 3px;
	border: 1px solid #CCC;
	margin: 10px 0;
	overflow: hidden;
	display: flex;
}

.ifyouwant__image {
	width: 115px;
	height: 85px;
	background-image: url(../img/eanimal/ifyouwant.png);
	background-size: cover;
}

.ifyouwant__text {
	flex-grow: 1;
}

.ifyouwant__text a {
	display: block;
	height: 100%;
	position: relative;
	font-size: 11px;
	background-image: linear-gradient(#fff,#f0f0f0);
	padding: 10px;
}

.ifyouwant__text a span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.4em;
}

.ifyouwant__text a .fa {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	color: #ff9900;
	font-size: 18px;
}

/*--------------------------------------------------------------埋め込み用の求人情報*/

/* 求人カード(埋め込み用)
----------------------------------------------- */

.jobOfferCard {
	position: relative;
	padding: 10px 10px 5px;
	margin: 0 0 20px;
	background: #FFF;
	border: 1px solid #DDD;
}

.jobOfferCard:hover {
	opacity: 0.7;
}

.jobOfferCard__more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.jobOfferCard__thumb {
	position: relative;
}

.jobOfferCard__thumb__img {}

.jobOfferCard__thumb__img img {
	display: block;
	width: 100%;
	height: auto;
}

.jobOfferCard__thumb__cate {
	position: absolute;
	top: 0;
	left: 0;
	background: #ff9900;
	color: #FFF;
	padding: 5px 15px;
}

.jobOfferCard__body {
	padding: 10px 0;
}

.jobOfferCard__body__cate {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #ff9900;
	color: #FFF;
	padding: 5px 15px;
	overflow: hidden;
}

.jobOfferCard__body__cate > strong {
	display: none;
}

.jobOfferCard__body__title {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	height: 3.1em;
	overflow: hidden;
	word-break: break-all;
}

.jobOfferCard__body__title a {
	text-decoration: none;
	color: #212121;
}

.jobOfferCard__body__title__rank {
	background: #583C19;
	color: #FFF;
	padding: 2px 4px;
	font-size: 10px;
	border-radius: 2px;
}

.jobOfferCard__body__data {
	color: #6f4427;
	font-size: 14px;
	line-height: 1.5;
}

.jobOfferCard--horizontal {
	display: flex;
	padding: 10px;
	margin: 0 0 10px;
}

.jobOfferCard--horizontal .jobOfferCard__body {
	flex-grow: 1;
	padding: 0 10px;
}

.jobOfferCard--horizontal .jobOfferCard__thumb__img img {
	width: 172px;
	height: auto;
}

.jobOfferCard--horizontal .jobOfferCard__body__cate {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.jobOfferCard--horizontal .jobOfferCard__body__title {
	margin: 10px 0;
	height: auto;
	max-height: 3.1em;
}


.jobOfferCard--minPC {
	padding: 0;
	margin: 0;
	border: none;
}

.jobOfferCard--minPC:not(:last-child) {
	border-bottom: 1px solid #DDD;
	padding: 0 0 7px;
	margin: 0 0 7px;
}

.jobOfferCard--minPC .jobOfferCard__body {
	padding: 0 0 0 5px;
}

.jobOfferCard--minPC .jobOfferCard__body__pick {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 5px;
	border-radius: 2px;
	display: inline-block;
	background: #ff9900;
	color: #FFF;
	font-size: 11px;
}

.jobOfferCard--minPC .jobOfferCard__body__cate {
	font-size: 11px;
	padding: 3px 5px;
	top: 0;
	left: 0;
	border-radius: 2px;
	background: #ab8459;
}

.jobOfferCard--minPC .jobOfferCard__body__title {
	font-size: 11px;
	margin: 3px 0 0;
}

.jobOfferCard--minPC .jobOfferCard__body__data {
	font-size: 11px;
}

.jobOfferCard--minPC .jobOfferCard__thumb__img img {
	width: 68px;
	height: auto;
	border: 1px solid #DDD;
}

.jobOfferCard--forPC {
	padding: 0;
	border-radius: 2px;
}

.jobOfferCard--forPC .jobOfferCard__thumb {
	border-bottom: 1px solid #DDD;
}

.jobOfferCard--forPC .jobOfferCard__body {
	padding: 5px;
}

.jobOfferCard--forPC .jobOfferCard__body__cate {
	position: static;
	display: inline-block;
	background: #ab8459;
	border-radius: 2px;
	color: #FFF;
	padding: 4px 6px;
	margin: 0 0 5px;
	font-size: 11px;
}

.jobOfferCard--forPC .jobOfferCard__body__title {
	font-size: 12px;
}

.jobOfferCard--forPC .jobOfferCard__body__data {
	font-size: 12px;
}

/* 求人リスト(埋め込み用の枠)
----------------------------------------------- */

.jobOfferEmbed {}

.jobOfferEmbed__failed {
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
}

.jobOfferEmbed__failed--white {
	margin: 20px 0 10px;
}

.jobOfferEmbed--horizontal {}

.jobOfferEmbed--forPC {}

.jobOfferEmbed--forPC .jobOfferCard {
	margin: 0 0 10px;
}


	@media only screen and (max-width:960px)	{
	}

	@media only screen and (max-width:768px)	{

		.jobOfferEmbed .cmslBlock--2 .cmslBlock__,
		.jobOfferEmbed .cmslBlock--5 .cmslBlock__ {
			width: 50%;
		}

		.jobOfferEmbed--forPC .cmslBlock--2 .cmslBlock__ {
			width: 50%;
		}

		.jobOfferEmbed--forPC .cmslBlock--5 .cmslBlock__ {
			width: 20%;
		}

		.jobOfferEmbed .cmslBlock--2.cmslBlock--separate,
		.jobOfferEmbed .cmslBlock--5.cmslBlock--separate {
			margin-left: -5px;
			margin-right: -5px;
		}

		.jobOfferEmbed .cmslBlock--2.cmslBlock--separate .cmslBlock__,
		.jobOfferEmbed .cmslBlock--5.cmslBlock--separate .cmslBlock__ {
			padding: 0 5px;
		}

	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.jobOfferEmbed--scrolling {
			overflow-x: scroll;
		}

		.jobOfferEmbed--scrolling .cmslBlock {
			flex-wrap: nowrap;
		}

		.jobOfferEmbed--scrolling .cmslBlock--2 {}

		.jobOfferEmbed--scrolling .jobOfferCard {
			width: 130px;
		}

		.jobOfferEmbed--scrolling .jobOfferCard--min {}

		.jobOfferEmbed--scrolling .jobOfferCard--min .jobOfferCard__body__title {
			font-size: 12px;
			margin: 0 0 3px;
		}

		.jobOfferEmbed--scrolling .jobOfferCard--min .jobOfferCard__body__data {
			font-size: 12px;
		}


	}

	/* smartphone横(landscape) */
	@media only screen and (max-width:640px)	{

		.jobOfferCard {
			padding: 5px;
			margin: 0 0 10px;
		}

		.jobOfferCard__body {
			padding: 5px 0;
		}

		.jobOfferCard__body__cate {
			font-size: 11px;
			padding: 5px 10px;
			top: 5px;
			left: 5px;
		}

		.jobOfferCard__body__title {
			font-size: 12px;
		}

		.jobOfferCard__body__data {
			font-size: 12px;
		}

		.jobOfferCard--horizontal {
			padding: 13px 10px;
			margin: 0 -10px;
			border: none;
		}

		.jobOfferCard--horizontal:not(:last-child) {
			border-bottom: 1px solid #DDD;
		}

		.jobOfferCard--horizontal .jobOfferCard__thumb__img img {
			width: 115px;
			height: auto;
		}

		.jobOfferCard--horizontal .jobOfferCard__body__title {
			margin: 5px 0 0;
			height: 3em;
		}

		.jobOfferCard--horizontal .jobOfferCard__body__cate {
		}

		.jobOfferEmbed--forPC .jobOfferCard {
			padding: 0;
		}

		.jobOfferCard--horizontal.jobOfferCard--minPC .jobOfferCard__thumb__img img {
			width: 68px;
			height: auto;
		}

		.jobOfferCard--horizontal.jobOfferCard--minPC .jobOfferCard__body__title {
			margin: 3px 0 0;
			height: auto;
		}

	}




/*--------------------------------------------------------------Myページ*/

/* 履歴書内
----------------------------------------------- */
.addHopeList{
	border:1px solid #ccc;
	margin:5px 0px;
	padding:10px;
	font-size:12px;
}

.ha_del{
	float:right;
	background-color:#444;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	padding: 2px 5px;
}

.ha_del:hover{
	background-color:#ee1133;
}


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

.myMenuPanel {
	margin: 0 0 10px;
}

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

.myMenuPanel__title .fa {
	font-size: 14px;
	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;
}

.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: #ffe8bc;
	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: #673a1b;
	height: 3em;
	line-height: 1.4em;
	vertical-align: middle;
}

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

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

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

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

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

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

/* myMenuLinks */

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

.myMenuLinks__item {
	width: 50%;
	padding: 2.5px;
}

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

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

.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;
}

/*--------------------------------------------------------------お知らせ*/

/* お知らせ(埋め込み)
----------------------------------------------- */

.newsEmbed {
	border: 1px solid #ff9900;
	font-size: 12px;
	margin: 10px 0;
	display: flex;
	position: relative;
}

.newsEmbed__more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.newsEmbed__more span {
	display: none;
}

.newsEmbed__title {
	background: #ff9900;
	color: #FFF;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	white-space: nowrap;
}

.newsEmbed__list {
	flex-grow: 1;
	background: #FFF;
	white-space: nowrap;
	overflow: hidden;
	border-right: 5px solid #FFF;
}

.newsEmbed__list__item {
	list-style: none;
	padding: 0 0 0 5px;
	height: 40px;
	line-height: 40px;
}

.newsEmbed__list__item > p {
}

.newsEmbed__list__item > p > span {
	font-size: 10px;
}

/* お知らせ(一覧)
----------------------------------------------- */

.newsList {
	margin: 0 0 20px;
	font-size: 12px;
}

.newsList__ {
	list-style: none;
}

.newsList__item {
	margin: 1em 0 0;
	overflow: hidden;
}

.newsList__item span {
	float: left;
	line-height: 1.3em;
	text-align: center;
	min-width: 90px;
}

.newsList__item p {
	margin: 0 0 0 95px;
	line-height: 1.3em;
}

.newsList__item a {
	color: #333;
}

.newsList__item a:hover {}


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

/* インタビュー(埋め込み)
----------------------------------------------- */

.articleCard {
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: relative;
}

.articleCard--noMargin {
	padding: 10px;
	margin: 0 -10px;
}

.articleCard__more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}

.articleCard__thumb {
}

.articleCard__thumb__ {
}

.articleCard__thumb__ img {
	display: block;
	width: 80px;
	height: auto;
	border: 1px solid #DDD;
}

.articleCard__body {
	padding: 0 0 0 10px;
	flex-grow: 1;
}

.articleCard__body__title {
	font-weight: normal;
	margin: 4px 0;
	overflow: hidden;
	word-break: break-all;
	color: #673a1b;
}

.articleCard__body__title__sub {
	display: block;
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}

.articleCard__body__title__name {
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

.articleCard__body__data {
	font-size: 13px;
}

.articleCard__body__data__text {
	line-height: 1.3em;
	height: 2.7em;
	overflow: hidden;
}

.articleEmbed .articleCard + .articleCard {
	border-top: 1px solid #DDD;
}

.articleEmbed--forPC .articleCard {
	align-items: flex-start;
	padding: 0 0 9px;
}

.articleEmbed--forPC .articleCard + .articleCard {
	padding: 9px 0 0;
}

.articleEmbed--forPC .articleCard__body__title {
	margin: 0 0 4px;
}

.articleEmbed--forPC .articleCard__body__data__text {
	height: auto;
	max-height: 2.7em;
}


/* インタビュー(一覧)
----------------------------------------------- */

.articleList {
}

.articleList .articleCard {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px;
}

/* インタビュー(詳細)
----------------------------------------------- */

.articleDetail {}

.articleDetail__title {
	font-size: 14px;
	margin: 10px 0;
}

.articleDetail__date {
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px;
}

.articleDetail__thumb {}

.articleDetail__thumb img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #DDD;
	margin: 10px 0;
}

.articleDetail__copy {
	font-size: 12px;
	line-height: 1.4em;
	padding: 10px;
	margin: 0 0 10px;
	background: #FFF;
	border: 1px solid #EEE;
}

.articleDetail__body {
	padding: 10px;
	border: 1px solid #EEE;
	background: #FFF;
}

.articleDetail__body__title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	color: #673a1b;
	margin: 15px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #DDD;
}

.articleDetail__body p {
	font-size: 12px;
	line-height: 1.6em;
	margin:  0 0 30px 10px;
}

.articleDetailImg {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid #DDD;
}

.articleDetailImg--left {
	float: left;
	margin: 0 10px 10px 0;
}

.articleDetailImg--center {
	margin: 0 auto 10px;
}

/*--------------------------------------------------------------特集*/

/* 特集(埋め込み)
----------------------------------------------- */

.specialBanner {}

.specialBanner__ {
	list-style: none;
}

.specialBanner__item {
	margin: 5px 0;
}

.specialBanner__item a {}

.specialBanner__item img {
	display: block;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------静的コンテンツ*/

.page_text {
	padding: 5px;
	font-size: 12px;
}

.page_text .contentsText {
	font-size: 12px;
}

.page_text .commonList {
	padding: 0 0 0 20px;
}

.page_text .commonList--unmarked {
	padding: 0;
}

/* FAQ
----------------------------------------------- */
.faq {}

.faq dt {
	position: relative;
	padding: 5px 0 0 40px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.faq dd {
	position: relative;
	padding: 7px 0 10px 40px;
	margin: 0 0 30px;
	border-bottom: 1px dashed #BBB;
}

.faq dd::after,
.faq dt::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	border-radius: 2px;
}

.faq dt::after {
	content: "Q";
	background: rgba( 77,121,181,1);
}

.faq dd::after {
	content: "A";
	background: rgba(243, 90,114,1);
}

.faq dd p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 0.8em;
	word-break: break-all;
}


.faq > dl + p a {
	font-size: 10px !important;
}

/* about
----------------------------------------------- */

.l-pagebody .merit_list {
	margin: 0 0 30px;
}

.l-pagebody .merit_list ol {
	margin: 0 0 20px;
	list-style: none;
}

.l-pagebody .merit_list ol li {
	border: 1px solid #DDD;
	margin: 0 0 5px;
	padding: 0 10px 0 50px;
	font-size: 12px;
	font-weight: bold;
	color: #6A3906;
	background: no-repeat 10px center #FFF;
}

.l-pagebody .merit_list ol li.m01 {
	background-image: url(../img/style/merit01.gif);
}

.l-pagebody .merit_list ol li.m02 {
	background-image: url(../img/style/merit02.gif);
}

.l-pagebody .merit_list ol li.m03 {
	background-image: url(../img/style/merit03.gif);
}

.l-pagebody .merit_list ol li.m04 {
	background-image: url(../img/style/merit04.gif);
}

.l-pagebody .merit_list ol li.m05 {
	background-image: url(../img/style/merit05.gif);
}

.l-pagebody .merit_list ol li.m06 {
	background-image: url(../img/style/merit06.gif);
}

.l-pagebody .merit_list ol li p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4em;
	padding: 10px 0;
	height: 50px;
}

.l-pagebody .merit_list ol li p span {}


.l-pagebody .point_box {
	margin: 0 0 30px;
}

.l-pagebody .point_box dt {
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid #CCC;
}

.l-pagebody .point_box dd {
	overflow: hidden;
	margin: 0 0 10px;
}

.l-pagebody .point_box dd .img {
	float: left;
	border: 1px solid #DDD;
	border-radius: 50%;
	margin: 0;
}

.l-pagebody .point_box dd .img img {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.l-pagebody .point_box dd .text {
	margin-left: 50px;
	line-height: 1.4em;
	padding: 5px 10px;
}

.flow {
	background: url(../img/style/forcuser_flow_bk.png) no-repeat left bottom;
	margin: 10px 0 30px;
	list-style: none;
}

.flow li {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 0 50px;
}

.flow li .img {
	margin: 0 0 10px;
	padding: 5px;
}

.flow li .img img {
	width: 80%;
	height: auto;
	display: block;
	border: 1px solid #CCB69E;
}

.flow li.flow01 {
	background-image: url(../img/style/forcuser_flow_01.png);
}

.flow li.flow02 {
	background-image: url(../img/style/forcuser_flow_02.png);
}

.flow li.flow03 {
	background-image: url(../img/style/forcuser_flow_03.png);
}

.flow li.flow04 {
	background-image: url(../img/style/forcuser_flow_04.png);
}

.flow li.flow05 {
	background-image: url(../img/style/forcuser_flow_05.png);
}

.flow li.flow06 {
	background-image: url(../img/style/forcuser_flow_06.png);
}

.flow li.flow07 {
	background-image: url(../img/style/forcuser_flow_07.png);
}

.flow li.flow08 {
	background-image: url(../img/style/forcuser_flow_08.png);
}

.flow li .title {
	font-size: 14px;
	font-weight: bold;
	color: #6A3906;
	padding: 10px 0 0 0;
	margin: 0 0 5px;
}

.flow li .text{
	padding: 0;
	margin: 0 0 15px;
	line-height: 1.4em;
}

.flow--max400 {
	max-width: 400px;
	margin: 0 auto;
}

.flow--max600 {
	max-width: 600px;
	margin: 0 auto;
}

.flow--whats {
	font-size: 14px;
}

.flow--whats li .title {
	font-size: 16px;
}

.flow--whats li .text {
	font-size: 14px;
	line-height: 1.8em;
}


/* functionCard
----------------------------------------------- */
.functionCard {
	padding: 15px 10px;
	height: 100%;
	box-sizing: border-box;
}

.functionCard__iconWrap {
	text-align: center;
}

.functionCard__iconWrap span {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	font-size: 30px;
	border: 1px solid #555;
	background: #FFF;
	color: #FFF;
}

.functionCard__iconWrap span .fa {
	color: #555;
	line-height: 64px;
}

.functionCard__body {}

.functionCard__body__title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 14px 0;
	color: #555;
}

.functionCard__body p {
	font-size: 12px;
	line-height: 1.6;
}

.functionCard__body p + p {
	margin: 0.8em 0 0;
}

.functionCard__body p.functionCard__body__comments {
}

.functionCard__body__payjob {
	text-align: center;
	background: #F5F5F5;
	border-radius: 2px;
	padding: 10px 0;
	margin: 10px 0 0;
}

.functionCard__body__payjob > b {
	display: block;
	margin: 0 0 5px;
	font-weight: normal;
}

.functionCard__body__payjob > span {
	display: block;
	font-weight: bold;
	color: green;
}

.functionCard__body__payjob > span.att {
	color: #DF002F;
}


/* whats
----------------------------------------------- */

.cmn-registerBox {
	background: #FFF;
	text-align: center;
	font-size: 12px;
	padding: 1em;
	margin: 1em 0;
	border-radius: 3px;
}

.cmn-registerBox__text {
	margin: 1em 0;
}

.cmn-textBtn {
	display: inline-block;
	padding: 0.5em 1.5em;
	font-size: 14px;
	text-decoration: none;
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
	border-radius: 3px;
}

.cmn-textBtn:hover {
	opacity: 0.7;
}



/* cmn-simpleData(table)
----------------------------------------------- */
.cmn-simpleData {
	width: 100%;
	margin: 10px 0;
}

.cmn-simpleData--fixed {
	table-layout: fixed;
}

.cmn-simpleData td,
.cmn-simpleData th,
.cmn-simpleData {
	border-collapse: collapse;
	border: 1px solid #DDD;
}

.cmn-simpleData th {
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
	background: #EEE;
}

.cmn-simpleData td {
	padding: 10px 0;
	text-align: center;
}

/*--------------------------------------------------------------採用ご担当者様*/

/* cyrillic-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v26/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v26/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v26/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v26/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v26/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.invArticleWrap {}

.invArticleSection {
	padding: 40px 0;
}

.invArticleSection--bg {
	background: #F5F5F5;
}

.invArticleSection--bg2 {
	background: rgba(255,99,174,0.1);
}

.invArticleSection--bg3 {
	background: rgba(103,58,27,0.8);
}

.invArticleSection__ {
	padding: 40px 0;
	width: 980px;
	margin: 0 auto;
}

.invArticleSection__balloon {
	margin: 0 0 0.5em;
	font-size: 15px;
	text-align: center;
	position: relative;
}

.invArticleSection__balloon::before {
	content: "＼";
	margin-right: 5px;
}

.invArticleSection__balloon::after {
	content: "／";
	margin-left: 5px;
}


.invArticleSection__title {
	margin: 0 0 2em;
	line-height: 1.4em;
	text-align: center;
	font-weight: bold;
}

.invArticleSection__title--lv2 {
	font-size: 32px;
}

.invArticleSection__title--lv3 {
	font-size: 26px;
	color: rgba(103,58,27,0.8);
}

.invArticleSection__title--lv5 {
	font-size: 16px;
	color: rgba(103,58,27,0.8);
	margin: 0 0 1em;
}

.invArticleSection__title--pagetop {
	margin: 0;
	color: rgba(255,255,255,0.9);
}

.invArticleSection__desc {
	margin: 0 0 40px;
	text-align: center;
}

.invArticleSection__desc > p {
	font-size: 14px;
	line-height: 1.6em;
}

.invArticleSection__action {}

.invArticleSection__action__btn {
	text-align: center;
}

.invArticleSection__action__btn > a {
	display: inline-block;
	padding: 1em 2em;
	background-image: linear-gradient(-135deg,#ff9900,#ff9900 30%,#f58521);
	color: #FFF;
	border-radius: 2px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
}

.invArticleSection__action__btn > a:hover {
	opacity: 0.7;
}

.invArticleSection__action__btn--white > a {
	background: #FFF;
	color: rgba(255,99,174,1);
}


/* invArticleCard
----------------------------------------------- */
.invArticleCard {
	font-size: 14px;
	line-height: 1.6em;
	padding: 30px 20px;
}

.invArticleCard__title {
	font-size: 18px;
	text-align: center;
	margin: 0 0 1em;
}

.invArticleCard__thumb {
	margin: 0 0 1em;
}

.invArticleCard__thumb a {
	display: block;
}

.invArticleCard__thumb a:hover {}

.invArticleCard__thumb img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.invArticleCard__body {}

.invArticleCard__body > p {
	line-height: 1.8em;
}

.invArticleCard__body .smalltext {
	font-size: 80%;
}

.invArticleCard--border {
	border: 1px solid #CCC;
	border-radius: 3px;
}



/* invArticlePrice
----------------------------------------------- */
.invArticlePrice {
	margin: 0 0 40px;
	padding: 20px 0;
}

.invArticlePrice__title {
	text-align: center;
	font-size: 18px;
	margin: 0 0 2em;
}

.invArticlePrice__desc {
	margin: 0 0 30px;
	text-align: center;
}

.invArticlePrice__desc > p {
	font-size: 14px;
	line-height: 1.6em;
}

.invArticlePrice__table {
	width: 100%;
	box-shadow: 2px 2px rgba(0,0,0,0.05);
}

.invArticlePrice__table td,
.invArticlePrice__table th,
.invArticlePrice__table {
	border-collapse: collapse;
	padding: 10px 15px;
	line-height: 1.6em;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.invArticlePrice__table thead th {
	text-align: center;
	font-weight: normal;
	color: #EEE;
	background: #333;
}

.invArticlePrice__table tbody th {
	width: 25%;
	color: #333;
	background: #FFF;
	border: 1px solid #CCC;
}

.invArticlePrice__table tbody td {
	text-align: center;
	border: 1px solid #CCC;
}

.invArticlePrice__table tfoot td {
	background: #FFF;
	border: 1px solid #CCC;
}

.invArticlePrice__table col.plan {
	background: #FFF;
	border: 1px solid #CCC;
}

.invPriceCard {
	padding: 5px 0;
}

.invPriceCard__pr {
	margin: 0 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.invPriceCard__pr__name {
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px 0 0;
}

.invPriceCard__pr__price {
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1em;
	font-family: 'Oswald';
}

.invPriceCard__pr__price__num {
	font-size: 34px;
	padding: 0 5px;
}

.invPriceCard__pr__price__unit {
	display: flex;
	flex-direction: column-reverse;
}

.invPriceCard__pr__price__unit b {
	font-weight: normal;
	font-size: 16px;
}

.invPriceCard__pr__price__unit small {
	font-size: 10px;
}

.invPriceCard__master {
	color: #666;
	line-height: 1.4em;
	display: flex;
	justify-content: center;
}

.invPriceCard__master__name {
	font-size: 12px;
	padding: 0 5px 0 0;
}

.invPriceCard__master__price {
	font-size: 12px;
	font-family: 'Oswald';
}

.invPriceCard__master__price > span {
	margin: 0 0 0 2px;
}

.invPriceDetails {
	padding: 10px;
}

.invPriceDetailsList {
	margin: 0 0 0 1em;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
}

.invPriceDetailsList + .invPriceDetailsList {}

.invPriceDetailsList li {
	list-style: disc outside;
	margin: 0 0 7px;
}

.invPriceDetailsList li > span {}

.invPriceMark {
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.invPriceMark--ok {
	background: url(../img/style/ok.png) no-repeat left top;
}

.invPriceMark--ng {
	background: url(../img/style/ng.png) no-repeat left top;
}

.invPriceNote {
	font-size: 12px;
	font-family: 'Oswald';
}

.invPriceNote > span {}

	@media only screen and (max-width:768px)	{

		.invArticleSection {
			padding: 16px 0;
			overflow: hidden;
			background: #fffaee;
		}

		.invArticleSection--bg3 {
			background: rgba(103,58,27,0.8);
		}

		.invArticleSection__ {
			padding: 16px 0;
			width: 100%;
		}

		.invArticleSection__title {
			margin: 0 0 16px;
		}

		.invArticleSection__title--lv2 {
			font-size: 18px;
		}

		.invArticleSection__title--lv3 {
			font-size: 16px;
		}

		.invArticleSection__title--lv5 {
			font-size: 14px;
		}

		.invArticleSection__title--pagetop {
			margin: 0;
		}

		.invArticleSection__balloon {
			font-size: 13px;
		}

		.invArticleSection__desc {
			margin: 0 0 36px;
			padding: 0 16px;
			text-align: left;
		}

		.invArticleSection__desc > p {
			font-size: 12px;
		}

		.invArticleCard {
			font-size: 14px;
			padding: 16px;
		}

		.invArticleCard--border {
			border: none;
		}

		.invArticleCard__title {
			font-size: 16px;
		}

		.invArticleCard__body {
			font-size: 12px;
		}

		.flow--whats {
			font-size: 12px;
		}

		.flow--max400 {
			max-width: 94%
		}

		.flow--max600 {
			max-width: 94%
		}

		.flow--whats li .title {
			font-size: 14px;
		}

		.flow--whats li .text {
			font-size: 12px;
		}

	}



/* ================================================================================ */
/*                                                                                  */
/*      レスポンシブ対応(PCファースト)                                              */
/*                                                                                  */
/* ================================================================================ */

@media only screen and (max-width:960px) {

	.cmslHeader__ {
		width: 100%;
		padding: 10px;
	}

	.cmslContainer {
		width: 100%;
		padding: 10px;
	}



/* 要素を消すためのセレクタ
******************************************************************/
#search .searchSelectNone {
	display: none !important;
}
