@charset "utf-8";
@media screen and (min-width: 751px){

/*-----------------------
base
-----------------------*/
#container {
	padding-top: 40px;
	}
#footer {
	padding: 50px 0;
	background-color: #EBEBEB;
	}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
/*-----------------------
common
-----------------------*/
/*btn*/
.btn {
	border: 1px solid #68c9f2;
	color: #33a1db;
	display: block;
	border-radius: 3px;
	}
.btn:hover {
	background-color: #33a1db;
	border: 1px solid #33a1db;
	color: #fff;
	}
.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
	}

/*footer*/
#footer ul {
	width: 900px;
	margin: 0 auto 30px;
	}
#footer ul li {
	float: left;
	width: 180px;
	text-align: left;
	font-size:13px;
	}
#footer p {
	font-size: 12px;
	color: #807f7f;
	}

/*pc_display_none*/
#head p#drawer-toggle {
	display: none;
	}
#drawer  {
	display: none;
	}
.sp {
	display: none;
	}

/*-----------------------
clearfix
-----------------------*/
#medi_info_wrap:after,
#news ul li a dl:after,
#footer ul:after,
#bread ul:after,
#main_top #cate_menu ul:after,
#medi_info dl:after,
#medi_tel_box:after,
.section_contents:after,
body#map #sec02 .access:after,
#main_top #cate_menu:after,
body#doctor #sub_content:after,
#staff_wrap dl:after{
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	zoom:1;
	}
#medi_info_wrap,
#news ul li a dl,
#footer ul,
#bread ul,
#main_top #cate_menu ul,
#medi_info dl,
#medi_tel_box,
.section_contents,
body#map #sec02 .access,
#main_top #cate_menu,
body#doctor #sub_content,
#staff_wrap dl{
	zoom:1;
	}

/*-----------------------
header
-----------------------*/
#head {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	line-height: 1;
	z-index: 10000;
	}
#head:after {
	content: "";
	display: block;
	height: 1px;
	width: 1100px;
	}
#head .inner {
	position: relative;
	background: url(../img/common/head_body_off.png) repeat;
	}
#head_wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	height: 70px;
	position: relative;
	}
#head_wrap h1 {
	text-align: left;
	font-size: 12px;
	padding: 0px 0 0 3px;
	}
#head .logo {
	float: left;
	padding: 20px 60px 0 0;
	}
#head .logo img {
	width: 110px;
	}
#head #head_info {
	float: left;
	}
#head .menu
{
	float: left;
	width: 850px;
	padding: 25px 0 0 3px;
}
#head .menu ul li
{
	float: left;
	padding: 0px 20px 0 0;
	font-size: 15px;
}
#head .menu ul li a
{
	color: #fff;
}
#head #head_info .tel
{
	float:left;
	padding: 25px 15px 0 0;
}
#head #head_info .fb
{
	float:left;
	padding: 20px 0 0 0;
}
#head p.map_btn {
	display: none;
	}
#head p.map_btn .btn {
	width: 170px;
	padding: 10px 0;
	font-size: 13px;
	}
#head p.map_btn .btn .fa {
	margin-right: 10px;
	font-size: 18px;
	padding-bottom: 2px;
	}
#head p.map_btn .btn:hover .fa {
	color: #fff;
	}
#head #head_info dl {
	display: none;
	}

/*transition*/
#head,
#head h1,
#head:after,
#head .logo img,
#head #head_info,
#head p.map_btn,
#head #head_info dl dd,
#head #gnav,
#head #gnav ul,
#head #gnav ul li a,
#head #head_info .tel,
#head #head_info .fb,
#head .menu,
#head.fixed .inner {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	}

/*fixed*/
#head.fixed .inner {
	height: 50px;
	background: url(../img/common/head_body_fix.png) repeat-x;
	}
#head.fixed #head_wrap {
	height: 50px;
	}
#head.fixed .logo {
	float: left;
	width: 90px;
	padding: 12px 60px 0 0;
	}
#head.fixed .logo img {
	width: 100%;
	}
#head.fixed .menu
{
	float: left;
	width: 850px;
	padding: 16px 0 0 3px;
}
#head.fixed:after {
	width: 100%;
	margin-top: 20px;
	}
#head.fixed #head_info .tel	{
	float: left;
	padding: 15px 20px 0 0;
	}
#head.fixed #head_info .fb
{
	float:left;
	padding: 12px 0px 0 0;
}
#head.fixed #head_info {
	float: left;
	}
#head.fixed p.map_btn {
	display: none;
	}
#head.fixed p.map_btn .btn {
  padding: 0;
  padding: 5px 0;
  display: none;
}
#head.fixed #head_info dl dd {
	font-size: 28px;
	margin: 10px 0;
	}
#head.fixed h1,
#head.fixed dl dt {
	display: none;
	}
#head.fixed nav#gnav ul li a {
	color: #333;
	}
#head.fixed nav#gnav ul li a.stay,
#head.fixed nav#gnav ul li a:hover {
	background-color: #33a1db;
	color: #fff;
	}

/*gnav*/
#head nav#gnav {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	}
#head nav#gnav ul {
	width: 500px;
	display: table;
	margin: 0 auto;
	text-align: center;
	}
#head nav#gnav ul li {
	display: table-cell;
	vertical-align: middle;
	}
#head nav#gnav ul li a {
	display: block;
	padding: 10px;
	color: #333;
	}
#head nav#gnav ul li a.stay,
#head nav#gnav ul li a:hover {
	background-color: #33a1db;
	color: #fff;
	}
#head nav#gnav ul li a::before,
#head nav#gnav ul li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
#head nav#gnav ul li a,
#head nav#gnav ul li a::before,
#head nav#gnav ul li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
	}
#head.fixed nav#gnav ul li a {
	padding: 18px 30px;
	}

/*bread*/
#bread ul {
	width: 1100px;
	text-align: center;
	margin: 15px auto 0;
	}
#bread ul li {
	float: left;
	margin: 0 10px 20px 0;
	}
#bread ul li .fa-angle-right {
	font-size: 16px;
	margin-left: 10px;
	}

/*-----------------------
index
-----------------------*/
/*main*/
#main_top {
	background-size: cover;
	background-position: bottom center;
	position: relative;
	}
#main_top_copy {
	background: #fff;
	width: 100%;
	}
#main_top_copy h2 {
	width: 1100px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
	padding: 30px 0 30px 30px;
	}
#main_top .inner {
	width: 1100px;
	min-height: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	}
#main_top .inner p {
	position: absolute;
	bottom: -310px;
	right: 40px;
	}
#main dl {
	padding: 120px 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #69c8d6), color-stop(0.37, #69c9f2), color-stop(0.00, #33a1db));
	background: -webkit-linear-gradient(top, #33a1db 0%, #69c9f2 37%, #69c8d6 100%);
	background: -moz-linear-gradient(top, #33a1db 0%, #69c9f2 37%, #69c8d6 100%);
	background: -o-linear-gradient(top, #33a1db 0%, #69c9f2 37%, #69c8d6 100%);
	background: -ms-linear-gradient(top, #33a1db 0%, #69c9f2 37%, #69c8d6 100%);
	background: linear-gradient(to bottom, #33a1db 0%, #69c9f2 37%, #69c8d6 100%);
	}
#main dl dt {
	width: 1100px;
	margin: 0 auto 60px;
	color: #fff;
	font-size: 28px;
	text-align: left;
	line-height: 1.5em;
	}
#main dl dd {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	}

/*-----------------------
sub_content
-----------------------*/
body#idea #sub_bg {
	background: url(../img/common/idea_head.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}
	
body#idea #sub_bg2 {
	background: url(../img/common/idea_head_02.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}

body#idea #sub_bg3 {
	background: url(../img/common/idea_head_03.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}
	
body#idea #sub_bg4 {
	background: url(../img/common/idea_head_04.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}	
	
	body#idea #sub_bg5 {
	background: url(../img/common/idea_head_05.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}	
	body#idea #sub_bg6 {
	background: url(../img/common/idea_head_06.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}	
	body#idea #sub_bg7 {
	background: url(../img/common/idea_head_07.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}	
	body#idea #sub_bg8 {
	background: url(../img/common/idea_head_08.jpg) no-repeat center top;
	background-size: cover;
	height: 400px;
	}

	
	
	
	
body#checkup #sub_bg {
	background: url(../img/common/checkup_head.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	}
body#about #sub_bg {
	background: url(../img/common/about_head.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	}
body#news_detail #sub_bg {
	background: url(../img/common/news_head.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	}
body#map #sub_bg {
	background: url(../img/common/map_head.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	}
body#flow #sub_bg {
	background: url(../img/common/flow_head.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	}
body#doctor #sub_bg {
	background: url(../img/common/doctor_head.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	}
body#staff #sub_bg {
	background: url(../img/common/staff_head.jpg) no-repeat center top;
	background-size: cover;
	height: 320px;
	}

#sub_content h1
{
	font-size: 42px;
	line-height: 1.4em;
	background: url(../img/sub_h1_bg.gif) no-repeat bottom center;
	border: none;
	padding-bottom:15px;
	margin:15px 0 15px 0;
}

#sub_content h2 {
	text-align: left;
	line-height: 200%;
	padding-top: 20px;
	font-size: 36px;
	background: url(../img/sub_h1_bg.gif) no-repeat bottom left;
	margin: 0 0 15px 0;
	}
#sub_content h3
{
	background:#7EA5CC;
	color: #fff;
	padding: 15px;
	margin: 10px 0 25px 0;
}
#sub_content h2 span
{
	color:#7EA5CC;
	padding: 0 20px 0 0;
}
#sub_content h2 + p
{
	margin: 0 0 30px 0;
}
#sub_content h4
{
	background: url(../img/h4_bg.gif) no-repeat left center;
	padding: 10px 0 10px 60px;
}
#sub_content p span
{
	color: #F00;
}

#sub_content p span.text_or
{
	color:#F90;
	font-size:18px;
	line-height:28px;
}

#sub_content p span.text_or2
{
	color: #EFA952;
	font-size: 22px;
}


#sub_content p{
	margin-bottom:15px;
	line-height:1.7em;
	padding-left:10px;
}
#sub_content p strong{
	background: linear-gradient(transparent 60%, #7EA5CC, #fff);
}
#sub_content .contents_area p.english
{
	font-size: 12px;
	text-align: left;
	margin: 0 0 40px 0;
	padding-left:0px;
}
#sub_content .inner
{
	width: 1000px;
	margin: 0 auto;
}
#sub_content .contents_area
{
	text-align: left;
	clear: both;
	padding: 0px 0 0 0;
	margin-bottom:20px;
}

#sub_content .photo_area
{
	width: 50%;
	float: left;
}
#sub_content .photo_area_02
{
	width: 30%;
	float: left;
}

#sub_content .text_area
{
	width: 45%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	float: left;
	margin-left: 20px;
}

#sub_content .text_area_02
{
	width: 65%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	float: left;
	margin-left: 20px;
}

#sub_content .text_area:after
{
	content: "　";
	clear: both;
}
#sub_content .text_area p
{
	line-height: 1.8em;
}
#sub_content .text_box
{
	background-color: #F5F5F5;
	border: 1px solid #EBEBEB;
	padding: 15px;
}


/*medical*/
#sub_content dl.head_title {
	border-top: 1px solid #e0e2e4;
	padding: 80px 0;
	clear: both;
	}
#sub_content dl.head_title dt {
	font-size: 27px;
	margin-bottom: 35px;
	}
#sub_content table.double_box {
	width: 1100px;
	margin: 0 auto 70px;
	text-align: center;
	}
#sub_content table.double_box td {
	border: 1px solid #e0e2e4;
	padding: 50px 40px;
	width: 50%;
	}
#sub_content table.double_box td h3 {
	text-align: left;
	color: #33a1db;
	font-size: 28px;
	margin-bottom: 20px;
	}
#sub_content table.double_box td h3 a {
	color: #33a1db;
	}
#sub_content table.double_box td h3 .fa {
	color: #222;
	font-size: 32px;
	margin-right: 10px;
	}
#sub_content table.double_box td p {
	text-align: left;
	}

#sub_content table.triple_box {
	width: 1100px;
	margin: 0 auto 70px;
	text-align: center;
	}
#sub_content table.triple_box td {
	border: 1px solid #e0e2e4;
	padding: 50px 40px;
	width: 33.3333333%;
	vertical-align: top;
	}
#sub_content table.triple_box td h3 {
	text-align: left;
	color: #33a1db;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	}
#sub_content table.triple_box td h3 a {
	color: #33a1db;
	}
#sub_content table.triple_box td h3 .fa {
	color: #222;
	font-size: 32px;
	margin-right: 10px;
	}
#sub_content table.triple_box td p {
	text-align: left;
	}




#sub_content .sub_section {
	background-color: #f0f2f4;
	}
#sub_content .sub_section .sub_section_box {
	border-bottom: 1px solid #e0e2e4;
	padding: 70px 0;
	}
#sub_content .sub_section .sub_section_box:last-child {
	border-bottom: none;
	}
#sub_content .sub_section .sub_section_box .sub_section_box_wrap {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	}
#sub_content .sub_section .sub_section_box h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #33a1db;
	}
#sub_content .sub_section .sub_section_box h5
{
	border-left: 5px solid;
	border-color: #82BAE4;
	padding: 5px 5px;
	margin: 10px 0;
	font-size: 18px;
}
#sub_content .sub_section .sub_section_box table {
	margin: 40px auto 10px;
	}
#sub_content .sub_section .sub_section_box table.normal th {
	background-color: #e0e2e4;
	border-bottom: 10px solid #f0f2f4;
	text-align: center;
	padding: 25px 40px;
	}
#sub_content .sub_section .sub_section_box table.normal td {
	background-color: #fff;
	border-bottom: 10px solid #f0f2f4;
	padding: 25px 20px;
	}
#sub_content .sub_section .sub_section_box table.list th {
	background-color: #e0e2e4;
	border: 5px solid #f0f2f4;
	text-align: center;
	padding: 25px 40px;
	}
#sub_content .sub_section .sub_section_box table.list td {
	background-color: #fff;
	border: 5px solid #f0f2f4;
	padding: 25px 20px;
	}
#sub_content .sub_section .sub_section_box table.list td.price {
	text-align: right;
	}
#sub_content .sub_section .sub_section_box table.color,
#sub_content .sub_section .sub_section_box table.color tr,
#sub_content .sub_section .sub_section_box table.color th,
#sub_content .sub_section .sub_section_box table.color td
{
	border-collapse: collapse;
	border: 1px solid #ccc;
}
#sub_content .sub_section .sub_section_box table.color th
{
	background-color: #999;
	color: #fff;
	padding: 0 0 0 10px;
}
#sub_content .sub_section .sub_section_box table.color td
{
	padding: 10px;
}

#sub_content .sub_section .sub_section_box p {
	text-align: left;
	margin-bottom: 30px;
	}
#sub_content .sub_section .sub_section_box p:last-child {
	margin-bottom: 0;
	}
#sub_content .sub_section .sub_section_box p.head_text {
	text-align: center;
	}

#sub_content .sub_section .sub_section_box p.sub_btn {
	width: 300px;
	margin: 50px auto 0;
	text-align: center;
	}
#sub_content .sub_section .sub_section_box p.sub_btn .btn {
	padding: 15px 0;
	font-size: 18px;
	}
#sub_content .sub_section .sub_section_box p.sub_btn .btn .fa {
	margin-right: 10px;
	font-size: 24px;
	color: #33a1db;
	}
#sub_content .sub_section .sub_section_box p.sub_btn .btn:hover .fa {
	color: #fff;
	}
#sub_content .sub_section .sub_section_box p.notes {
	text-align: right;
	}

/*about*/
body#about #half_figure_left:after {
  content: "";
  display: block;
	}
body#about #half_figure_left:after {
  background: url(../img/common/about_figure01.jpg) no-repeat center center;
  background-size: cover;
	}
body#about #half_figure_left {
	overflow: hidden;
	}
body#about #half_figure_left .section_contents {
	width: 50%;
	float: right;
	height: 810px;
	}
body#about #half_figure_left .section_contents div ,
body#about #half_figure_right .section_contents div {
	display: table-cell;
	vertical-align: middle;
	height: 810px;
	}
body#about #half_figure_left .section_contents h3 {
	font-size: 27px;
	margin: 0 0 0 60px;
	text-align: left;
	line-height: 32px;
	}
body#about #half_figure_left .section_contents h4 {
	font-size: 18px;
	margin: 20px 0 0 60px;
	text-align: left;
	line-height: 32px;
	}
body#about #half_figure_left .section_contents p {
	margin: 30px 50px 0 60px;
	min-width: 450px;
	text-align: left;
	}
body#about #half_figure_left:after {
	float: left;
	width: 50%;
	height: 810px;
	}
body#about #half_figure_right:after {
  content: "";
  display: block;
	}
body#about #half_figure_right:after {
  background: url(../img/common/about_figure02.jpg) no-repeat center center;
  background-size: cover;
	}
body#about #half_figure_right {
	overflow: hidden;
	}
body#about #half_figure_right .section_contents {
	width: 50%;
	float: left;
	height: 810px;
	}
body#about #half_figure_right .section_contents h3 {
	font-size: 27px;
	margin: 0 0 40px 60px;
	text-align: left;
	line-height: 32px;
	}
body#about #half_figure_right .section_contents h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 60px;
	padding: 0;
	text-align: left;
	line-height: 20px;
	}
body#about #half_figure_right .section_contents p {
	margin: 10px 60px 20px 60px;
	min-width: 450px;
	text-align: left;
	}
body#about #half_figure_right:after {
	float: right;
	width: 50%;
	height: 810px;
	}
#sub_content #gallery {
	width: 960px;
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
	}
#sub_content #gallery h3 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 60px;
	}
#sub_content #gallery .slider-for {
	margin-bottom: 20px;
	}
#sub_content #gallery .slider-for img {
	width: 960px;
	}
#sub_content #gallery .slider-nav img {
	width: 162px;
	}
	
/*--pager--*/
ol.pager {
	width: 1100px;
	margin: 60px auto 0;
	text-align: center;
	}
ol.pager li {
	display: inline-block;
	margin-right: 10px;
	}
ol.pager li a {
	display: block;
	background-color: #fff;
	padding: 11px 18px;
	}
ol.pager li a:hover {
	background-color: #33a1db;
	color: #fff;
	}
ol.pager li a.stay {
	background-color: #33a1db;
	color: #fff;
	}

/*flow*/
body#flow #half_figure_left:after {
  content: "";
  display: block;
	}
body#flow #half_figure_left.flow01:after {
  background: url(../img/common/flow_figure01.jpg) no-repeat center center;
  background-size: cover;
	}
body#flow #half_figure_left.flow03:after {
  background: url(../img/common/flow_figure03.jpg) no-repeat center center;
  background-size: cover;
	}
body#flow #half_figure_left.flow05:after {
  background: url(../img/common/flow_figure05.jpg) no-repeat center center;
  background-size: cover;
	}
body#flow #half_figure_left {
	overflow: hidden;
	}
body#flow #half_figure_left .section_contents {
	width: 50%;
	float: right;
	height: 440px;
	}
body#flow #half_figure_left .section_contents h3 {
	font-size: 27px;
	text-align: left;
	line-height: 32px;
	}
body#flow #half_figure_left.flow01 .section_contents h3 {
	margin: 100px 0 0 60px;
	}
body#flow #half_figure_left.flow03 .section_contents h3 {
	margin: 25px 0 0 60px;
	}
body#flow #half_figure_left.flow05 .section_contents h3 {
	margin: 100px 0 0 60px;
	}
body#flow #half_figure_left .section_contents p {
	margin: 30px 100px 0 60px;
	text-align: left;
	}
body#flow #half_figure_left .section_contents p span {
	display: block;
	}
body#flow #half_figure_left:after {
	float: left;
	width: 50%;
	height: 440px;
	}
body#flow #half_figure_right:after {
  content: "";
  display: block;
	}
body#flow #half_figure_right.flow02:after {
  background: url(../img/common/flow_figure02.jpg) no-repeat center center;
  background-size: cover;
	}
body#flow #half_figure_right.flow04:after {
  background: url(../img/common/flow_figure04.jpg) no-repeat center center;
  background-size: cover;
	}
body#flow #half_figure_right {
	overflow: hidden;
	}
body#flow #half_figure_right .section_contents {
	width: 50%;
	float: left;
	height: 440px;
	}
body#flow #half_figure_right .section_contents h3 {
	font-size: 27px;
	text-align: left;
	line-height: 32px;
	}
body#flow #half_figure_right.flow02 .section_contents h3 {
	margin: 150px 60px 0 100px;
	}
body#flow #half_figure_right.flow04 .section_contents h3 {
	margin: 120px 60px 0 100px;
	}
body#flow #half_figure_right .section_contents p {
	margin: 30px 60px 0 100px;
	text-align: left;
	}
body#flow #half_figure_right:after {
	float: right;
	width: 50%;
	height: 440px;
	}
body#flow .section_contents ul {
	margin: 10px 0 0 20px;
	}
body#flow .section_contents ul li {
	text-align: left;
	list-style-type: disc;
	}
body#flow #half_figure_left .section_contents ul li {
	margin: 0 100px 0 60px;
	}
body#flow #half_figure_right .section_contents ul li {
	margin: 0 60px 0 100px;
	}
body#flow .section_contents ul li span.small {
	font-size: 12px;
	}
body#flow .section_contents p span.br {
	display: block;
	}

/* balloon-4 top-left */
#balloon-4-top-left {
	margin: 25px 0;
	position: relative;
	padding: .5em .75em;
	background-color: #f0f0f0;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
#balloon-4-top-left::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #f0f0f0;
}
.first_section .inner,
.second_section .inner,
.third_section .inner,
.fourth_section .inner,
.fifth_section .inner
{
	width: 1200px;
	margin: 0 auto;
}
.blue_btn
{
	text-align: center;
	width: 400px;
	margin: 40px auto 50px auto;
}

.blue_btn a
{
	background-color: #7FA5CC;
	display: block;
	padding: 10px 5px;
	border: 1px solid #7FA5CC;
	color: #fff;
}
.blue_btn a:hover
{
	background-color: #fff;
	border: 1px solid #7FA5CC;
	color: #7FA5CC;
}
.gray_btn
{
	text-align: center;
	width: 100px;
	margin: 10px auto;
}

.gray_btn a
{
	background-color: #B6ADA3;
	display: block;
	padding: 5px;
	border: 1px solid #B6ADA3;
	color: #fff;
}
.gray_btn a:hover
{
	background-color: #fff;
	border: 1px solid #B6ADA3;
	color: #B6ADA3;
}
.first_section
{
	background: url(../img/first_section_bg.jpg) center no-repeat;
	height: 700px;
}

.first_section .inner h2
{
	text-align: center;
	padding: 100px 0 40px 0;
}
.first_section .inner h3
{
	font-size: 35px;
	padding: 0px 0 40px 0;
}
.first_section .inner p span
{
	color: #F00;
}


.second_section .inner h2
{
	text-align: center;
	padding: 100px 0 40px 0;
}
.second_section .inner h3
{
	font-size: 35px;
	padding: 0px 0 40px 0;
}
.third_section
{
	overflow: hidden;
}

.third_section h2
{
	background: url(../img/third_section_h2_bg.png) 0px 45px no-repeat;
	padding-bottom: 15px;
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 1em;
}
.third_section h2 span{
 font-size: 10px;
}

.third_section p
{
	font-size: 11px;
}
.third_section .box_01
{
	width: 33.333%;
	float: left;
	height: 400px;
}
.third_section .box_01 .text_area
{
	background: url(../img/third_section_textarea_01.jpg);
	height: 200px;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
}
.third_section .box_02
{
	width: 33.333%;
	float: left;
	height: 400px;
}
.third_section .box_02 .text_area
{
	background: url(../img/third_section_textarea_01.jpg);
	height: 200px;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
}

.third_section .box_03
{
	width: 33.333%;
	float: left;
	height: 400px;
}
.third_section .box_03 .text_area
{
	background: url(../img/third_section_textarea_01.jpg);
	height: 200px;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
}
.fourth_section
{
	background: url(../img/fourth_section_bg.png) repeat-x #7EA6CC;
}
.fourth_section .inner h2
{
	text-align: center;
	padding: 45px 0 80px 0;
}
.fourth_section .inner
{
	position: relative;
}
.fourth_section .point
{
	position: absolute;
	left: 580px;
	top: 242px;
	z-index:1000;
}

.fourth_section .infiniteslide1{
	margin-top:-37px;
}

.fourth_section img.opa:hover{
	opacity:0.9;
}

.fifth_section 
{
	overflow: hidden;
	padding: 0 0 60px 0;
}

.fifth_section .inner h2
{
	text-align: center;
	padding: 100px 0 40px 0;
}
.fifth_section .inner h3
{
	font-size: 35px;
	padding: 0px 0 40px 0;
}

.fifth_section ul
{
	margin: 0 auto;
	width: 1150px;
}
.fifth_section ul li
{
	float: left;
}

footer
{
	background: #EBEBEB;
}
#footer .inner 
{
	width: 900px;
	margin: 0 auto;
}
#footer ul
{
	width: 25%;
	float: left;
	padding: 0 0 12px 0;
}
#footer ul li
{
	float: none;
	margin: 5px 0 0 0;
}
#footer ul li:nth-child(n + 2)
{
	padding: 0 0 0 20px;
}
#footer .copy
{
	clear: both;
	padding: 0px 0 0 0;
}

.pc_br:before {
	content: "\A" ;
	white-space: pre ;
}


#sub_content .img_pc_right{
	float: right;
	margin: 50px 0 0 20px;
}
.sp_img_mb
{
	margin: 0 10px 0 0;
}
.medical_system
{
	margin: 70px 0 0 0;
}

img.sp_img_mb{
	margin-right:0;
}

/**求人・衛生士質問追加 20180903**/
img.f-r {
	width: 280px;
	float: right;
	margin: 0 10px 5px;
}
.sp-display {
    display: none;
}



}
