@charset "UTF-8";

/*------------------------------------------------------------------------------
	メディカルスタッフ - lp_yakuzaishi CSS
	URL: http://mc-staff.co.jp/
	Date: 2016-10-05
	Copyright (C) Medical Staff All Rights Reserved.
------------------------------------------------------------------------------*/


.errs li{
	font-weight:bold;
	color:#ff0000;	
}


/* #wrapper */
article#wrapper{
	position:relative;
	width:100%;
	margin:0 auto;
}
.innerWidth {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
/* #skip */
ul#skip{
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	height:0;
}
.btnCv {
	display: block;
    text-align: center;
}


/*==============================================================
	header : ヘッダ
===============================================================*/

header{
	width:100%;
	margin-bottom:40px;
}
header .innerWidth {
	padding:10px 0;
}
header h1#siteTitle {
	margin-top: 17px;
}
header #hdContact {
	width:360px;
	text-align: center;
}
header #hdContact > img {
	margin-bottom:6px;
}
header #hdContact > img + img {
	margin-bottom:0;
}
header #mainvisual p {
	text-align:center;
	font-size:20px;
	font-size:2.0rem;
	margin-bottom:0;
	padding:8px 0 10px;
	color:#fff;
	background:#4cbaeb;
	border-top:solid 5px #1156bd;
	text-shadow: 2px 2px 4px #1788d9,-2px 2px 4px #1788d9,2px -2px 4px #1788d9,-2px -2px 4px #1788d9;
}
header #mainvisual > img {
	width:100%;
	height:auto;
	border-bottom:solid 5px #1156bd;
}
header .btnCv{
	/*margin-top: -140px;*/
    margin-top: 40px;
}
header .btnCv, #main #staffArea .btnCv, #main #jobArea .btnCv {
  margin-top: 40px;
}

header #mainvisual h1 img {
	width: 100%;
	height: auto;
	border-bottom: solid 5px #1156bd;
}
header #hdContact{
margin:auto;
}
.thanks header,
.confirm header {
	border-bottom: solid 5px #1156bd;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#fixNav {
	display:none;
	position:fixed;
	top:15%;
	right:0;
	z-index:9999;
}
#fixNav ul {
	background:#fff;
	border-radius:5px 0 0 5px;
	border-top:solid 1px #1156bd;
	border-left:solid 1px #1156bd;
	border-bottom:solid 1px #1156bd;
}
#fixNav ul li {
	transition:all .6s;
	padding:5px;
	border-bottom:solid 1px #1156bd;
}
#fixNav ul li.act,
#fixNav ul li:hover {
	background:#cbdefc;
}
#fixNav ul li.act:last-child,
#fixNav ul li:last-child:hover {
	background:#fadec1;
}
#fixNav ul li:last-child {
	border-bottom:none;
	border-radius: 0 0 0 5px;
}
#fixNav ul li img {
	width: 60px;
    height: auto;
}


/*==============================================================
	#main : 主コンテンツ
===============================================================*/

#main section {
	margin-bottom:40px;
}
#main h2 {
	position:relative;
	text-align:center;
	font-size:48px;
	font-size:4.8rem;
	height:100px;
	line-height:100px;
	color:#fff;
	background-color:#1156bd !important;
}
#main h2:after {
	content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 15px solid #1156bd;
}
#main h2 .point {
	color:#ffdc37;
}
#main h3 {
	text-align:center;
	font-size:48px;
	font-size:4.8rem;
	height:85px;
	line-height:85px;
	color:#1156bd;
	border-top:solid 3px #1156bd;
	border-bottom:solid 3px #1156bd;
}
#main #staffArea h2 .ico {
	padding:20px 0 20px 85px;
	background:url(../img/ico_reason.png) no-repeat left center;
}
#main #staffArea  .secInner {
	padding:40px 0;
	background:url(../img/bg_border.jpg) repeat left top;
}
#main #staffArea #staffList {
    width: 1000px;
    margin: 0 auto;
	padding:10px;
	overflow:hidden;
}
#main #staffArea #staffList li {
	position:relative;
	width:980px;
	background:#fff;
	margin-bottom:20px;
	padding:20px;
	border:solid 1px #d4d4d4;
	border-radius:5px;
	box-sizing:border-box;
}
#main #staffArea #staffList li .floatL {
	width:558px;
	padding:20px 0 0 20px;
}
#main #staffArea #staffList li .floatR {
	margin-bottom:0;
}
#main #staffArea #staffList li .tl {
	font-size:30px;
	font-size:3.0rem;
	margin-bottom:30px;
	line-height:1.3;
	color:#1156bd;
}
#main #staffArea #staffList li .tl span {
	color:#f96190;
}
#main #staffArea #staffList li .txt {
	margin-bottom:0;
}
#main #staffArea #staffList li > img {
	position:absolute;
	top:-10px;
	right:-10px;
}
#main #staffArea .btnCv{
	margin-top: -35px;
}
 
#main #jobArea h2 {
	position:relative;
}
#main #jobArea h2 img {
	position:absolute;
	right:3%;
	bottom:0;
}
#main #jobArea #flowList {
	position:relative;
	overflow:hidden;
	margin:50px auto;
}
#main #jobArea #flowList:before {
    content: "";
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #cbdefc;
    z-index: -1;
}
#main #jobArea #flowList li {
	float:left;
	width:180px;
	margin-left:20px;
	
}
#main #jobArea #flowList li p {
	font-size:12px;
	font-size:1.2rem;
	margin-bottom:0;
}
#main #jobArea #flowList li:first-child {
	margin-left:0;
}
#main #jobArea #flowList li img {
	margin-bottom:15px;
}
#main #jobArea h3 span {
	padding:16px 0 16px 100px;
	background:url(../img/ico_voice.png) no-repeat left center;
}
#main #jobArea .secInner {
	padding:40px 0;
	background:url(../img/bg_voice.jpg) repeat left top;
	background-size:cover;
}
#main #jobArea #voiceList {
	overflow:hidden;
	margin-bottom:0;
}
#main #jobArea #voiceList li {
	margin-bottom:20px;
	padding:15px 35px;
	border-radius:5px;
	border:solid 1px #d2e2fc;
	background:#fff;
}
#main #jobArea #voiceList li:last-child {
	margin-bottom:0;
}
#main #jobArea #voiceList li .floatL {
	width:570px;
	margin-top: 20px;
}
#main #jobArea #voiceList li .tl {
	font-size:36px;
	font-size:3.6rem;
	line-height:1.1;
	margin-bottom:30px;
}
#main #jobArea #voiceList li.man .tl {
	color:#1156bd;
}
#main #jobArea #voiceList li.woman .tl {
	color:#f96190;
}
#main #jobArea .btnCv{
	margin-top: -25px;
}
#main #faqArea h3 span {
	padding:16px 0 16px 100px;
	background:url(../img/ico_faq.png) no-repeat left center;
}
#main #faqArea dl {
	margin:30px 0 50px;
}
#main #faqArea dt {
	margin-bottom:30px;
	padding:10px 0 10px 60px;
	font-size:24px;
	font-size:2.4rem;
	color:#1156bd;
	height:40px;
	line-height:40px;
	background:url(../img/ico_question.png) no-repeat left center;
	border-bottom:dotted 1px #ccc;
}
#main #faqArea dd {
	margin-bottom:30px;
	padding-left:60px;
}
#main #contactArea table {
	width:100%;
}
#main #contactArea th,
#main #contactArea td {
	border:none;
	border-bottom:solid 1px #ccc;
}
#main #contactArea th {
	width:25%;
	padding:15px;
	color:#1156bd;
	
}
#main #contactArea .necessary {
	font-size:13px;
	font-size:1.3rem;
	margin-left:5px;
	padding:3px 5px;
	color:#fff;
	background:#f96190;
	border-radius:5px;
}
#main #contactArea tr:first-of-type th {
	border-top:solid 1px #ccc;
}
#main #contactArea td {
	width:75%;
	padding:15px 0;
}
#main #contactArea tr:first-of-type td {
	border-top:solid 1px #ccc;
}
#main #contactArea td input {
	padding:10px;
}
#main #contactArea input {
	font-size:16px;
	font-size:1.6rem;
	vertical-align: middle;
}
#main #contactArea input#year {
	width:20%;
	margin-right:5px;
}
#main #contactArea input#year + br {
	display:none;
}

#main #contactArea input#add_level1 {
	width:40%;
    margin-bottom: 10px;
}
#main #contactArea input#add_level2 {
	width:100%;
    margin-bottom: 10px;
}
#main #contactArea input#email,
#main #contactArea input#tel,
#main #contactArea input#post {
	margin-bottom:10px;
}
#main #contactArea select {
	padding:10px;
	margin-right:5px;
		vertical-align: bottom;
}
#main #contactArea input[type="text"],
#main #contactArea textarea {
	background: #f5f8fe;
	border: 1px solid #ccddf5;
	padding: 10px;
	border-radius: 3px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#main #contactArea input[type="text"]:focus,
#main #contactArea textarea:focus{
	background:#c0dbff;
	outline:none;
}
#main #contactArea input[type="radio"],
#main #contactArea input[type="checkbox"] {
	display:none;
}
#main #contactArea input[type="checkbox"]:checked+label:before{
	background:#b2d3ff url(../img/ico_checked.png) no-repeat center center;
}
#main #contactArea input[type="checkbox"]+label:before {
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 3px;
    background: #b2d3ff;
    vertical-align: middle;
}
#main #contactArea .checkelement {
	margin-bottom: 10px;
	display: block;
}
#main #contactArea textarea {
	resize: vertical;
	height:200px;
}

#main #contactArea #stepBox{
	overflow:hidden;
	margin-bottom:30px;
	background:#1156bd;
	border-radius:5px;
}
#main #contactArea #stepBox div{
	padding:30px 0;
	text-align:center;
	box-sizing:border-box;
	width:33.3%;
	float:left;
	color:#fff;
	font-size:130%;
	position:relative;
	background:url(../shared/img/bg_dotted.png) repeat-x 100% center;
}
#main #contactArea #stepBox div#step01{
	background-repeat:no-repeat;
	background-position:100% center;
}
#main #contactArea #stepBox div#step03{
	background-repeat:no-repeat;
	background-position:-60% center;
}
#main #contactArea #stepBox div span{
	display:inline-block;
	background:#1156bd;
	padding:0 5px;
}
#main #contactArea #stepBox div span br {
	display:none;
}
#main #contactArea #stepBox div span:before{
	content:"";
	display:inline-block;
	margin-right:10px;
	width:30px;
	height:30px;
	background:#fff;
	color:#025cd7;
	border-radius:50%;
	padding-top:3px;
	box-sizing:border-box;
}
#main #contactArea #stepBox div#step01 span:before{
	content:"1";
}
#main #contactArea #stepBox div#step02 span:before{
	content:"2";
}
#main #contactArea #stepBox div#step03 span:before{
	content:"3";
}
#main #contactArea #stepBox div.current{
	background:url(../img/bg_step_current.png) no-repeat center center;
	background-size:100% auto;
}
#main #contactArea #stepBox div.current span{
	background-color:transparent;
}

#main [type="button"],
#main [type="submit"] {
	-webkit-appearance: none;
	transition:all .7s;
	margin-top: 30px;
    padding: 20px 80px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.8rem;
    border: none;
    background: #1156bd;
	border-radius:5px;
}
#main [type="submit"]:hover {
	background:#8db3ef;
}

.thanks #main h2 {
	text-align:left;
	font-size: 36px;
    font-size: 3.6rem;
	color: #1156bd;
	background:none !important;
	height: auto;
    line-height: 1.5;
    margin-bottom: 30px;
}
.thanks #main h2:after {
	display:none;
}
.thanks #main #contactbox {
	border-left:solid 2px #1156bd;
	padding-left:15px;
}


/*==============================================================
	footer : フッタ
===============================================================*/

footer{
	padding-top:20px;
	border-top:solid 5px #1156bd;
}
footer .floatL {
	width:600px;
	margin-top: 18px;
}
footer address {
	font-size:12px;
	font-size:1.2rem;
	line-height:1.5;
}
footer #logoFt {
	float: left;
    margin-right: 20px;
}
footer #sidemenu {
	font-size:12px;
	font-size:1.2rem;
	width: 220px;
}
footer #sidemenu a {
	display:block;
}
footer #sidemenu .ssl br {
	display:none;
}
footer p#copyright{
	font-size:12px;
	font-size:1.2rem;
	text-align:center;
	padding:20px 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/*--EOF-----------------------------------------------------------------------*/
