﻿@charset "UTF-8";
#pgContainer {
	width: 980px;
	margin: 0 auto;
}
/* topicPath --------------------------- */

.topicPath {
	list-style: none;
	font-size: 0.75em;
	height: 30px;
	line-height: 30px;
}
.topicPath li {
	display: inline;
}
.topicPath li:before {
	content: "\f0da";
	position: relative;
	font-family: FontAwesome;
	padding-right: 5px;
	color: #8bbc00;
}
.topicPath li a {
	color: #333;
	padding-right: 5px;
}
.topicPath li.tpHome:before {
	content: none;
	padding-right: 0;
}
.topicPath li strong {
	background: none;
}
/* contents ------------------------------- */

#mainContent {
	width: 710px;
	float: left;
}
#sideContent {
	width: 250px;
	float: right;
}
/* visual ------------------------------------- */

#visual_cat {
	height: 95px;
	border-bottom: 1px solid #b19d79;
	background-image: url(../../img/page/common/bg-visual-02.png), url(../../img/page/common/bg-visual-03.png), url(../../img/page/common/bg-visual-01.png);
	background-position: 15% 0, 90% 0, 0 0;
	background-repeat: no-repeat, no-repeat, repeat;
 *background: url(../../img/page/common/bg-visual-01.png) 0 0 repeat;
	background: url(../../img/page/common/bg-visual-01.png) 0 0 repeat\9;
}
#visual_cat h1 {
	width: 980px;
	margin: 0 auto;
	height: 95px;
	line-height: 99px;
	font-size: 1.5625em;
	color: #fff;
	letter-spacing: 5px;
	text-shadow: 1px 1px 2px #aaa;
}
/* side ------------------------------------ */

#nvLocal {
	background: #fff;
	border: 1px solid #cccccc;
	padding: 10px;
	margin-bottom: 10px;
}
#nvLocal h2 {
	margin: 0 -11px;
	text-align: center;
	background: url(../../img/sidebar/bg-h2-nvLocal-01.png) 0 0 repeat;
	padding: 10px 0;
}
#nvLocal ul {
	font-size: 12px;
	margin-bottom: 0;
}
#nvLocal li a {
	display: block;
	color: #333;
	padding: 12px 5px;
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
}
#nvLocal li a:hover, #nvLocal li a.current {
	background: #f3f0eb;
}
#nvLocal li li a {
	padding: 12px 5px 12px 20px;
}
#nvLocal li a:before {
	content: "\f10c";
	position: relative;
	font-family: FontAwesome;
	padding-right: 5px;
	color: #eda6aa;
	font-size: 14px;
	font-weight: bold;
}
#nvLocal li li a:before {
	content: "\f111";
	position: relative;
	font-family: FontAwesome;
	padding-right: 5px;
	color: #eda6aa;
	font-size: 10px;
	font-weight: normal;
}
.sideBnr li {
	margin-bottom: 10px;
}
/* contents -------------------------------------------- */

.hA {
	font-weight: normal;
	font-size: 1.25em;
	padding: 20px 0 0 45px;
	border-bottom: 1px solid #c8bca4;
	/*margin-bottom: 10px;*/
    margin-bottom: 20px;
	background: url(../../img/sidebar/bg-hA-01.png) 0 bottom no-repeat;
}
.hB {
	font-weight: normal;
	font-size: 1.125em;
	margin: 30px 0 15px;
}
.hB:before {
	content: url(../../img/page/common/bg-hB-01.png);
	position: relative;
	left: 5px;
	top: auto;
	margin-right: 10px;
}
.hC {
	font-size: 1.125em;
	/*margin: 30px 0 15px;*/
	margin: 30px 0 15px;
	color: #F4A3A6;
}
.hD {
	margin: 30px 0 15px;
	color: #F4A3A6;
}
.hE {
	margin: 0 0 15px;
	color: #3E3233;
}
.hF {
    position: relative;
	margin: 25px 0 15px;
    padding: 0 0 5px 20px;
	color: #3E3233;
	font-size: 1.125em;
    font-weight: bold;
	border-bottom: 1px solid #c8bca4;
}
.hF:before {
	content: "\f105";
	position: absolute;
	left: 0.25em;
	top: -0.1em;
	font-family: FontAwesome;
	color: #b9a885;
	font-size: 20px;
}

#pgContainer h1 img, #pgContainer h2 img, #pgContainer h3 img {
	margin: 25px auto 40px;
}
/* list */

.listDot li {
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 3px;
}
.listDot li:before {
	content: "\f111";
	position: absolute;
	left: 0.25em;
	top: 0.6em;
	font-family: FontAwesome;
	color: #eda6aa;
	font-size: 9px;
}
.listNum li {
	list-style: inside decimal;
}
/* link */

.link-arrow {
	position: relative;
	padding-left: 20px;
}
.link-arrow a:before {
	content: "\f138";
	position: absolute;
	font-family: FontAwesome;
	margin-right: 5px;
	text-decoration: none;
	left: 0;
	top: auto;
	color: #eb9ea2;
}
/* dl */

#mainContent dt {
	font-weight: bold;
	margin-bottom: 5px;
	color: #eb9ea2;
}
/* table */

#mainContent table {
	width: 95%;
	margin: 10px auto 15px;
}
#mainContent table th {
	padding: 7px;
	background: #DEF2F5;
	text-align: center;
	border: #999 solid 1px;
}
#mainContent table td {
	padding: 7px;
	border: #999 solid 1px;
	background: #FFF;
}
.halfBox {
	width: 49%;
	margin-right: 1%;
	float: left;
}
.imgLeft {
	float: left;
	margin-right: 18px;
}
.imgRight {
	float: right;
	margin-left: 18px;
}
strong {
	background: linear-gradient(transparent 50%, #f8edd0 60%);
}
/* decBox ---------------------------------------------- */

.decBox01 {
	padding: 20px;
	margin-bottom: 20px;
	background: url(../../img/page/common/bg-decBox01-01.png) 0 0 repeat;
}
.decBox02 {
	background: url(../../img/page/common/bg-decBox02-01.png) 0 0 repeat;
	padding: 20px;
	margin-bottom: 20px;
}
.decBox03 {
	background: url(../../img/page/common/bg-decBox03-01.png) 0 0 repeat;
	padding: 20px;
	margin-bottom: 20px;
}
.decBox04 {
	border: 2px solid #eb9ea2;
	padding: 20px;
	background-color: #FFF;
}
.decBox04 h3 {
	background: #eb9ea2;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.125em;
	margin: -20px -20px 20px;
}
.decBox01 p:last-child, .decBox01 div:last-child, .decBox01 ul:last-child, .decBox01 ol:last-child, .decBox01 dl:last-child, .decBox01 table:last-child, .decBox02 p:last-child, .decBox02 div:last-child, .decBox02 ul:last-child, .decBox02 ol:last-child, .decBox02 dl:last-child, .decBox02 table:last-child, .decBox03 p:last-child, .decBox03 div:last-child, .decBox03 ul:last-child, .decBox03 ol:last-child, .decBox03 dl:last-child, .decBox03 table:last-child, .decBox04 p:last-child, .decBox04 div:last-child, .decBox04 ul:last-child, .decBox04 ol:last-child, .decBox04 dl:last-child, .decBox04 table:last-child {
	margin-bottom: 0;
}
.decBox01 .hB:first-child, .decBox01 .hC:first-child, .decBox02 .hB:first-child, .decBox02 .hC:first-child, .decBox03 .hB:first-child, .decBox03 .hC:first-child, .decBox04 .hB:first-child, .decBox04 .hC:first-child, .decBox04 .hD:first-child {
	margin-top: 0;
}
/* company ---------------------------------------------- */

.comPolicy {
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
}
#mainContent dl.comInfo dt {
	width: 125px;
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 96%;
	clear: left;
}
#mainContent dl.comInfo dd {
	float: left;
	margin-bottom: 20px;
}
/*#mainContent dl.comInfo.history {
	margin-top: 20px;
}

#mainContent dl.comInfo.history dd {
	margin-bottom: 5px;
	width: 550px;
	float: right;
}*/
#mainContent table.comTbl tr td {
	padding: 15px;
}
table.comTbl tr td p {
	font-size: 12px;
	margin-bottom: 5px;
}
/*homenursing---------------------------------------------- */

#pgContainer h2 img {
	margin: 10px auto 0;
}
#pgContainer h2 {
	margin-bottom: 10px;
}
.hnFeature h3 {
	font-size: 1.125em;
	color: #F4A3A6;
	clear: both;}

.hnFeature h3:first-letter {
	font-size: 2.5em;
	margin-right: 15px;
}
.hnFeature h4 {
	margin-left: 70px;
	margin-bottom: 15px;
	font-size: 1.125em;
}

.hnFeature p {
	margin-left: 70px;
	margin-bottom: 15px;
}
dl.serInfo dt img {
	margin-right: 7px;
}
dl.serInfo dd {
	margin-bottom: 15px;
}
/*staff------------------------------*/
.staff p.title {
	color: #F4A3A6;
	letter-spacing: 0.15em;
	font-size: 12px;
	padding: 0px 0 0 3px;
	margin-bottom: 0;
}
.staff p.name {
	font-size: 23px;
	letter-spacing: 0.2em;
}
/*voice------------------------------*/
.voiBox {
	width: 95%;
	margin: 15px auto;
	padding: 20px;
	border-bottom: 1px solid #C8BCA4;
}
/* recruit ------------------------------*/
td.red {
	color: #f00;
}
table.recruitTop th {
	width: 80px;
}
table.recruit th {
	width: 170px;
}
table.recruit td a {
	color: #eb9ea2;
}
table.recruitList td a {
	color: #eb9ea2;
}
p.MailBtn {
}
p.MailBtn a {
	width: 330px;
	display: block;
	padding: 15px 10px;
	text-align: center;
	border: solid 2px #fff;
	color: #fff;
	font-weight: 600;
	font-size: 1.125rem;
	background: #eb9ea2;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
	margin: 0 auto;
}
p.MailBtn a:after {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f054";
	font-weight: normal;
	right: 1rem;
	top: 50%;
	margin-top: -14px;
}

div.recImg img {
	width: 19%;
	margin-bottom: 30px;
}

.columBoxA .columBox {
	float: left;
	width: 48%;
}
.columBoxA .columBox:nth-child(even) {
	float: right;
}
.jimu .message {
	width: 50%;
	float: right;
}
.flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.flexCol3 .flexColCont {
        margin: 2.5vw 0 0;
    width: 30%;
}
.flexColCont img {
	width: 100%;
}
.flexColCont p {
	text-align: center;
}
/* nursinghome
-------------------------------------------------- */
a.btn {
    display:block;
    max-width:350px;
    box-sizing: border-box;
    padding:0.7em 1em;
    border: 1px solid #f5a9ac;
    text-decoration: none;
    background: /*#f2d5d5*/ #ffffff;
	text-align: center;
}
a.btn:hover {
    background: #f5a9ac;
    color: #fff;
}

a.btn_pdf{
	margin: 0 auto;
}
.price {
    padding:15px 0 0 ;
	border-top: 1px dashed #c8bca4;
}
.price--01 {
    float:left;
    width:30%;
}
.price--02 {
    float:right;
    width:65%;
}
.price--02 p {
    float:left;
}
.price--02 ul {
    margin:0 0 30px 4em;
}

.block_gallery {
    position: relative;
    padding:50px 0 70px;
    z-index: 10;
}
.block_gallery .cycle-slideshow {
    width: 640px;
    margin: 0 auto;
}
.block_gallery .cycle-slideshow img{ margin:0 1px;}
.block_gallery .pager_btn {
    position: relative;
    top: 0;
    z-index: 20;
}
.block_gallery .pager_btn #prev{
    position: absolute;
    left:0px;
    top:-90px;
}
.block_gallery .pager_btn #next{
    position: absolute;
    right: 0px;
    top:-90px;
} 

