@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

body{font-size:1.2rem;}

.sp_hide{
    display: none;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	position: relative;
	overflow:hidden;
	width:100%;
	min-height:100vh;
}

/* !header
---------------------------------------------------------- */
#header { 
	background:#fff;
	border-top:9px solid #51c370;
} 
#headerIn { 
	position: relative;
	margin:auto;
	padding:0 15px; 
}
#headerLogo{padding:15px 0;}
#headerLogo img{height:45px;}
.headerLinks {
	padding:25px 10px;
	background:#fff;
	text-align: center; 
}
.headerLinks .note{
	margin-bottom:6px;
	line-height: 1.4;
	font-size:1.5rem;
	font-weight: bold;
}
.headerLinks .contact{
	display: block;
	margin:auto;
	padding:5px 40px;
	width:90%;
	background-image:url(../img/common/ico_email_orange.png), url(../img/common/ico_link_orange.png);
	background-repeat: no-repeat;
	background-position:10px center, 96% center;
	background-size:20px;
	border:2px solid #ff7900;
	border-radius:50px;
	color:#ff7900;
	font-size:1.6rem;
	font-weight: 900;
}

/* !gNavi
---------------------------------------------------------- */ 
.btnMenu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position:absolute;
	right:10px;
	top:50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 60px;
	height:60px;  
	background: #51c670;
	border-radius:100px;
} 
.btnMenu span {
	display: block;
	margin:3px auto;
	background: #fff;
	width: 28px;
	height: 2px; 
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
} 
.btnMenu.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
} 
.btnMenu.active span:nth-child(2) {
  opacity: 0;
} 
.btnMenu.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
#gNavi { 
	display:none;
	position: fixed;
	top:0;
	left:0;
	z-index: 1;
	padding:100px 0;
	overflow:scroll;
	width:100%;
	height:100vh;
	background:#51c370;
} 
#gNavi li{ 
	border-top:1px solid #fff;
} 
#gNavi li a {
	display:flex;
	align-items: center;
	padding:0 15px 0 80px;
	height:76px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size:50px;
	color:#fff;
	font-size:1.8rem;
	font-weight:900;
}
#nav01 a{ background-image:url(../img/common/ico_nav01.png); }
#nav02 a{ background-image:url(../img/common/ico_nav02.png); }
#nav03 a{ background-image:url(../img/common/ico_nav03.png); }
#nav04 a{ background-image:url(../img/common/ico_nav04.png); }
#nav05 a{ background-image:url(../img/common/ico_nav05.png); }
#nav06 a{ background-image:url(../img/common/ico_nav06.png); } 
 
	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual { 
}
.mainslide{
	position:relative;
	padding-bottom:15px;
}
.mainslide:before{
	content:"";
	pointer-events: none;
	position: absolute;
	left:0;
	top:0;
	z-index: 3;
	width:100%;
	height:100%;
	background:url(../img/top/mainslide_dec.png) no-repeat center top;
	background-size:100%;
}
.mainslide .item{
	position:relative;
	z-index: 1;
	overflow:hidden;
	border-radius:20px;
}
.mainslide .title{
	position:absolute;
	right:12%;
	top:15%;
	width:29.6%;
}
.mainslide .title img{ } 
.mainslide .slick-dots li{
	width:6px;
	height:6px;
}
.mainslide .slick-prev, 
.mainslide .slick-next{
	width:40px;
	height:40px;
	background-size:100%;
}
 
/* !teaser
---------------------------------------------------------- */
#teaser {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow:hidden;
	position: relative;
	margin:10px 0 0;
	height:75px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	border-radius:16px;
	border:2px solid #51c370;
}
#teaser:before{
	pointer-events: none;
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../img/common/img_teaser_dec.png) no-repeat right bottom;
	background-size:100%;
}
#contact #teaser { background-image:url(../img/contact/img_teaser.png); }
#recruit #teaser { background-image:url(../img/recruit/img_teaser.png); }
#about #teaser { background-image:url(../img/about/img_teaser.png); }
#kibo #teaser { background-image:url(../img/facility_kibo/img_teaser.png); }
#aru #teaser { background-image:url(../img/facility_aru/img_teaser.png); }
#iki #teaser { background-image:url(../img/facility_iki/img_teaser.png); }
#tobe #teaser { background-image:url(../img/facility_tobe/img_teaser.png); }
#yawa #teaser { background-image:url(../img/facility_yawa/img_teaser.png); }
#teaser h2{
	color:#fff;
	font-size:1.6rem;
	font-weight: 900;
}
  

/* !contents
---------------------------------------------------------- */
#contents {
	
} 
#main {
	
} 
.inner {
	margin:auto;
	padding:0 10px; 
}
 


/* !footer
---------------------------------------------------------- */
#footer {
	position: relative;
	padding:100px 0 20px; 
	background:url(../img/common/bg_foot_sp.png) no-repeat center top,linear-gradient(to bottom,#fff6d9 0%, #fff6d9 50%, #51c670 50%);
	background-size:100%; 
	text-align: center;
} 
.pageTop { 
    display: none;
	cursor: pointer;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 5%;
    bottom: 10px;
    z-index: 101;
    transform: none;
    will-change: auto;
	width:54px;
}
.pageTop.is_stop {
    position: absolute;
    bottom: calc(100% - 50px);
}
#footer .footerIn { 
    padding: 0 10px; 
} 
#footer .service{ 
	margin-bottom:15px;
}
.footLogo{
	display: block;
	margin-bottom:15px;
}
.footLogo img{ height:50px;}
#footer .contact {
    display: inline-block;
    padding: 4px 40px 4px 45px;
    background-image: url(../img/common/ico_email_orange.png), url(../img/common/ico_link_orange.png);
    background-repeat: no-repeat;
    background-position: 16px center, 92% center;
    background-size: 20px; 
	background-color:#fff;
    border-radius: 50px;
    color: #ff7900;
    font-size: 1.8rem;
    font-weight: 900;
} 
#copyright { 
	text-align: center;
	color:#fff;
	font-weight:bold;
	font-size: 1rem;
}

/*** タブレット ***/
@media screen and (max-width: 374px){
	#headerLogo { padding: 20px 0;}
	#headerLogo img { height: 35px;}
	.headerLinks .note{font-size: 1.2rem;}
	.headerLinks .contact{
		padding: 5px 30px;
		font-size: 1.3rem;
	}
	
}


/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	margin-bottom:15px;
	text-align: center;
}

.hdM {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom:20px;
	height:34px;
	background:#51c370;
	border-radius:100px;
	text-align: center;
	color:#fff;
	font-weight:bold;
	font-size:1.5rem;
}
.hdM:before{
	content:"";
	pointer-events: none;
	position:absolute;
	right:6px;
	top:-6px; 
	width:12px;
	height:20px;
	background:url(../img/common/ico_hd_flower.png) no-repeat center;
	background-size:100%;
}

.hdS {
	margin-bottom:10px;
	text-align:center;
	color:#ff7900;
	font-size:1.5rem;
	font-weight:bold;
}
 
  
/* !common
---------------------------------------------------------- */
.pc{ display:none; }

.pt60{padding-top:30px;}
.pb60{padding-bottom:30px;}
.mt30{margin-top:15px;}
.mt40{margin-top:20px;}

.tel {
	pointer-events: none;
}

.col02 > li{
	float:left;
	width:50%;
}
.col03 > li{
	float:left;
	width:33.33%;
}

.partBg{
	padding:10px 8px;
	margin-bottom:20px;
	background-color:#fff;
	border-radius:10px;
}

.txtStyle{padding:0 4.5%;}
.txtStyle .txt{
	margin-bottom:20px;
	line-height: 1.8;
	font-size:1.3rem;
}
.subTit{
	margin-bottom:25px;
	letter-spacing: 0.1em;
	text-align: center;
	font-size:2.2rem;
	font-weight: bold;
}

.btnTeams{ 
	margin-top:15px; 
	text-align: center;
}

.btnTeams input,.btnTeams a{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	margin:10px auto;
	padding:0 20px 0 0;
	width:80%;
	max-width: 250px;
	height:40px;
	background-repeat:no-repeat ;
	background-position: 95% center;
	background-image:url(../img/common/ico_link_white.png);
	border-radius:100px;
	border:0;
	color:#fff;
	font-size:1.4rem;
}

.btnTeams a.long{
	max-width: 350px;
}


.btnTeams input#edit{
	background-color:#e6e6e6; 
}
.btnTeams input#submit {
	background-color:#ffa300; 
}  
.btnTeams a.green{ 
	background-image:url(../img/common/ico_link_green.png); 
	background-color:#fff;
	border:2px solid #51c670;
	color:#51c670;
}

.secondNav{
	margin:10px 0 20px;
	text-align:center;
	font-size:0;
}
.secondNav a{
	display:inline-flex;
	align-items: center;
	justify-content: center;
	margin:5px;
	width:45%;
	max-width:180px;
	height:28px;
	border:1px solid;
	border-radius:50px;
	color:#fff; 
	font-weight: bold;
	font-size:1.2rem;
}
.secondNav a#secondNav01{
	background:#7bbbe2;
	border-color:#7bbbe2;
}
.secondNav a#secondNav02{
	background:#ffa300;
	border-color:#ffa300;
}
.secondNav a#secondNav03{
	background:#51c670;
	border-color:#51c670;
}
.secondNav a#secondNav04{
	background:#ff90a7;
	border-color:#ff90a7;
}
.secondNav a#secondNav05{
	background:#c58ac8;
	border-color:#c58ac8;
}
#kibo .secondNav a#secondNav01{
	background:#fff;
	color:#7bbbe2;
}
#aru .secondNav a#secondNav02{
	background:#fff;
	color:#ffa300;
}
#iki .secondNav a#secondNav03{
	background:#fff;
	color:#51c670;
}
#tobe .secondNav a#secondNav04{
	background:#fff;
	color:#ff90a7;
}
#yawa .secondNav a#secondNav05{
	background:#fff;
	color:#c58ac8;
}


/*===============================================================
index.html
===============================================================*/ 

.kujyoList{
    width: 100%;
    margin: 20px auto 20px auto;
    overflow: hidden;
}

.newsList dl, .houkokuList dl, .kujyoList dl
{ padding:10px 5px; }

.newsList dl + dl{
    border-top:1px solid #64644e;
}

.houkokuList dl{
    border-bottom:1px solid #64644e;
}

.kujyoList dl{
    border-bottom:1px solid #64644e;
}

.newsList dt, .houkokuList dt, .kujyoList dt{
    margin-bottom:5px;
}

.newsList dt .sign, .houkokuList dt .sign, .kujyoList dt .sign{
	display:inline-block;
	vertical-align: middle;
	margin-left:12px;
	width:120px;
	border-radius:4px;
	text-align: center;
	color:#fff;
	font-size:0.8rem;
}

.sign01{background:#7bbbe2;}
.sign02{background:#ffa300;}
.sign03{background:#51c670;}
.sign04{background:#ff90a7;}
.sign05{background:#c58ac8;}
.sign06{background:#91A0CE !important;}

.newsList dd{ overflow:hidden; } 
.newsList .btnTeams a{
	height: 26px;
    max-width: 160px;
	background-size:14px;
	letter-spacing: 0.2em;
    font-size: 1.4rem;
}

.disabilityWelfare > ul > li{
	margin-bottom:20px;
	width:100%;
}
.disabilityWelfare li .item{
	padding:35px 25px 20px;
	background:#fff;
	border:3px solid;
	border-radius:10px;
	font-weight:bold;
}
.disabilityWelfare li .img{
	margin-bottom:15px;
	text-align:center;
}
.disabilityWelfare li .tit{
	margin-bottom:15px;
	text-align:center;
	font-size:1.6rem;
}
.disabilityWelfare li .name{
	display:block;
	margin-top:10px;
	line-height: 1.1;
	font-size:2.9rem;
}
.disabilityWelfare li .add{
	margin-bottom:20px;
	text-align:center; 
}
.disabilityWelfare li .tel{
	display: block;
	font-size:1.6rem;
	font-weight:900;
}
.disabilityWelfare li .tit2{
	margin-bottom:10px;
	text-align: center;
}
.disabilityWelfare .service{
	padding:0 8px;
	font-size:0;
}
.disabilityWelfare .service li{
	display:inline-block;
	vertical-align: top;
	min-width:49%;
	font-size:1.6rem;
}
.disabilityWelfare .service li:before{ 
	content:"●";
	margin-right:3px;
	font-size:2rem;
}
.disabilityWelfare .links a{
	display:block;
	position:relative;
	margin:20px 0;
	padding:5px 50px 5px 65px;
	background:url(../img/common/ico_link_white.png) no-repeat 95% center;
	border-radius:50px;
	color:#fff;
	font-size:2rem;
}
.disabilityWelfare .links a:hover{opacity:0.7;}
.disabilityWelfare .links a:before{
	content:"";
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
	width:50px;
	height:50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:42px;
	border-radius:50px;
}
.disabilityWelfare .links a.link01:before{background-image:url(../img/top/ico_01.png);}
.disabilityWelfare .links a.link02:before{background-image:url(../img/top/ico_02.png);}
.disabilityWelfare .links a.link03:before{background-image:url(../img/top/ico_03.png);}

.disabilityWelfare > ul > li.kibo .item{border-color:#7bbbe2;} 
.disabilityWelfare li.kibo .service li:before{color:#7bbbe2;}
.disabilityWelfare li.kibo .links a,
.disabilityWelfare li.kibo .links a:before{background-color:#7bbbe2;} 
.disabilityWelfare > ul > li.aru .item{border-color:#ffa300;} 
.disabilityWelfare li.aru .service li:before{color:#ffa300;}
.disabilityWelfare li.aru .links a,
.disabilityWelfare li.aru .links a:before{background-color:#ffa300;} 
.disabilityWelfare > ul > li.iki .item{border-color:#51c670;} 
.disabilityWelfare li.iki .service li:before{color:#51c670;}
.disabilityWelfare li.iki .links a,
.disabilityWelfare li.iki .links a:before{background-color:#51c670;} 
 
.consultate li{
	margin:18px 0;
	width:100%;
}

.jobInfo .link{ position:relative;}
.jobInfo .link a{
	
}
.jobInfo .link .btn01{
	display:block;
	margin:15px auto 0;
	width:58%;
} 

/**/

/*　読み込みカテゴリー色分け　*/

.cat_kibo{
   background-color: #7BBBE2; 
}

.cat_alum{
    background-color: #FFA300;  
}

.cat_farm{
    background-color: #51C670;
}

.cat_tobe{
   background-color: #FF90A7; 
}

.cat_yawa{
    background-color: #C58AC8;
}

/*===============================================================
contact.html
===============================================================*/
.contactWrap{color:#111;}
.contactWrap .number{
	display:flex;
	justify-content: center;
	padding:10px 0;
}
.contactWrap .number table,
.contactWrap .number a{color:#111;}
.contactWrap .number th{
	display: block;
	width:100%;
	padding:5px 0 0;
	text-align: center;
	font-size:2.4rem;
	font-weight:bold;
}
.contactWrap .number td{ 
	display: block;
	padding:5px 0 15px;
	width:100%;
	text-align: center;
}
.contactWrap form{
	margin:auto;
	max-width:770px; 
}
.stepList{display:none;} 
.table01{
	width:100%;
	border:1px solid #575757;
}
.table01 th{
	display: block;
	position: relative;
	padding:8px 10px;
	width:100%;
	background:#f1f1f1;
	border-bottom:1px solid #575757;
	font-size:1.4rem;
}
.table01 td{
	display: block; 
	padding:10px;
	width:100%;
	border-bottom:1px solid #575757; 
}
.table01 tr:last-child td{border-bottom:0;}

.table01 td .msg{
	color: #ff0000;
}

.contactWrap .sign{
	position: absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	padding:3px 6px;
	border-radius:4px;
	font-size:1.2rem;
	color:#fff;
}
.contactWrap .sign.any{
	background:#888888;
}
.contactWrap .sign.must{
	background:#ec2028;
}
.contactWrap .sign.any:before{
	content:"任 意";
}
.contactWrap .sign.must:before{
	content:"必 須";
}
.contactWrap input[type=text],
.contactWrap input[type=email],
.contactWrap input[type=tel]{
	padding:0 10px;
	height:30px;
}
.contactWrap .bor{border:1px solid #575757;}
.contactWrap .full{width:100%;}
.contactWrap .half{width:60%;}
.checkboxStyle label{
	width: 100%;
    display: block;
    margin: 15px 0;
    vertical-align: top;
}
.checkboxStyle input{
	display: inline-block;
	vertical-align: middle;
	margin-right:15px;
	width:20px;
	height:20px;
	background:url(../img/common/ico_checbox.png) no-repeat center;
	background-size:100%;
}
.checkboxStyle input:checked{
	background-image:url(../img/common/ico_checbox_checked.png);
}
.contactWrap .fileArea{
	display:inline-block;
	cursor: pointer;
	position:relative;
}
.contactWrap input[type=file]{ 
	opacity:0;
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.contactWrap .fileArea .replace{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.contactWrap select{
	width: 100%;
	box-sizing: border-box;
	padding:0 30px 0 10px;
	height:30px;
	background:url(../img/common/ico_select.png) no-repeat 95% center;
	background-size:10px;
	border:1px solid #575757;
}
.contactWrap .date span{
	display: inline-block;
	vertical-align: middle;
	margin-right:30px;
}
.contactWrap .date select{margin-right:15px;}
.table01 textarea{
	resize: none;
	padding:10px 20px;
	height:160px;
}
.contactWrap .case{
	margin:6px 0;
	color:#575757;
	font-size:1.4rem;
}
.contactWrap .confirm{
	margin:6px 0; 
	font-size:1.4rem;
} 
.contactWrap .policy{
	overflow-y:scroll;
	padding:12px 18px;
	height:90px;
	border:1px solid #575757;
}
.contactWrap .policy p{
	margin-bottom:20px;
	line-height: 2;  
}
.contactWrap .argee {
	display:block;
	margin:12px 0 0;
	padding:7px 10px;
	background:#e6e6e6; 
	font-size:1.4rem;
}

.contactAccess{
	margin:35px auto; 
}
.contactAccess .tit{
	padding:6px;
	margin-bottom:10px;
	border-bottom:1px solid #acacac;
	text-align: center;
	font-size:1.4rem;
} 

/**/

label.radioBox {
    margin-right: 40px;
    font-size: 1.8rem;
    margin-top: 5px;
}

input[type="radio"] {
    margin-right: 10px;
    position: relative;
    top: 0px;
}

/**/

.errorMessage {
	color: #ec2028;
}


/*===============================================================
recruit.html
===============================================================*/
.faqChecklist{ padding:0 15px; }
.faqChecklist li{ margin-bottom:20px; }
.faqChecklist li p{
	position: relative;
	padding-left:25px; 
	font-weight: bold;
} 
.faqChecklist li p.quest{margin-bottom:10px;}
.faqChecklist li p:before{
	content:"";
	position: absolute;
	left:0;
	top:0px; 
	font-size:1.6rem;
}
.faqChecklist li p.quest:before{content:"Q";}
.faqChecklist li p.answer:before{
	content:"A";
	color:#f66b00;
}

.recruitWrap .btnTeams a{
	height: 50px;  
	background-size:21px; 
	font-size:1.5rem;
}

.recruitWrap .recruitlabel{
    width: 95%;
    margin: 0 auto;
}
.recruitWrap .recruitlabel img{
    width: 100%;
    height: auto;
}

.colorGreen a{
    color: #51C370;
    font-weight: bold;
}

/*===============================================================
about.html
===============================================================*/
.aboutWrap .banner{
	padding:0 10% 50px 5%;
	margin-bottom:20px; 
} 
.bgBea{
	background:url(../img/common/ico_bg01.png) no-repeat 95% bottom;
	background-size:auto 50px;
}
.aboutWrap .goals {counter-reset:number; }
.aboutWrap .goals li{ 
	margin-bottom:10px;
	line-height: 2;
	font-size:1.3rem;
	font-weight:400;
} 
.aboutWrap .goals li .step{
	position:relative;
	padding-left:30px;
	margin-bottom:5px;
	color:#51c570;
	font-weight:bold; 
}
.aboutWrap .goals li .step:before{
	content:counter(number);
	counter-increment:number;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	top:0;
	width:22px;
	height:22px;
	background:#51c570;
	border-radius:50px;
	color:#fff;
	font-family: 'tbudgothic-std', sans-serif; 
	font-size:1.1rem;
}

.aboutWrap .goals li .txt p{
	text-indent: -1em;
	padding-left:1em;
}

.table02{
	width:100%;
	border:1px solid #818a72;
}
.table02 th{
	vertical-align: top;
	padding:5px 15px;
	width:100px;
	background:#d8ffe1;
	border:1px solid #818a72;
}
.table02 td{
	vertical-align: top;
	padding:5px 15px;
	border:1px solid #818a72;
}
 
.aboutWrap .history{
	background:url(../img/common/ico_bg02.png) no-repeat 95% 98% #fff;
	background-size:90px;
}
.aboutWrap .history table{
	margin:auto;
	width:100%;
	max-width:660px;
	font-size:1.4rem;
}
.aboutWrap .history tr{border-bottom:1px solid #51c570;}
.aboutWrap .history th{
	display:block; 
	padding:12px 5px 0;
	width:100%;
	color:#51c370;
}
.aboutWrap .history td{
	display:block; 
	padding:3px 5px 12px;
	width:100%;
}

.download a{
	display:flex;
	align-items: center;  
	padding:0 10px 0 45px;
	margin:15px auto;
	height:48px;
	background:url(../img/common/ico_download.png) no-repeat 15px center;
	background-size:25px;
	border:3px solid #51c570;
	border-radius:100px;
	line-height: 1.23;
	font-size:1.4rem;
} 



/*===============================================================
support_facility-----------
===============================================================*/
.facilityWrap .newsList dl{
	margin-bottom:-1px;
	border-bottom: 1px solid #64644e;
}
.newsList .hdS{ margin-bottom:0; }
.txtStyle.bgBea{padding-bottom:35px;}

.facilityWrap .guide{ 
	line-height: 1.6; 
	font-size：1.3rem;
}
.facilityWrap .available{
	margin:10px 0 30px;
}
.facilityWrap .available li{ 
	display:flex; 
	align-items: center; 
	position: relative;
	margin:5px 0;
	padding:0 5px 0 30px; 
	height:45px; 
	border-radius:100px;
	line-height: 1.2; 
} 
.facilityWrap .available li .note{
	margin-left:5px;
	font-size:0.8em;
}
.facilityWrap .available li:before{
	content:"●";
	position: absolute;
	left:15px;
	top:50%;
	transform: translateY(-50%);
	font-size:1.4rem;
}

.nursing li{
	padding:0 20px 25px;
	width:100%;
}
.products .nursing li{
	padding:0 8px 5px;
	width:50%;
}
.nursing li .img{
	overflow:hidden;
	margin-bottom:10px;
	border-radius:12px;
}
.nursing li .tit{
	margin-bottom:12px;
	text-align:center;
	font-size:1.4rem;
	font-weight: bold;
}
.areaExchange .nursing li{padding: 0 20px 20px;}
.areaExchange .nursing li .img{
	float:left;
	width:46%;
	margin-right:15px;
}
.areaExchange .nursing li .info{overflow:hidden;}
.areaExchange .nursing li .tit{text-align:left;}

.facilityWrap .offer .part{
	padding:10px;
	margin-bottom:10px;
	background:#e4f7e8;
	border-radius:12px;
}
.facilityWrap .offer .part h4{
	margin-bottom:10px;
	text-align:center;
	color:#51c670;
	font-size:1.6rem;
	font-weight: bold;
}
.facilityWrap .offer .part table{width:100%;}
.facilityWrap .offer .part th{
	vertical-align: top;
	width:36px;
}
.facilityWrap .offer .part td{
	vertical-align: top;
}
.facilityWrap .facility{ 
	text-align:center;
	font-size:0;
}
.facilityWrap .facility img{ 
	margin:0 auto 10px;
}
#aru .facilityWrap .facility img{
	margin:0 2% 15px;
	max-width:46%;
}
.facilityWrap .map{ text-align:center; }
.facilityWrap .map iframe{
	margin-bottom:20px;
	width:100%;
	height:145px;
	border:0;
}
.facilityWrap .map .img{margin-bottom:20px;}
.facilityWrap .map .btnTeams a{
	max-width: 200px;
	height: 28px;
	background-size:15px;
	letter-spacing: 0.24em;
	font-size:1.2rem;
}

.facilityWrap .events ul{
	margin-left: -15px;
}
.facilityWrap .events li{
	padding:25px 0 25px 15px;
	width:50%;
	text-align: center;
} 
.facilityWrap .events li .item{position: relative;}
.facilityWrap .events li .img img{
	margin-bottom:12px;
	width:100%;
	border-radius:10px;
}
.facilityWrap .events li .month{
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	left:-4px;
	top:0;
	transform: translateY(-50%);
	width:35px;
	height:35px;
	border-radius:100px;
	color:#fff;
}
 
.activeList li{
	margin-bottom:20px;
	width:100%;
}
.activeList li .img{
	float:left;
	margin-right:10px;
	width:45%;
}
.activeList li .info{overflow:hidden;}
.activeList li .sign{
	display: block;
	float:right;
	margin:3px 0;
	width:80px;
	border-radius: 4px;
	text-align: center;
	line-height: 15px;
	color:#fff;
	font-size:0.8rem;
}
.activeList li .tit{ margin-bottom:5px; }

/**/

.link_archive{
    width: 90%;
    margin: 0px auto 20px auto;
    overflow: hidden;
}

.link_archive a{
    text-decoration: none;
    display: block;
    border: 1px solid #51C370;
    border-radius: 50px;
}

.link_archive a p{
    color: #51C370;
    padding: 10px 0;
    text-align: center;
}


.facilityWrap .guide .introd{ margin-bottom:25px; }
.facilityWrap .guide .introd .info{ 
	margin-bottom:10px; 
}
.facilityWrap .guide .introd .img{text-align:center;}
.facilityWrap .guide .introd h4{
	margin-bottom:5px;
	font-size:1.4rem;
}

.facilityWrap .flowUse ul{ counter-reset:number; }
.facilityWrap .flowUse li{
	position:relative;
	padding:10px 5px 10px 65px;
	border-bottom:1px solid #8a8a7a;
	font-size:1.3rem;
} 
.facilityWrap .flowUse li:before{
	content:counter(number);
	counter-increment:number;
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	left:5px;
	top:50%;
	transform: translateY(-50%);
	width:40px;
	height:40px;
	border-radius:100px;
	color:#fff;
	font-family: 'tbudgothic-std', sans-serif; 
	font-weight: 900;
	font-size:1.4rem;
} 

/*　いきいきプチファーム　活動報告読み込み　*/

.katsudou_yomikomi{
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.katsudou_yomikomi div{
}

.katsudou_yomikomi .column_post{
    width: 100%;
    margin: 0px auto 20px auto;
    overflow: hidden;
}

.katsudou_yomikomi .column_post .thumbnail{
    width: 45%;
    float: left;
}

.katsudou_yomikomi .column_post .thumbnail img{
    height: auto;
}

.katsudou_yomikomi .column_post dl{
    width: 50%;
    float: right;
}

.katsudou_yomikomi .column_post dl dt{
    margin: 0px auto;
    overflow: hidden;
}

.katsudou_yomikomi .column_post dl dt p{
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    width: 70px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background-color: #51C370;
    float: right;
}

.katsudou_yomikomi .column_post dl dt p span{
    display: inline-block;
}

.katsudou_yomikomi .column_post dl dd{
    margin-top: 15px;
}

/**/

/* color */
#kibo .facilityWrap .available li{ background:#e4f4f9; }
#kibo .facilityWrap .available li:before{color:#7abae1;}
#kibo .nursing li .tit{color:#51c370;}
#aru .facilityWrap .available li{ background:#ffeed4; }
#aru .facilityWrap .available li:before,
#aru .nursing li .tit{color:#ffa300;}
#iki .facilityWrap .available li{ background:#e2f5e6; }
#iki .facilityWrap .available li:before,
#iki .nursing li .tit{color:#51c370;}
#tobe .facilityWrap .guide .introd h4{color:#ff90a7;} 
#tobe .facilityWrap .flowUse li:before{ background:#ff90a7;}
#yawa .facilityWrap .guide .introd h4{color:#c58ac8;} 
#yawa .facilityWrap .flowUse li:before{ background:#c58ac8; }


