@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================
*/
/** shared **/
#pageTit {
  background: #21b8d7;
  padding: 10px 0;
  position: relative;
}
#pageTit h1 {
  color: #fff;
  text-align: center;
  border-top: dotted 1px #fff;
  border-bottom: dotted 1px #fff;
  line-height: 1;
  padding: 20px 0;
  font-size: 22px;
}
#pageTit p.type {
  background: #fdd000;
  z-index: 20;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  bottom: 2px;
}
/** index **/
#indexSearch {
  background: #21b8d7;
  padding: 20px;
  height: calc(100vh - 231px);
}
#indexSearch.loginAfter {
  height: 360px;
}
#indexSearch #indexSearchIn {
  border: dashed 1px #fff;
  height: 100%;
  position: relative;
}
#indexSearch.loginAfter #indexSearchIn:before, #indexSearch.loginAfter #indexSearchIn:after {
  display: none;
}
#indexSearch #indexSearchIn:before {
  content: "";
  background: url("../img/index/main_ph_left.png")left top no-repeat;
  background-size: 100%;
  width: 107px;
  height: 193px;
  position: absolute;
  left: -20px;
  top: -45px;
}
#indexSearch #indexSearchIn:after {
  content: "";
  background: url("../img/index/main_ph_right.png")right top no-repeat;
  background-size: 100%;
  width: 107px;
  height: 193px;
  position: absolute;
  right: -20px;
  top: -45px;
}
#indexSearch #indexSearchIn #indexSearchBox {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#indexSearch #indexSearchIn #indexSearchBox h1 {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#indexSearch #indexSearchIn #indexSearchBox #searchLogo {
  margin-bottom: 20px;
}
#indexSearch #indexSearchIn #indexSearchBox #searchLogo img {
  height: 35px;
  width: auto;
  margin: 0 auto;
}
#indexSearch #indexSearchIn #indexSearchBox input, #indexSearch #indexSearchIn #indexSearchBox select {
  border: none;
}
#indexSearch #indexSearchIn #indexSearchBox label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#indexSearch #indexSearchIn #indexSearchBox li {
  margin-bottom: 10px;
  position: relative;
}
#indexSearch #indexSearchIn #indexSearchBox li.selectIco:after {
  bottom: 16px;
}
#indexSearch #indexSearchIn #indexSearchBox li:last-of-type:after {
  font-family: 'icomoon' !important;
  content: "\e917";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 24px;
  transition: all 0.2s;
}
#indexSearch #indexSearchIn #indexSearchBox li:last-of-type input {
  background: #fdd000;
  font-weight: bold;
  font-size: 18px;
  padding-left: 25px;
  padding: 20px 20px 20px 25px;
}
/* new */
#newJobs {
  padding: 40px 20px;
  text-align: center;
}
#newJobs h2 {
  margin-bottom: 20px;
}
#newJobs h2 img {
  height: 30px;
  width: auto;
  display: inline-block;
}
#newJobs h2 i {
  color: #fdd000;
  margin: 0 5px
}
#newJobs h2 i:last-of-type {
  transform: rotateY(180deg);
  display: inline-block;
}
.newJobsSlider .slideBox {
  border: solid 1px #d2d2d2;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  transition: all 0.4s;
  background: #fff;
}
.newJobsSlider .slideBox a {
  display: block;
}
.newJobsSlider .slideBox .ph {
  position: relative;
  height: 40vh;
  overflow: hidden;
  margin-bottom: 30px;
}
.newJobsSlider .slideBox .ph img {
  width: 100%;
  height:40vh;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
	object-fit: cover;
}
.newJobsSlider .slideBox .industry {
  background: #fdd000;
  z-index: 20;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  position: absolute;
  top: calc(40vh - 14px);
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.newJobsSlider .slideBox h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
  padding: 0 20px;
}
.newJobsSlider .slideBox p {
  margin-bottom: 15px;
  padding: 0 10px;
  line-height: 1.4;
}
.newJobsSlider .slideBox ul {
  padding: 0 10px 10px 10px;
}
.newJobsSlider .slideBox ul li {
  color: #21b8d7;
}
.newJobsSlider .slideBox ul li:first-of-type span {
  background: #e9e9e9;
  color: #000;
  padding: 0 20px;
  font-size: 14px;
  display: block;
}
.newJobsSlider .slideBox ul li:last-of-type {
  color: #000;
  font-size: 18px;
}
.newJobsSlider .slideBox ul li:last-of-type span {
  font-size: 28px;
  font-weight: bold;
  color: #21b8d7;
}
/* searchList **/
#indexList h2 {
  margin-bottom: 10px;
}
#indexList h2 img {
  height: 30px;
  width: auto;
  margin: 0 auto;
}
#indexList p:first-of-type {
  margin-bottom: 20px;
  text-align: center;
}
#indexList #listLocation, #indexList #listKeyword, #indexList #listIndustry {
  background: #f5f5f5;
  padding: 40px 20px;
  margin-bottom: 20px;
}
#indexList #listLocation dl {
  display: flex;
  flex-wrap: wrap;
}
#indexList #listLocation dl dt {
  width: 30%;
  border-bottom: dotted 1px #bbb;
  padding: 10px 0;
  font-weight: bold;
  color: #21b8d7;
}
#indexList #listLocation dl dd {
  width: 70%;
  border-bottom: dotted 1px #bbb;
  padding: 10px 0;
}
#indexList #listLocation dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
#indexList #listLocation dl dd ul li {
  padding: 0 10px;
}
#indexList #listLocation dl dd ul li a {
  color: #000;
}
#indexList #listKeyword ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#indexList #listKeyword ul li {
  margin: 0 10px 10px 0;
}
#indexList #listKeyword ul li a {
  padding: 0 10px 0 25px;
  border-radius: 50px;
  display: block;
  background: #f6c376;
  color: #fff;
  position: relative;
}
#indexList #listKeyword ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#indexList #listIndustry ul li:nth-of-type(odd) {
  background: #fff;
}
#indexList #listIndustry ul li a {
  padding: 15px;
  display: block;
  color: #000;
  position: relative;
}
#indexList #listIndustry ul li a:after {
  font-family: 'icomoon' !important;
  content: "\e902";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #50a746;
}
#indexList #listIndustry ul li a span {
  font-size: 14px;
  margin-left: 5px;
}
/* concept */
#indexConcept {
  padding: 40px 20px;
}
#indexConcept .conceptLogo img {
  height: 90px;
  width: auto;
  margin: 0 auto 20px auto;
}
#indexConcept h2 img {
  height: 38px;
  width: auto;
  margin: 0 auto 40px auto;
}
#indexConcept p {
  text-align: center;
  margin-bottom: 20px;
}
#indexConcept p br {
  display: none;
}
#indexConcept ul li {
  background: #21b8d7;
  border-radius: 5px;
  padding: 20px 20px 20px 90px;
  position: relative;
  margin-bottom: 10px;
}
#indexConcept ul li h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
#indexConcept ul li i {
  color: #21b8d7;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#indexConcept ul li:nth-of-type(3) i {
  font-size: 20px;
}
/** join **/
#join {
  padding: 40px 20px;
}
#join .joinMail dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#join .joinMail dd {
  margin-bottom: 30px;
}
#join .joinMail dd:nth-of-type(2) {
  margin-bottom: 10px;
}
#join .joinMail div {
  margin-bottom: 40px;
}
#join .joinMail p {
  font-size: 14px;
  text-align: center;
}
#join .joinMail ul {
  margin-bottom: 20px;
}
#join .joinMail h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.birth {
  display: flex;
}
.birth li {
  width: 30%;
  margin-left: 2%;
}
.birth li:first-of-type {
  width: 36%;
  margin-left: 0;
}
#join .joinFlow {
  display: flex;
}
#join .joinFlow li {
  background: #e2e2e2;
  padding: 10px;
  width: 23.5%;
  margin-right: 2%;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  color: #939393;
  position: relative;
}
#join .joinFlow li.active {
  background: #21b8d7;
  color: #fff;
}
#join .joinFlow li.active span {
  color: #21b8d7;
}
#join .joinFlow li.active:after {
  border-color: transparent transparent transparent #21b8d7;
}
#join .joinFlow li:last-of-type {
  margin-right: 0;
}
#join .joinFlow li span {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 10px auto;
  font-weight: bold;
}
#join .joinFlow li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #e2e2e2;
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
}
#join .joinFlow li:last-of-type:after {
  display: none;
}
#joinLink {
  border-top: solid 1px #9a9a9a;
  padding-top: 40px;
}
#joinLink p {
  font-size: 16px !important;
  text-align: center;
  margin-bottom: 20px;
}
#joinLink a {
  display: block;
  text-align: center;
  background: #21b8d7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 15px 15px 30px;
  border-radius: 5px;
  position: relative;
}
#joinLink a:before {
  font-family: 'icomoon' !important;
  content: "\e90e";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
  font-size: 26px;
}
.joinForm {
  padding-top: 40px;
}
.joinForm h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.joinForm dl {
  border-top: dotted 1px #d6d6d6;
}
.joinForm dt {
  padding: 20px 0 10px 0;
  font-weight: bold;
  color: #21b8d7;
	position: relative;
}
span.private{
	font-size: 12px;
	background: #a7a7a7;
	color: #fff;
	font-weight: normal;
	padding:3px 5px;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#resume h3 span.imp{
	right: 10px;
}
span.imp{
	font-size: 12px;
	background: #ec0d0d;
	color: #fff;
	font-weight: normal;
	padding:3px 5px;
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.joinForm dt span.any {
  background: #e2e2e2;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 5px;
}
.joinForm dt span.red {
  color: #ff0000;
  font-size: 14px;
}
.joinForm dt span.red span {
  display: block;
  color: #000;
  font-weight: normal;
}
.joinForm dt span.notes {
  display: block;
  font-weight: normal;
  color: #000;
  font-size: 14px;
}
.joinForm dd {
  padding: 0 0 20px 0;
  border-bottom: dotted 1px #d6d6d6;
}
.joinForm dd.photoUpLoad {
  display: flex;
}
.joinForm dd.photoUpLoad ul {
  display: block;
  width: auto;
}
.joinForm dd ul {
  display: flex;
}
.joinForm dd ul li span {
  font-size: 14px;
  color: #333333;
  padding: 0 10px;
}
.joinForm dd ul.half li {
  width: 48%;
  margin-right: 2%;
}
.joinForm dd ul.half li:last-of-type {
  margin-right: 0;
}
.joinForm dd ul.list {
  display: block;
}
.joinForm dd ul.list li {
  margin-bottom: 10px;
}
.joinForm dd ul.list li:last-of-type {
  margin-bottom: 0;
}
.joinForm dd.postalcode {
  display: flex;
}
.joinForm dd.postalcode input:last-of-type {
  width: 40%;
  margin-left: 5%;
}
.joinForm .formBtn {
  margin-top: 30px;
}
.joinForm .formBtn li:nth-of-type(2) {
  margin-top: 20px;
}
.joinForm dd .student {
  padding-top: 20px;
  align-items: center;
}
.joinForm dd .student li {
  width: 40%;
  margin-right: 5%;
}
.joinForm dd .student li:nth-of-type(2) {
  width: 30%;
}
.joinForm dd .student li:last-of-type {
  margin-right: 0;
  width: 25%;
}
.joinForm dd.workLoc .workLocBox {
  position: relative;
	display: flex;
}
.joinForm dd.workLoc .workLocBox:first-of-type ~ .workLocBox{
	margin-top: 20px;
	padding-top: 20px;
	border-top: dotted 1px #ccc;
}
.joinForm dd.workLoc .workLocBox .selectIco:first-of-type{
  width: 48%;
	margin-left: 0;
}
.joinForm dd.workLoc .workLocBox .selectIco{
  width: 48%;
	margin-left: 4%;
}
.joinForm dd.workLoc .addBtn {
  margin-top: 20px;
}
.joinForm dd.industry li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.joinForm dd .licenseBox input {
  margin-top: 10px;
}
.joinForm dd .licenseBox {
  margin-top: 20px;
  border-top: dotted 1px #ccc;
  padding-top: 20px;
}
.joinForm dd .licenseBox:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.joinForm dd.license .addBtn,.joinForm dd.schoolBox .addBtn {
  margin-top: 20px;
}
.joinForm dd.schoolBox .school{
	position: relative;
}
.joinForm dd.schoolBox .school:first-of-type ~ .school{
	margin-top: 20px;
	padding-top: 20px;
	border-top:  dotted 1px #ccc;
}
.joinForm dd.petType li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.joinForm dd .petAdd {
  display: flex;
  flex-wrap: wrap;
}
.joinForm dd .petAdd p {
  width: 100%;
}
.joinForm dd .petAdd input {
  width: 70%;
}
.joinForm dd .petAdd input[type="submit"] {
  width: 28%;
  margin-left: 2%;
  background: #21b8d7;
  color: #fff;
  border: none;
}
.joinForm dd ul.plactice{
	display: block;
}
.joinForm dd ul.plactice li{
	border-bottom:  dotted 1px #ccc;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.joinForm dd ul.plactice li:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.joinForm dd ul.plactice li span{
	display: block;
	padding: 0;
	font-weight: bold;
	font-size: 16px;
}
.joinForm dd ul.plactice li input{
	width: 60%;
	margin-right: 10px;
}
.joinForm .school ul {
  flex-wrap: wrap;
}
.joinForm .school li:first-of-type {
  width: 40%;
  margin-right: 4%;
}
.joinForm .school li:nth-of-type(2) {
  width: 40%;
}
.joinForm .school li:nth-of-type(3)  {
  width: 100%;
  margin-top: 4%;
}
.joinForm .school li:nth-of-type(4){
	width: 58%;
	margin-right: 4%;
	margin-top: 4%;
}
.joinForm .school li:nth-of-type(5){
	width: 38%;
	margin-top: 4%;
}
.joinForm dd.history .addBtn {
  margin-top: 20px;
}
.joinForm dd .historyBox .checkBox {
  margin-bottom: 20px;
}
.joinForm dd .historyBox ul {
  flex-wrap: wrap;
}
.joinForm dd .historyBox ul li:first-of-type, .joinForm dd .historyBox ul li:nth-of-type(3) {
  width: 40%;
  margin-right: 4%;
}
.joinForm dd .historyBox ul li:nth-of-type(2), .joinForm dd .historyBox ul li:nth-of-type(4) {
  width: 40%;
}
.joinForm dd .historyBox ul li:nth-of-type(2) ~ li {
  margin-top: 4%;
}
.joinForm dd .historyBox ul li {
  width: 100%;
}
.joinForm dd .historyBox ul li:nth-of-type(2) {
  position: relative;
}
.joinForm dd .historyBox ul li:nth-of-type(2):after {
  content: "~";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.joinForm dd .historyBox ul li li:first-of-type, .joinForm dd .historyBox ul li li:nth-of-type(2) {
  width: 100% !important;
  margin-right: 0;
}
.joinForm dd .historyBox ul li li {
  width: 48% !important;
  margin-right: 4%;
}
.joinForm dd .historyBox ul li li:nth-of-type(even) {
  margin-right: 0;
}
.joinForm dd .historyBox ul li li:after {
  display: none;
}
.joinForm dd .historyBox:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.joinForm dd .historyBox {
  margin-top: 20px;
  border-top: dotted 1px #ccc;
  padding-top: 20px;
  position: relative;
}
.joinForm dd .delete {
  background: #000;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  top: -10px;
  cursor: pointer;
}
.joinForm dd .delete:before {
  font-family: 'icomoon' !important;
  content: "\e907";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  pointer-events: none;
}
.joinForm dd.spouse .selectIco,.joinForm dd.enrolled .selectIco{
	margin-top: 20px;
}
.joinForm .prBox{
	padding: 20px 0;
	border-bottom: dotted 1px #ccc;
}
/**resume**/
#resume h3 {
  border-top: solid 1px #b6b6b6;
  background: #e6e6e6;
  padding: 15px;
  font-weight: bold;
	position: relative;
}
#resume .separate p {
  color: #21b8d7;
  font-weight: bold;
  padding: 5px 15px;
  background: #e6e6e6;
  text-align: center;
}
#resume .separate dl {
  border-top: none;
}
#resume .red {
  color: #ec0d0d;
  font-size: 14px;
}
#resume > ul {
  margin-bottom: 40px;
}
#joinComp {
  padding: 40px 0;
}
#joinComp h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#joinComp p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
#joinComp a {
  display: block;
  color: #fff;
  text-align: center;
  background: #21b8d7;
  border-radius: 5px;
  padding: 15px;
  font-size: 20px;
}
#joinComp a:hover {
  background: #000;
}
.petList:before{
  content: "取扱ペット";
  display: block;
  width: 100%;
  color: #21b8d7;
}
.petList {
  display: flex;
  flex-wrap: wrap;
}
.petList li {
  background: #21b8d7;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.petList li span{
	background: #fff;
	margin-left: 10px;
	border-radius: 3px;
	padding:2px 3px 1px 3px !important;
	color: #21b8d7 !important;
	font-weight: bold;
}
.petList li span:before{
	content: "実践:"
}
.baseJobBox {
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 10;
  margin-top: 30px;
}
.baseJobBox:first-of-type {
  margin-top: 0;
}
.baseJobBox .photo img {
  width: 100%;
  height: auto;
}
.baseJobBox .info {
  padding: 20px;
}
.baseJobBox a {
  display: block;
}
.baseJobBox .info h3 {
  font-weight: bold;
  color: #21b8d7;
  margin-bottom: 20px;
}
.baseJobBox .info p {
  margin-bottom: 20px;
}
.baseJobBox .petList {
  margin-bottom: 10px;
  justify-content: center;
}
.baseJobBox .companyInfo {
  text-align: center;
  border-top: dotted 1px #ccc;
  padding-top: 10px;
}
.baseJobBox .companyInfo h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.baseJobBox .companyInfo .companyType {
  background: #fdd000;
  z-index: 20;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size:14px;
}
.baseJobBox .companyInfo address {
  font-style: normal;
  margin-bottom: 10px;
}
.jobPoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.jobPoint li {
  background: #e4e4e4;
  text-align: center;
  border-radius: 50px;
  padding: 0 10px;
  margin: 0 5px 10px 5px;
}
.baseJobBox .paying {
  text-align: center;
}
.baseJobBox .paying h5 span {
  background: #8e8e8e;
  display: block;
  font-size: 16px;
  color: #fff;
}
.baseJobBox .paying h5 {
  font-size: 20px;
  color: #21b8d7;
}
.baseJobBox .paying p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.baseJobBox .paying p span {
  font-size: 30px;
  color: #21b8d7;
  padding: 0 3px;
}
.baseJobBox .control {
  padding: 0 20px 20px 20px;
}
.baseJobBox .control time {
  color: #21b8d7;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
#message {
  min-height: calc(100vh - 164px);
}
#messageBox {
  padding: 20px 20px 150px 20px;
  position: relative;
}
#message #messageCt {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  border-top: solid 1px #e8e8e8;
}
#message #messageCt ul {
  width: 100%;
  display: flex;
}
#message #messageCt textarea:focus, #message #messageCt button:focus {
  border: none !important;
  outline: none;
}
#message #messageCt textarea {
  background: none;
  border: none;
  padding: 13px;
  border-radius: 0;
  resize: none;
  max-height: 125px;
  min-height: 1;
}
#message #messageCt button {
  cursor: pointer;
  background: none;
  font-size: 20px;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  color: #21b8d7;
  border: none;
  border-radius: 0;
  font-family: 'icomoon' !important;
  box-sizing: border-box;
}
#message #messageCt li:first-of-type {
  width: 82%;
}
#message #messageCt li {
  width: 18%;
}
#message .clientMessage, #message .userMessage {
  display: flex;
  margin-bottom: 40px;
}
#message .messageBody {
  width: calc(95% - 50px);
  position: relative;
}
#message .userMessage {
  justify-content: flex-end;
}
#message .userMessage .userIcon {
  order: 2;
  width: 50px;
  height: 50px;
  background: #21b8d7;
  border-radius: 5px;
  margin-left: 5%;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fdd000;
}
#message .userMessage .messageBody {
  background: #e4faff;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}
#message .clientMessage .messageBody {
  border: solid 1px #c2c2c2;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}
#message .messageBody:before, #message .messageBody:after {
  content: "";
  position: absolute;
}
#message .userMessage .messageBody:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #e4faff;
  right: -10px;
  top: 20px;
}
#message .clientMessage .messageBody:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #c2c2c2 transparent transparent;
  left: -10px;
  top: 20px;
}
#message .clientMessage .messageBody:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #fff transparent transparent;
  left: -8px;
  top: 20px;
}
#message .clientMessage .messagePh {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  margin-right: 5%;
}
#message .clientMessage .messagePh img {
  height: 50px;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#message .clientMessage .jobInfo {
  margin-top: 20px;
}
#message .clientMessage .jobInfo li {
  text-align: center;
}
#message .clientMessage .jobInfo li:first-of-type {
  color: #21b8d7;
  font-weight: bold;
  font-size: 16px;
}
#message .clientMessage .jobInfo li:first-of-type span {
  background: #e9e9e9;
  display: block;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  margin-bottom: 5px;
}
#message .clientMessage .jobInfo li:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#message .clientMessage .jobInfo li:nth-of-type(2) span {
  color: #21b8d7;
  font-size: 22px;
  margin: 0 3px;
}
#message .clientMessage .jobInfo li a {
  display: block;
  background: #21b8d7;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
#message .userMessage .messageBody .messageResume {
  margin-top: 20px;
}
#message .userMessage .messageBody .messageResume li:nth-of-type(2) {
  margin-top: 10px;
}
#message .userMessage .messageBody .messageResume li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 15px 10px 15px 40px;
  ;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
#message .userMessage .messageBody .messageResume li a:before {
  font-family: 'icomoon' !important;
  content: "\e91e";
  font-size: 22px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#message .userMessage .messageBody .messageResume li a:after {
  font-family: 'icomoon' !important;
  content: "\e908";
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 1px #ccc;
  width: 20px;
  text-align: right;
  color: #ccc;
}
#message .messageBody time {
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
}
#message .adminMessage {
  display: flex;
  margin-bottom: 40px;
}
#message .adminMessage .messageBody {
	width: 100%;
}
#message .adminMessage .messageBody {
  border: solid 1px #FF0004;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
}
#message .adminMessage .messageBody p,#message .adminMessage .messageBody time{
	color: #ff0000;
	font-weight: bold;
}
#about{
	padding: 10px 20px 20px 20px;
}
#about .aboutBox{
	border: solid 1px #dcdcdc;
	background: #fff;
	position: relative;
	margin: 20px 0 60px 20px;
	padding:30px 20px 20px 20px;
}
#about .stepNum{
	position: absolute;
	left: -20px;
	top: -20px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #21b8d7;
	display: flex;
	background: #fff;
	width: 95px;
	padding-left: 10px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 3px;
	border: solid 1px #dcdcdc;
}
#about .stepNum span{
	width: 40px;
}
#about .stepNum span:last-of-type{
	background: #21b8d7;
	color: #fff;
	margin-left: 10px;
	width: 35px;
	text-align: center;
	border-radius: 0 3px 3px 0;
}
#about .txt h2{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
#about .txt .post{
	color: #F00;
	margin: 20px 0;
}
#about .point a{
	display: block;
	text-align: center;
	background: #fdd000;
	color: #000;
	font-weight: bold;
	padding: 15px;
	border-radius: 5px;
}
#about .point a .icf-join{
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
}
#about .point ul:before{
	content: "ペットのお仕事なら！";
	position: absolute;
	color: #fff;
	background: #21b8d7;
	text-align: center;
	padding: 0 10px;
	font-weight: bold;
	border-radius: 3px;
	right: -20px;;
	top: -20px;
	transform: rotate(5deg);
}
#about .point ul:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #21b9d7 transparent transparent transparent;
	position: absolute;
	right: 60px;
	top: 6px;
	transform: rotate(5deg);
}
#about .point ul{
	margin-top: 60px;
	border: solid 3px #21b8d7;
	border-radius: 5px;
	padding: 10px;
	position: relative;
}
#about .point ul li{
	color: #21b8d7;
	font-weight: bold;
	padding:10px 5px;
	border-bottom: dotted 2px #21b8d7;
}
#about .point ul li:last-of-type{
	border-bottom: none;
}
#lawCont{
	padding:10px 20px 20px 20px;
}
#lawCont h2{
	text-align: center;
	font-weight: bold;
}
#lawCont h3{
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0 10px 0;
}
#lawCont p{
	margin-bottom: 20px;
}
#lawCont ul li{
	list-style: disc;
	margin-left: 20px;
}
@media screen and (min-width: 600px) {
  /* new */
  .newJobsSlider .slideBox .ph {
    height: 200px;
  }
	.newJobsSlider .slideBox .ph img{
    height: 200px;
	  width: 100%;
	}
  .newJobsSlider .slideBox .industry {
    top: calc(200px - 14px);
  }
  /**join**/
  #join .joinMail {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
  }
  .joinForm {
    max-width: 800px;
    margin: 0 auto;
  }
  .joinForm .formBtn {
    max-width: 400px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  /** shared **/
  #pageTit {
    padding: 20px 0;
  }
  #pageTit h1 {
    padding: 40px 0;
    font-size: 36px;
    font-weight: bold;
  }
  #pageTit p.type {
    font-size: 16px;
    bottom: 8px;
  }
  #indexSearch {
    height: 430px;
  }
  #indexSearch.loginAfter {
    height: 160px;
  }
  #indexSearch #indexSearchIn:before {
    content: "";
    background: url("../img/index/main_ph_left.png")left top no-repeat;
    background-size: 100%;
    width: 214px;
    height: 387px;
    top: auto;
    bottom: -50px;
  }
  #indexSearch #indexSearchIn:after {
    content: "";
    background: url("../img/index/main_ph_right.png")right top no-repeat;
    background-size: 100%;
    width: 214px;
    height: 387px;
    right: -20px;
    top: auto;
    bottom: -50px;
  }
  #indexSearch #indexSearchIn #indexSearchBox select {
    padding: 15px;
  }
  #indexSearch #indexSearchIn #indexSearchBox {
    width: 790px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #indexSearch.loginAfter #indexSearchIn #indexSearchBox {
    width: 1000px;
    padding: 0;
  }
  #indexSearch #indexSearchIn #indexSearchBox h1 {
    font-size: 24px;
  }
  #indexSearch #indexSearchIn #indexSearchBox #searchLogo {
    margin-bottom: 40px;
  }
  #indexSearch #indexSearchIn #indexSearchBox #searchLogo img {
    height: 70px;
  }
  #indexSearch #indexSearchIn #indexSearchBox ul {
    display: flex;
    align-items: flex-end;
  }
  #indexSearch #indexSearchIn #indexSearchBox li {
    margin-bottom: 0;
  }
  #indexSearch #indexSearchIn #indexSearchBox li:first-of-type {
    width: 42%;
    margin-right: 6%;
  }
  #indexSearch #indexSearchIn #indexSearchBox li:first-of-type:after {
    font-family: 'icomoon' !important;
    content: "\e904";
    color: #fff;
    position: absolute;
    right: -10%;
    bottom: 18px;
    line-height: 1;
  }
  #indexSearch #indexSearchIn #indexSearchBox li:nth-of-type(2) {
    width: 30%;
    margin-right: 2%;
  }
  #indexSearch.loginAfter #indexSearchIn #indexSearchBox li:nth-of-type(2) {
    width: 25%;
    margin-right: 1%;
  }
  #indexSearch.loginAfter #indexSearchIn #indexSearchBox li:nth-of-type(3) {
    width: 25%;
    margin-right: 2%;
  }
  #indexSearch.loginAfter #indexSearchIn #indexSearchBox li:last-of-type {
    width: 20%;
  }
  #indexSearch #indexSearchIn #indexSearchBox li:last-of-type {
    width: 24%;
  }
  #indexSearch #indexSearchIn #indexSearchBox li:last-of-type input {
    cursor: pointer;
    transition: all 0.2s;
    padding: 19px 20px 20px 45px;
  }
  #indexSearch #indexSearchIn #indexSearchBox li:last-of-type:hover:after {
    color: #fff;
  }
  #indexSearch #indexSearchIn #indexSearchBox li:last-of-type:hover input {
    background: #000;
    color: #fff;
  }
  /* new */
  #newJobs {
    max-width: 1150px;
    margin: 0 auto;
    padding: 80px 0;
  }
  #newJobs h2 {
    margin-bottom: 40px;
  }
  .newJobsSlider .slideBox:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  }
  /* searchList **/
  #indexList h2 img {
    height: 40px;
  }
  #indexList p:first-of-type {
    margin-bottom: 40px;
    font-size: 18px;
  }
  #indexList #listLocation, #indexList #listKeyword, #indexList #listIndustry {
    padding: 80px 0;
  }
  #indexList #listLocation div {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }
  #indexList #listLocation dl {
    width: 48%;
    margin-right: 4%;
  }
  #indexList #listLocation dl:last-of-type {
    margin-right: 0;
  }
  #indexList #listLocation dl dt {
    width: 25%;
    font-size: 18px;
  }
  #indexList #listLocation dl dd {
    width: 75%;
    border-bottom: dotted 1px #bbb;
    padding: 10px 0;
    font-size: 18px;
  }
  #indexList #listLocation dl dt:last-of-type, #indexList #listLocation dl dd:last-of-type {
    border-bottom: none;
  }
  #indexList #listLocation a:hover {
    color: #21b8d7;
  }
  #indexList #listSeparate {
    display: flex;
    justify-content: center;
    background: #f5f5f5;
  }
  #indexList #listKeyword, #indexList #listIndustry {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  #indexList #listKeyword div {
    width: 600px;
    padding: 80px 20px 0 0;
    border-right: solid 10px #fff;
    height: 100%;
  }
  #indexList #listIndustry div {
    width: 400px;
    padding: 80px 0 20px 20px;
    border-left: solid 10px #fff;
    height: 100%;
  }
  #indexList #listKeyword ul {
    justify-content: flex-start;
  }
  #indexList #listKeyword ul li a {
    font-size: 18px;
  }
  #indexList #listKeyword ul li a:hover {
    background: #f48400;
  }
  #indexList #listIndustry ul li a {
    font-size: 18px;
    padding: 10px 15px;
  }
  #indexList #listIndustry ul li a:hover {
    background: #3f9f35;
    color: #fff;
  }
  #indexList #listIndustry ul li a:hover:after {
    color: #fff;
  }
  #indexList #listIndustry ul li a:after {
    transition: all 0.2s;
  }
  /* concept */
  #indexConcept {
    padding: 80px 0;
    width: 1000px;
    margin: 0 auto;
  }
  #indexConcept .conceptLogo img {
    height: 180px;
    margin-bottom: 40px;
  }
  #indexConcept h2 img {
    height: 100px;
    width: auto;
    margin: 0 auto 40px auto;
  }
  #indexConcept p {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #indexConcept p br {
    display: block;
  }
  #indexConcept ul {
    display: flex;
  }
  #indexConcept ul li {
    width: 23.5%;
    margin-right: 2%;
    border-radius: 5px;
    padding: 150px 20px 20px 20px;
    margin-bottom: 0;
  }
  #indexConcept ul li:last-of-type {
    margin-right: 0;
  }
  #indexConcept ul li h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
  }
  #indexConcept ul li i {
    width: 85px;
    height: 85px;
    font-size: 50px;
    line-height: 85px;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
  }
  #indexConcept ul li:nth-of-type(3) i {
    font-size: 32px;
  }
  /** join **/
  #join {
    padding: 80px 0;
  }
  #join .joinMail {
    max-width: 100%;
  }
  #join .joinMail dl {
    width: 420px;
    margin: 0 auto;
  }
  #join .joinMail div {
    width: 420px;
    margin: 0 auto 40px auto;
  }
  #join .joinMail p {
    font-size: 14px;
  }
  #join .joinMail input[type="submit"] {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #join .joinMail ul {
    width: 420px;
    margin: 0 auto 30px auto;
  }
  #join .joinFlow {
    width: 800px;
    margin: 0 auto 60px auto;
  }
  #join .joinFlow li {
    background: #e2e2e2;
    padding: 15px 15px 15px 35px;
    font-size: 16px;
    border-radius: 60px;
    font-weight: bold;
  }
  #join .joinFlow li span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  #join .joinFlow li:after {
    right: -6%;
  }
  #joinLink p {
    font-size: 17px !important;
    font-weight: bold;
  }
  #joinLink a:hover {
    background: #000;
  }
  .joinForm {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 0;
  }
  .joinForm h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .joinForm dl {
    display: flex;
    flex-wrap: wrap;
  }
  .joinForm dt {
    width: 30%;
    padding: 34px 20px 20px 0;
    border-bottom: dotted 1px #d6d6d6;
    color: #000;
  }
	.joinForm dt.default,.joinForm dd.default{
		padding: 34px 20px 34px 0;
	}
	#resume h3 span.imp{
		transform: translateY(-50%);
		top: 50%;
		right: 15px;
	}
span.private,span.imp{
	transform: none;
	top: 29px;
	right: 10px;
}
  .joinForm dd {
    width: 70%;
    padding: 20px 0;
  }
  .joinForm dd.half {
    width: 20%;
    padding: 20px 0;
  }
  .joinForm dd.postalcode input {
    width: 40%;
  }
  .joinForm dd.postalcode input:last-of-type {
    width: 20%;
    margin-left: 2%;
  }
  .joinForm dd .address div {
    width: 40%;
  }
  .joinForm dd input[type="tel"] {
    width: 60%;
  }
  .joinForm .formBtn {
    padding-top: 40px;
    max-width: 500px;
  }
  .joinForm .formBtn input[type="submit"] {
    font-size: 20px;
    padding: 25px;
  }
  .joinForm dd.status {
    display: flex;
  }
  .joinForm dd.status > div {
    width: 30%;
    margin-right: 10px;
  }
  .joinForm dd .student {
    padding-top: 0;
    width: 60%;
  }
  .joinForm dd .student li {
    width: 40%;
    margin-right: 10px;
  }
  .joinForm dd.workLoc .workLocBox .selectIco:first-of-type {
    width: 40%;
  }
  .joinForm dd.workLoc .workLocBox .selectIco{
    width: calc(60% - 10px);
    margin-left: 10px;
  }
  .joinForm dd.workLoc .addBtn {
    width: 280px;
  }
  .joinForm dd.industry li {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  .joinForm dd .licenseBox {
    display: flex;
	  position: relative;
  }
  .joinForm dd .licenseBox input {
    margin-top: 0;
    margin-left: 10px;
  }
  .joinForm dd.license .addBtn,.joinForm dd.schoolBox .addBtn {
    width: 280px;
  }
  .joinForm dd.petType li {
    margin-right: 30px;
  }
  .joinForm dd.employment ul.list {
    display: flex;
    padding-top: 15px;
  }
  .joinForm dd.employment ul.list li {
    margin-right: 30px;
  }
  .joinForm .school ul {
    flex-wrap: nowrap;
  }
  .joinForm .school li {
    position: relative;
  }
  .joinForm .school li:first-of-type {
    width: 15%;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(2) {
    width: 10%;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(3) {
    width: 40%;
    margin-top: 0;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(4) {
    width: 20%;
    margin-top: 0;
    margin-right: 10px;
  }
  .joinForm .school li:nth-of-type(5) {
    width: 15%;
    margin-top: 0;
  }
  .joinForm dd.history .addBtn {
    width: 280px;
  }
  .joinForm dd .historyBox ul li:first-of-type, .joinForm dd .historyBox ul li:nth-of-type(3) {
    width: 20%;
    margin-right: 10px;
  }
  .joinForm dd .historyBox ul li:nth-of-type(2), .joinForm dd .historyBox ul li:nth-of-type(4) {
    width: 19%;
    margin-right: 10px;
  }
  .joinForm dd .historyBox ul li:nth-of-type(2) {
    margin-right: 40px;
  }
  .joinForm dd .historyBox ul li:nth-of-type(2) ~ li {
    margin-top: 0;
  }
  .joinForm dd .historyBox ul li:nth-of-type(4) ~ li {
    margin-top: 10px;
    width: 100%;
  }
  .joinForm dd .historyBox ul li li:first-of-type, .joinForm dd .historyBox ul li li:nth-of-type(2) {
    width: 40% !important;
    margin-right: 2% !important;
    margin-bottom: 10px;
  }
  .joinForm dd .historyBox ul li li:nth-of-type(3) {
    width: 16% !important;
    margin-right: 0;
  }
  .joinForm dd .historyBox ul li li:nth-of-type(4), .joinForm dd .historyBox ul li li:nth-of-type(5) {
    margin-right: 2%;
  }
  .joinForm dd .historyBox ul li li {
    width: 32% !important;
  }
  .joinForm dd .historyBox ul li ul li:nth-of-type(4) ~ li {
    margin-top: 0;
  }
	.joinForm dd.spouse,.joinForm dd.enrolled{
		display: flex;
		align-items: center;
	}
.joinForm dd.spouse .selectIco,.joinForm dd.enrolled .selectIco{
	margin-top: 0;
	width: 30%;
}
	.joinForm dd.enrolled .selectIco{
		margin-left: 10px;
	}
	.joinForm ul.bdBt{
		border-bottom: dotted 1px #d6d6d6;
	}
	.joinForm .prBox{
		padding: 20px;
		font-weight: bold;
	}
  /**resume**/
  #resume {
    padding-top: 40px;
  }
  #resume h3 {
    padding: 20px;
  }
  #resume ul li {
    display: flex;
    flex-wrap: wrap;
  }
  #resume ul li dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  #resume ul li dt {
    width: 350px;
    padding: 30px 20px;
  }
  #resume ul li dd {
    width: 650px;
    padding: 30px 20px;
    position: relative;
    font-weight: bold;
  }
  #resume ul li dd:before {
    content: "";
    width: 1px;
    height: 60%;
    border-left: dotted 1px #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #resume .separate p {
    width: 175px;
    color: #000;
    font-weight: bold;
    padding: 30px 20px;
    background: none;
    text-align: left;
  }
  #resume .separate dl {
    width: 825px;
  }
  #resume .separate dl dt:before {
    content: "";
    width: 1px;
    height: 60%;
    border-left: dotted 1px #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #resume .separate dl dt {
    width: 175px;
    position: relative;
  }
  #resume .separate dl dd {
    width: 650px;
  }
  #resume .separate dl dt:last-of-type, #resume .separate dl dd:last-of-type {
    border-bottom: none;
  }
  #resume .separate.bdTop {
    border-top: dotted 1px #ccc;
  }
  #joinComp {
    padding: 0;
  }
  #joinComp h2 {
    font-size: 40px;
  }
  #joinComp p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #joinComp a {
    width: 300px;
    margin: 0 auto;
  }
  .baseJobBox {
    display: flex;
    transition: all 0.2s;
  }
	.favorite .baseJobBox{
		margin-bottom: 30px;
	}
  .baseJobBox .photo {
    width: 260px;
    position: relative;
    overflow: hidden;
  }
	.favorite .baseJobBox .photo{
		width: 400px;
	}
  .baseJobBox .jobInfo {
    display: flex;
  }
  .baseJobBox .photo img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .baseJobBox .info {
    width: 670px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .favorite .baseJobBox .info {
    width: 800px;
  }
  .baseJobBox .info h3 {
    font-size: 22px;
	  width: 100%;
  }
  .baseJobBox .petList {
    margin-bottom: 0;
    justify-content: flex-start;
  }
	#resume .petList li{
		display: block !important;
	}
  .baseJobBox .companyInfo {
    text-align: left;
    border-top: none;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    width: 75%;
  }
  .baseJobBox .companyInfo h4 {
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
  }
  .baseJobBox .companyInfo .companyType {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin:0 10px 5px 5px;
  }
  .baseJobBox .companyInfo address {
    width: 100%;
    margin-top: 5px;
  }
  .jobPoint {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .jobPoint li {
    margin: 10px 10px 0 0;
  }
  .baseJobBox .paying {
    width: 25%;
  }
  .baseJobBox .paying h5 span {
    font-size: 14px;
  }
  .baseJobBox .paying h5 {
    font-size: 18px;
    color: #21b8d7;
  }
  .baseJobBox .paying p {
    font-size: 16px;
    line-height: 1;
  }
  .baseJobBox .paying p span {
    font-size: 26px;
  }
  .baseJobBox .control {
    width: 250px;
    padding: 0;
    margin: 20px 20px 20px 0;
    padding-left: 20px;
    border-left: solid 1px #ddd;
    position: relative;
  }
  .baseJobBox .control time {
    font-size: 14px;
    display: block;
    text-align: right;
  }
  .baseJobBox .control div {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
  }
#message{
  min-height: calc(100vh - 272px);
}
#messageBox{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 125px 0;
	position: relative;
}
#message #messageCt ul{
	width: 1200px;
	margin: 0 auto;
}
#message #messageCt li:first-of-type{
	width: 1120px;
}
#message #messageCt li{
	width: 80px;
}
#message .clientMessage,#message .userMessage{
	margin-bottom: 60px;
}
#message .messageBody{
	width:800px;
}
#message .userMessage .userIcon{
	width: 70px;
	height: 70px;
	margin-left: 30px;
	line-height: 70px;
	font-size: 40px;
}
#message .userMessage .messageBody{
	padding: 40px;
	font-size: 16px;
}
#message .clientMessage .messageBody{
	padding: 40px;
	font-size: 16px;
}
#message .messageBody:before,
#message .messageBody:after{
	content: "";
	position: absolute;
}
#message .userMessage .messageBody:before{
	top: 35px;
}
#message .clientMessage .messageBody:before{
	top: 35px;
}
#message .clientMessage .messageBody:after{
	top: 35px;
}
#message .clientMessage .messagePh{
	width: 70px;
	height: 70px;
	margin-right: 30px;
}
#message .clientMessage .messagePh img{
	height: 100%;
object-fit: cover;
width: 100%;
}
#message .clientMessage .jobInfo{
	display: flex;
	align-items: center;
}
#message .clientMessage .jobInfo li{
	text-align: center;
	margin-right: 20px;
}
#message .clientMessage .jobInfo li:first-of-type span{
	display: inline-block;
	padding:2px 20px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
}
#message .clientMessage .jobInfo li:nth-of-type(2){
	font-size: 18px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
#message .clientMessage .jobInfo li:nth-of-type(2) span{
	font-size: 24px;
}
#message .clientMessage .jobInfo li a{
	padding:5px 10px;
}
	#message .clientMessage .jobInfo li a:hover{
		background: #000;
	}
#message .userMessage .messageBody .messageResume{
	margin-top: 40px;
	display: flex;
}
	#message .userMessage .messageBody .messageResume li{
		width:35%;
		margin-right: 20px;
	}
#message .userMessage .messageBody .messageResume li:nth-of-type(2){
	margin-top: 0;
}
#message .userMessage .messageBody .messageResume li a{
	padding: 20px 20px 20px 60px;
	font-size: 18px;
	border: solid 2px #fff;
}
	#message .userMessage .messageBody .messageResume li a:hover{
		border: solid 2px #ddd;
	}
#message .userMessage .messageBody .messageResume li a:before{
	font-size: 26px;
}
#message .messageBody time{
	margin-bottom: 20px;
	font-size: 14px;
	}
	#message .adminMessage{
		margin: 0 100px 40px 100px;
	}
	#message .adminMessage .messageBody p{
		font-size: 16px;
	}
#about{
	padding: 80px 0;
	max-width: 1000px;
	margin: 0 auto;
}
#about .aboutBox{
	border: solid 1px #dcdcdc;
	background: #fff;
	position: relative;
	margin: 20px 0 60px 20px;
	padding:40px 60px 40px 60px;
	display: flex;
	align-items: center;
}
#about .stepNum{
	position: absolute;
	left: -20px;
	top: -20px;
	width: 130px;
	padding-left: 20px;
	line-height: 40px;
	font-size: 24px;
}
#about .stepNum span{
	width: 50px;
}
#about .stepNum span:last-of-type{
	margin-left: 20px;
	width: 40px;
}
#about .txt h2{
	font-size: 28px;
	margin-bottom: 20px;
}
#about .txt .post{
	margin: 20px 0 0 0;
}
	#about .point{
		width: 400px;
		margin-left: 20px;
		box-sizing: border-box;
	}
#about .point a{
	font-size: 22px;
	padding: 20px;
	margin-left: 20px;
}
	#about .point a:hover{
		background: #000;
		color: #fff;
	}
#about .point ul:before{
	font-size: 20px;
	border-radius: 3px;
	right: -40px;
	top: -30px;
}
#about .point ul:after{
	top: 3px;
}
#about .point ul{
	margin-top: 0;
	padding:10px 20px;
}
#about .point ul li{
	font-size: 18px;
}
#lawCont{
	padding:80px 0;
	max-width: 1000px;
	margin: 0 auto;
}
#lawCont h2{
	font-size: 28px;
	margin-bottom: 60px;
}
#lawCont h3{
	padding-left: 20px;
	font-size: 22px;
	margin: 60px 0 20px 0;
	position: relative;
}
	#lawCont h3:before{
		content: "";
		background: #000;
		width: 6px;
		height: 80%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
#lawCont p{
	margin-bottom: 20px;
}
#lawCont ul li{
	list-style: disc;
	margin-left: 20px;
}
}