@charset "UTF-8";

body{
	background: #fff;
}
.recTell{
	font-size: 16px;
}
.recruitPage{
	margin: 0 auto;
	width: 970px;
}
.c1, .c2, .c3, .c4, .c5, .c6{
	padding: 70px 0;
}
.c1{
	padding-top: 0;
	padding-bottom: 70px;
}
.c2{
	padding-top: 0;
}
.c1, .c4, .c6{
	background: #f7f8fa;
}
.sectionTT1 h2{
	font-size: 28px;
	color: #fff;
	background: #014da3;
	padding: 40px 0;
	margin: 50px 0 0;
}
.pointBox{
	border: 3px solid #00489a;
	color: #333;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	padding: 20px;
	margin: 50px 0;
	background: #eefbff;
}
.pointBox span{
	color: #e00000;
	font-size: 21px;
}
.cathTxt{
	font-size: 24px;
	margin: 0 0 20px;
	line-height: 1.5;
}
.blue{
	color: #455f7a;
}
.red{
	color: #e00000;
	margin-top: 5px;
}

.textLeft{
	text-align: left;
}

/** 4つのポイント **/
.poinList{
	margin: 20px auto;
	width: 880px;
}
.poinList::after{
	content: '';
	clear: both;
	display: block;
}
.poinList li{
	float: left;
  padding: 60px 10px;
  background: #01428c;
  font-size: 18px;
  border-radius: 50%;
  margin-right: 40px;
	color: #fff;
  width: 170px;
  font-weight: bold;
}
.poinList li:last-child{
	margin-right: 0;
}
.poinList li:nth-child(1){
	padding: 80px 10px;
}
.poinList li:nth-child(2){
	padding: 70px 10px;
}
.poinList li:nth-child(4){
	padding: 70px 10px;
}

.formBtn a{
	display: block;
  width: 650px;
  height: 80px;
  line-height: 80px;
  margin: 0px auto;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  -moz-text-shadow: 0px 0px 10px #c98613;
  -webkit-text-shadow: 0px 0px 10px#c98613;
  text-shadow: 0px 0px 10px #c98613;
  border-radius: 10px;
  background: #f8b140;
  background: -moz-linear-gradient(top, #f8b140 0%, #f8b140 50%, #f98d01 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8b140), color-stop(50%,#f8b140), color-stop(100%,#f98d01));
  background: -webkit-linear-gradient(top, #f8b140 0%,#f8b140 50%,#f98d01 100%);
  background: -o-linear-gradient(top, #f8b140 0%,#f8b140 50%,#f98d01 100%);
  background: -ms-linear-gradient(top, #f8b140 0%,#f8b140 50%,#f98d01 100%);
  background: linear-gradient(to bottom, #f8b140 0%,#f8b140 50%,#f98d01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b140', endColorstr='#f98d01',GradientType=0 );
	}

/** 医院マップ **/
h3{
	font-size: 24px;
	text-align: left;
	border-bottom: 1px solid #014da3;
	border-left: 5px solid #014da3;
	padding: 2px 5px;
	margin-bottom: 30px;
	margin-top:50px;
}
dd.clinic-deco span{
    display: inline-block;
    font-size: 10px !important;
    background: #e00000;
    color: #ffffff;
    border-radius: 5px;
    padding: 1px 5px;
    margin-left: 5px;
}
.frm_zenkoku{
	background: #f3f3f3;
}
.box01::after{
	content:'';
	clear: both;
	display: block;
}
.clinicMapArea .x2 {
    display: inline-block;
    vertical-align: middle;
}
.clinicMapArea .x2:first-child{
	margin-right: 15px;
}
ul#areaSelect{
	text-align: left;
}
ul#areaSelect li a{
	font-size: 15px;
}

/** CM放映中 **/
.cmLinkBtn a {
    display: block;
    width: 600px;
    height: 80px;
		padding-left: 25px;
    line-height: 80px;
    margin: 0px auto 50px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
    -moz-text-shadow: 0px 0px 10px #1314c9;
    -webkit-text-shadow: 0px 0px 10px#1314c9;
    text-shadow: 0px 0px 10px #1314c9;
    border-radius: 10px;
    background: #003fcc;
    background: -moz-linear-gradient(top, #4090f8 0%, #4090f8 50%, #003fcc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4090f8), color-stop(50%,#4090f8), color-stop(100%,#003fcc));
    background: -webkit-linear-gradient(top, #4090f8 0%,#4090f8 50%,#003fcc 100%);
    background: -o-linear-gradient(top, #4090f8 0%,#4090f8 50%,#003fcc 100%);
    background: -ms-linear-gradient(top, #4090f8 0%,#4090f8 50%,#003fcc 100%);
    background: linear-gradient(to bottom, #4090f8 0%,#4090f8 50%,#003fcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4090f8', endColorstr='#003fcc',GradientType=0 );
		position: relative;
}
.cmLinkBtn a .fa{
	position: absolute;
	left: 185px;
	top: 50%;
	margin-top: -14px;
	font-size: 30px;
}
.movieArea .formBtn a{
	line-height: 1.3;
	padding: 5px 0;
}
.movieArea .x2{
	display: inline-block;
	vertical-align: top;
	width: 472px;
}
.movieArea .x2:first-child{
	margin-right: 20px;
}
div#ContentsBody, div#ContentsBody div.section_01{
	width: 970px;
}
div#ContentsBody div.section_01{
	margin-bottom: 0;
}
div#movie_section{
	width: 472px;
	background: #fff;
	border: 1px solid #d0d0d0;
}
div#movie_section h2{
	width: 450px;
}
div#movie_section div#movie{
	margin-bottom: 20px;
	padding-bottom: 0;
	background: #fff;
}

/** 募集要項 **/
.recruitbox{
	margin: 0;
}
.recruitbox table th,
.recruitbox table td{
	font-size: 16px;
}
.recruitbox table td{
	text-align: left;
	line-height: 1.5;
}

/** フォーム装飾リセット **/
h2.formTitl {
    font-size: 24px;
    border-bottom: 2px solid #bbb;
    padding: 10px 0;
    margin-bottom: 15px;
}
.recTell{
	text-align: left;
}
table.agforms{
	border: none;
	background: #fff;
}
table.agforms div{
	font-size: 16px;
}
table.agforms th,
table.agforms td{
	border: none;
	background-color: transparent;
	padding: 15px 12px;
}
table.agforms th{
	width: 200px;
}
table.agforms th.need{
	background-position: 185px center;
}
table.agforms tr:nth-child(odd){
	background: #eee;
}
.recTell{
	background-color: transparent;
}
.agformError{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
/** フォーム装飾リセットここまで **/

/** 共通設定 **/
input[type="text"],
textarea,
select{
	padding: 5px;
}

/** 氏名 **/
#sei,
#furiganasei{
	margin-right: 15px;
}

/** 個人情報の取扱い **/
.personalinfoText{
	margin-top: 5px;
}
