@charset "utf-8";


/*--------------------------- 求人掲載 ------*/
#about_menu {
  display: table;
  width: 100%;
}

#about_menu h2,
#about_menu div {
  display: table-cell;
}

#about_menu h2 {
  width: 640px;
  box-sizing:border-box;
}

#about_menu div a {
  display: block;
  width: 240px;
  height: 45px;
  background: #16A085;
  padding: 0 10px;
  box-sizing:border-box;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  transition: background .5s ;
}

#about_menu div a:before {
  content: "▼";
  margin-right: 10px;
  font-size: 12px;
}

#about_menu div a:hover {
  background: rgba(22, 160, 133, .8);
}

#about_job-search,
#about_price {
  width: 780px;
  margin: 0 auto 50px;
  box-sizing:border-box;
}

#about_job-search p.lead,
#about_price p.lead {
  margin: 20px auto;
}

#about_price p.lead {
  width: 710px;
}

#about_job-search table,
#about_price table {
  width: 710px;
  margin: 20px auto;
  border: 1px solid #666;;
  box-sizing:border-box;
  font-size: 16px;
}

#about_job-search th,
#about_price th {
  width: 265px;
  height: 50px;
  background: #C0392B;
  padding: 0 15px;
  border-bottom: 1px solid #666;;
  box-sizing:border-box;
  color: #fff;
  vertical-align: middle;
}

#about_job-search td,
#about_price td {
  padding: 0 40px;
  border-bottom: 1px solid #666;;
  box-sizing:border-box;
  text-align: right;
}

#about_job-search td .price,
#about_price td .price {
  color: #B91919;
  font-size: 20px;
  font-weight: bold;
}

#about_job-search {
  background: url(/img/pc/info/image_search.png) no-repeat right top;
}

#about_job-search dl {
  overflow: hidden;
}

#about_job-search dt {
  float: left;
  clear: left;
  width: 7em;
  margin-bottom: 5px;
}

#about_job-search dd {
  float: left;
  margin-right: .5em;
  margin-bottom: 5px;
}

#about_job-search dd a {
  color: #16A085;
  text-decoration: underline;
}


#about_price td .line-through {
  text-decoration: line-through;
  margin-right: 1em;
}

#about_price td .campaign {
  margin: 0 .5em 0 1em;
  color: #B91919;
  font-size: 14px;
}

#about_price table:nth-child(3) td {
  text-align: left;
}

#about_price .price_box {
  margin: 0 0 40px;
}

#about_price h3 {
  background: url(/img/li_dp.gif) no-repeat 0 50%;
  margin-bottom: 15px;
  padding-left: 33px;
  color: #B91919;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

#about_price .more {
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
}

#about_price .more a {
  color: #C0392B;
  font-size: inherit;
  text-decoration: underline;
}

#about_price .aspect {
  width: 710px;
  margin: 20px auto;
}

#about_price strong {
  background: -moz-linear-gradient(top, rgba(255,255,136,0) 0%, rgba(255,255,136,0) 49%, rgba(255,255,136,1) 50%, rgba(255,255,136,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,136,0) 0%,rgba(255,255,136,0) 49%,rgba(255,255,136,1) 50%,rgba(255,255,136,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,136,0) 0%,rgba(255,255,136,0) 49%,rgba(255,255,136,1) 50%,rgba(255,255,136,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff88', endColorstr='#ffff88',GradientType=0 );
  font-weight: inherit;
}

#about_price .aspect li strong {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px;
}

#about_price .aspect li strong a {
  color: #B91919;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}


/*--------------------------- 紹介申し込み ------*/
#about_agent {
  width: 780px;
  margin: 0 auto 30px;
}

#about_agent p.lead {
  width: 760px;
  margin: 20px auto 40px;
}

#about_agent div {
  margin-bottom: 40px;
  text-align: center;
}

#about_agent h3 {
  background: url(/img/li_dp.gif) no-repeat 0 50%;
  margin-bottom: 15px;
  padding-left: 33px;
  color: #B91919;
  font-size: 20px;
  line-height: 26px;
}

#about_agent .list {
  background: #EBEDEE;
  margin: 0 35px 5px;
  padding: 7px 12px;
}

#about_agent .list li {
  background: no-repeat 0 50%;
  margin: 5px 0;
  padding-left: 40px;
  font-size: 26px;
  line-height: 31px;
}

#about_agent .list li:nth-child(1) { background-image: url(/img/pc/personal/li1.gif); }
#about_agent .list li:nth-child(2) { background-image: url(/img/pc/personal/li2.gif); }
#about_agent .list li:nth-child(3) { background-image: url(/img/pc/personal/li3.gif); }
#about_agent .list li:nth-child(4) { background-image: url(/img/pc/personal/li4.gif); }

#about_agent .caption {
  margin: 0 35px 40px;
}

#about_agent li span {
  margin-left: 5px;
  font-size: 14px;
}






/*------------------------*/
table.info_form {
  width: 800px;
  margin: 10px auto;
  border-collapse: separate;
  border-spacing: 7px;
}

table.info_form th ,
table.info_form td {
  padding: 7px 10px;
  vertical-align: top;
}

table.info_form th {
  width: 12em;
  vertical-align: middle;
}

table.info_form th span {
  background: #EB984E;
  margin-left: .5em;
  padding: 1px 5px;
  color: #fff;
  font-size: 12px;
}

table.info_form td .btn a {
  background: #45B39D;
  padding: 3px 7px;
  color: #fff;
  font-size: 12px;
}

table.info_form input[name="name"] {
  width: 10em;
}

table.info_form input[name="clinic"] {
  width: 25em;
}

table.info_form input[name="tel"] {
  width: 20em;
}

table.info_form input[name="mail"] {
  width: 20em;
}

table.info_form textarea {
  width: 400px;
  height: 7em;
  padding: 5px;
}


table.info_form th {
  background: #BED9EA;
}


/*------------------------*/
.bg_inquiry {
  background: url(/img/pc/info/image_inquiry.jpg) no-repeat right bottom;
}


/* pickup ------------------------*/
.wrap_pickup {
  padding: 15px 15px 20px !important;
}

.wrap_pickup .title h2 {
  margin: -15px -15px 30px;
  text-align: center;
}

.wrap_pickup .aspect {
  margin-bottom: 50px;
}

.wrap_pickup .aspect ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.wrap_pickup .aspect li {
  width: 280px;
  height: 170px;
  padding: 10px 12px;
  border: 10px solid #B91919;
  box-sizing: border-box;
  color: #B91919;
  font-size: 22px;
  font-weight: bold;
}

.wrap_pickup .aspect li.center {
  font-size: 36px;
  text-align: center;
}

.wrap_pickup .aspect li:before {
  display: block;
  margin-bottom: 10px;
  font-family: Courier New, sans-serif;
  font-size: 60px;
  text-align: center;
  line-height: 1em;
}

.wrap_pickup .aspect li:nth-child(1):before {
  content: "1";
}

.wrap_pickup .aspect li:nth-child(2):before {
  content: "2";
}

.wrap_pickup .aspect li:nth-child(3):before {
  content: "3";
}

.wrap_pickup .price {
  background-color: #EBEDEE;
  margin-bottom: 45px;
  padding: 25px 0 20px;
}

.wrap_pickup .price dl {
  display: table;
  width: 580px;
  margin: 0 auto;
}

.wrap_pickup .price dt,
.wrap_pickup .price dd {
  display: table-cell;
  font-size: 40px;
  font-weight: bold;
  vertical-align: middle;
}

.wrap_pickup .price dd {
  text-align: right;
}

.wrap_pickup .price dd small {
  font-size: 20px;
}

.wrap_pickup .point h2 {
  margin-bottom: 30px;
  text-align: center;
}

.wrap_pickup .point h2 strong {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid #2C3E50;
  color: #2C3E50;
  font-size: 36px;
}

.wrap_pickup .point {
  margin-bottom: 30px;
}

.wrap_pickup .point ul {
  display: table;
  margin: 0 auto;
}

.wrap_pickup .point li {
  margin-bottom: 20px;
}

.wrap_pickup .point li h3 {
  border-left: 10px solid #BA1919;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 1em;
}

.wrap_pickup .point li p {
  font-size: 16px;
}

.wrap_pickup .point li p:before {
  content: "※";
}

.wrap_pickup .cta {
  margin: 40px 0;
}

.wrap_pickup .cta ul {
  display: table;
  margin: 0 auto;
}

.wrap_pickup .cta li {
  margin-bottom: 15px;
  text-align: center;
}

.wrap_pickup .cta li a {
  transition: .5s;
}

.wrap_pickup .cta li a:hover {
  opacity: .8;
}

.wrap_pickup .cta li:first-child a {
  color: #16A085;
  font-size: 24px;
  text-decoration: underline;
}

.wrap_pickup .cta li:first-child a:hover {
  color: #FF69A0;
}

.wrap_pickup .cta li:last-child a {
  display: block;
  width: 310px;
  background-color: #16A085;
  padding: 7px 0 3px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.wrap_pickup .cta li:last-child a:hover {
  background-color: #FF69A0;
}

.wrap_pickup .contents {
  margin-bottom: 40px;
}

.wrap_pickup .contents h2 {
  margin-bottom: 30px;
  text-align: center;
}

.wrap_pickup .contents h2 strong {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 4px solid #2C3E50;
  color: #2C3E50;
  font-size: 36px;
}

.wrap_pickup .contents dl {
  display: -webkit-flex;
  display: flex;
  width: 700px;
  margin: 0 auto 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555;
}

.wrap_pickup .contents dt {
  width: 50%;
  padding: 0 15px;
  color: #BA1919;
  font-size: 24px;
  text-align: right;
}

.wrap_pickup .contents dd {
  width: 50%;
  padding: 0 15px;
  font-size: 24px;
}

.wrap_pickup .flow {
  margin-bottom: 50px;
}

.wrap_pickup .flow h2 {
  margin-bottom: 20px;
  color: #2C3E50;
  font-size: 36px;
  text-align: center;
}

.wrap_pickup .flow ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.wrap_pickup .flow li {
  position: relative;
  width: 205px;
  height: 230px;
  overflow: hidden;
  background-color: #DFDFD0;
  padding: 10px;
  box-sizing: border-box;
}

.wrap_pickup .flow li:before {
  content: "";
  position: absolute;
  top: -36px;
  left: -36px;
  display: block;
  width: 72px;
  height: 72px;
  background-color: #2C3E50;
  border-radius: 100%;
}

.wrap_pickup .flow li:after {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 28px;
  color: #fff;
  font-family: Courier New, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

.wrap_pickup .flow li:nth-child(1):after {
  content: "1";
}

.wrap_pickup .flow li:nth-child(2):after {
  content: "2";
}

.wrap_pickup .flow li:nth-child(3):after {
  content: "3";
}

.wrap_pickup .flow li:nth-child(4):after {
  content: "4";
}

.wrap_pickup .flow h3 {
  margin: 10px 0;
  color: #2C3E50;
  font-size: 24px;
  text-align: center;
}

.wrap_pickup .flow p {
  line-height: 160%;
}

.wrap_pickup .sub_price {
  margin-bottom: 20px;
  padding: 20px 20px 15px;
  border: 1px solid #BA1919;
}

.wrap_pickup .sub_price dl {
  overflow: hidden;
}

.wrap_pickup .sub_price dt {
  float: left;
  font-size: 24px;
}

.wrap_pickup .sub_price dd {
  margin-left: 180px;
}

.wrap_pickup .sub_price dd:nth-child(3) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #BA1919;
}

.wrap_pickup .sub_price dd h3 {
  margin-bottom: 10px;
  color: #BA1919;
  font-size: 26px;
  font-weight: bold;
}

.wrap_pickup .sub_price dd p {
  font-size: 24px;
}

.wrap_pickup .sub_price dd p small {
  font-size: 16px;
}

.wrap_pickup .sub_price dd p small:before {
  content: "※";
}

.wrap_pickup .sub_price a {
  color: #16A085;
  font-size: inherit;
  text-decoration: underline;
}

/*---------------------*/
h2#query {
  background-color: #2C3E50;
  padding: 12px 0 8px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.wrap_pickup .query {
  background: #D1E1F1;
  margin-bottom: 20px;
  padding: 40px 100px;
}

.wrap_pickup .query dl {
  display: table;
  margin-bottom: 15px;
}

.wrap_pickup .query dt {
  display: table-cell;
  width: 11em;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
}

.wrap_pickup .query dd {
  display: table-cell;
  vertical-align: middle;
}

.wrap_pickup .query .related_link {
  margin-top: 7px;
}

.wrap_pickup .query .related_link a {
  color: #09A758;
  text-decoration: underline;
}

.wrap_pickup .query.confirm dl {
  margin-bottom: 30px;
}

.wrap_pickup .query.confirm dd {
  padding-bottom: 3px;
  border-bottom: 1px solid #444;
}

.wrap_pickup .query .purpose label,
.wrap_pickup .query .apply label {
  display: inline-block;
  padding: 0 5px;
  line-height: 180%;
}

.wrap_pickup .query .purpose label input,
.wrap_pickup .query .apply label input {
  width: 10px;
  height: 10px;
  -webkit-transform-origin: left middle;
  -webkit-transform: scale( 2 , 2 );
  margin-right: 7px;
}

.wrap_pickup .query dd input[type="text"] ,
.wrap_pickup .query dd select {
  display: inline-block;
  height: 35px;
  margin-bottom: 5px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  box-sizing:border-box;
  font-size: 16px;
  line-height: 35px;
}

.wrap_pickup .query dd input[type="text"] {
  width: 150px;
}
.wrap_pickup .query .clinic input[type="text"] {
  width: 400px;
}
.wrap_pickup .query .zip input[type="text"]:nth-child(1) {
  width: 60px;
}
.wrap_pickup .query .zip input[type="text"]:nth-child(2) {
  width: 80px;
}
.wrap_pickup .query .addr input[type="text"]:nth-child(1) {
  width: 80px;
}
.wrap_pickup .query .addr input[type="text"]:nth-child(2) {
  width: 100px;
}
.wrap_pickup .query .addr input[type="text"]:nth-child(3) {
  width: 250px;
}
.wrap_pickup .query .bldg input[type="text"] {
  width: 350px;
}
.wrap_pickup .query .tel input[type="text"] {
  width: 220px;
}
.wrap_pickup .query .mail input[type="text"],
.wrap_pickup .query .url input[type="text"] {
  width: 300px;
}

.wrap_pickup .query dd textarea {
  width: 400px;
  height: 6.5em;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  box-sizing:border-box;
  font-size: 16px;
  line-height: 130%;
}

.wrap_pickup .query dd label {
  margin-right: 10px;
}

.wrap_pickup .query .error,
.wrap_pickup .query .alert {
  padding-left: 10px;
  color: #f66;
}

.wrap_pickup .query .submit {
  display: table;
  overflow: hidden;
  margin: 30px auto 10px;
}

.wrap_pickup .query .submit li {
  float: left;
  width: 260px;
  margin: 0 5px;
  border: 1px solid #18BA69;
  border-radius: 5px;
  box-sizing: border-box;
}

.wrap_pickup .query input[type="submit"] {
  display: block;
  width: 100%;
  background: #66d19c;
  background: -moz-linear-gradient(top, #66d19c 0%, #4dca8b 50%, #18ba69 51%, #48c988 100%);
  background: -webkit-linear-gradient(top, #66d19c 0%,#4dca8b 50%,#18ba69 51%,#48c988 100%);
  background: linear-gradient(to bottom, #66d19c 0%,#4dca8b 50%,#18ba69 51%,#48c988 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d19c', endColorstr='#48c988',GradientType=0 );
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.wrap_pickup .query .submit li:nth-child(2) {
  width: 200px;
  border: 1px solid #E15A5A;
}

.wrap_pickup .query .submit li:nth-child(2) input[type="submit"] {
  background: #e67575;
  background: -moz-linear-gradient(top, #e67575 0%, #ea8a8a 50%, #e15a5a 51%, #ea8a8a 100%);
  background: -webkit-linear-gradient(top, #e67575 0%,#ea8a8a 50%,#e15a5a 51%,#ea8a8a 100%);
  background: linear-gradient(to bottom, #e67575 0%,#ea8a8a 50%,#e15a5a 51%,#ea8a8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67575', endColorstr='#ea8a8a',GradientType=0 );
}

.wrap_pickup .query input[type="submit"]:hover {
  opacity: .8;
}

.wrap_pickup .query .caption {
  text-align: center;
}

  .wrap_pickup .query .zip_assist {
  display: inline-block;
  color: #09A758;
  text-decoration: underline;
  cursor: pointer;
}

/* movie ------------------------*/
.movie_title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(../../img/pc/info/bg_movie.png) no-repeat left top 27px;
  padding: 20px 0;
}

.movie_title > div {
  margin: 0 10px;
  box-sizing: border-box;
}

.movie_title > div:last-child {
  padding: 60px 0 40px;
}

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

.wrap_movie {
}

.wrap_movie .aspect li {
  height: auto;
  border-color: #995454;
  color: #995454;
  font-size: 36px;
  text-align: center;
}

.wrap_movie .message {
  margin-bottom: 50px;
}

.wrap_movie .message p {
  margin-bottom: 1em;
  font-size: 18px;
  text-align: center;
  line-height: 140%;
}

.wrap_movie .message .red {
  color: #A62323;
  font-size: inherit;
  font-weight: bold;
}

.wrap_movie .message .big {
  font-size: 22px;
}

.wrap_movie .point ul {
  width: 740px;
}

.wrap_movie .point .link {
  margin-top: -10px;
  text-align: center
}

.wrap_movie .point .link a {
  color: #16A085;
  font-size: 18px;
  text-decoration: underline;
  transition: .5s;
}

.wrap_movie .point .link a:hover {
  background-color: rgba(24, 186, 105, .3);
}

.wrap_movie .price dl {
  display: block;
  overflow: hidden;
}

.wrap_movie .price dt {
  float: left;
  display: block;
}

.wrap_movie .price dd {
  display: block;
}

.wrap_movie .price dd.small {
  clear: left;
  padding-top: 10px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.wrap_movie .price dd small {
  font-size: 24px;
}

.cta .sub {
  color: #16A085;
  font-size: 24px;
  text-align: center;
}

.cta .movie {
  width: 600px;
  height: 337px;
  background-color: #222;
  margin: 15px 0 30px;
}

.cta .movie_2col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 15px 0 30px;
}

.cta li a {
  margin: 0 auto;
}

/*---------------*/
.rule-privacy {
  text-align: center;
}

.rule-privacy li {
  display: inline;
}

.rule-privacy li:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #aaa;
}

.rule-privacy li a {
  color: #2980B9;
  font-size: 12px;
}


/*--------------------------- キャンペーンバナー ------*/
.campaign_banner a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 400px;
  height: 60px;
  background-color: #F5BC3C;
  margin: 20px auto;
  border-radius: 10px;
  color: #344050;
  font-size: 18px;
  font-weight: bold;
  transition: background .3s;
}

.campaign_banner a:hover {
  background-color: #FAD279;
}
