@charset "UTF-8";
/* CSS Document */

/*===============================================
●style.css 画面の横幅が769px以上  Note PC size
===============================================*/
@media screen and (min-width: 769px){
	
	  
	  /*====================================
	  		会社概要
	  =====================================*/
	  section.Corporate {
		  max-width: 77em;
		  color: #222;
		  margin: 0 auto;
	  }
	  /* 項目 */
	  section.Corporate dl {
		  width: 80%;
		  max-width: 980px;
		  text-align: left;
		  margin: 5% auto;
		  padding: 1%;
		  border-bottom: thin solid #999;
		  
		  display: -webkit-box;
		  display: -ms-floxbox;
		  display: flex;
	  }
	  section.Corporate dl dt {
		  width: 8em;
		  font-size: 1rem;
		  font-weight: bold;
		  text-align: center;
		  letter-spacing: 1px;
		  margin-right: 3%;
	  }
	  section.Corporate dl dd {
		  width: 75%;
		  color: #333;
		  font-size: 0.9rem;
		  text-align: left;
		  letter-spacing: 1px;
		  margin-right: 0;
	  }
	  section.Corporate dl dd p {
		  padding-bottom: 1%;
	  }
	  
	  
	  
	  /*========================================================
	  	アクセス　[ヘルパーステーション/ケアプランセンター]
	  =========================================================*/
	  section.AccessRoute {
		  margin-top:4%;
		  padding-bottom: 4%;
	  }
	  
	  /*--------------------------------------
	  	アンカーボタン
	  ---------------------------------------*/
	  section.AccessRoute > div:first-child {
		  background-color: #F7EFE9;
	  }
	  section.AccessRoute ul {
		  width: 80%;
		  max-width: 1020px;
		  margin: 5% auto;
		  list-style-type: none;
		  margin: 0 auto;
		  padding: 2% 0;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: space-between;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
		  justify-content: space-between;
	  }
	  section.AccessRoute ul li {
		  width: 48%;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
	  }
	  section.AccessRoute ul li a {
		  width: 100%;
		  height: 100%;
		  min-height: 10rem;
		  color: #FFF;
		  /*color: #EA918B;*/
		  font-weight: bold;
		  text-decoration: none;
		  letter-sapcing: 1px;
		  line-height: 1rem;
		  
		  border-top: thin solid #FFF;
		  border-left: thin solid #FFF;
		  border-right: thin solid #666;
		  border-bottom: thin solid #666;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: flex-start;
		  -webkit-box-pack: start;
		  -ms-flex-pack: start;
		  justify-content: flex-start;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  section.AccessRoute ul li a em {
		  margin-left: 2%;
	  }
	  /** ヘルパーステーション/居宅介護支援事務所 **/
	  section.AccessRoute ul li:first-child a {
		  background-color: #EDEDEF;
		  background-image: url(../img/accessimage_helperstation.jpg);
		  background-repeat: no-repeat;
		  background-position: right top;
	  }
	  /** 放課後デイサービス **/
	  section.AccessRoute ul li:nth-child(2) a {
		  background-color: #D9E022;
		  background-image: url(../img/accessimage_houkago.jpg);
		  background-repeat: no-repeat;
		  background-position: right top;
	  }
	  
	  
	  /*-------------------------------------------------
	  		各事業 ACCESS詳細
	  ----------------------------------------------------*/
	  div.Access {
		  width: 90%;
		  max-width: 1020px;
		  margin: 4% auto;
		  padding-bottom: 2%;
		  /*border: thin dashed #F66;*/
		  border-bottom: thin solid #EFEFEF;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: space-between;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: jsutify;
		  justify-content: space-between;
		  /*-webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;*/
	  }
	  
	  /*-----------------------------
	  	 事業名 / 地図
	  ------------------------------*/
	  div.Access > dl {
		  width: 30%;
		  /*background: #EFEFEF;*/
	  }
	  div.Access > dl dt {
		  width: 100%;
		  min-height: 2rem;
		  color: #EA918B;
		  font-weight: bold;
		  line-height: 1.3rem;
	  }
	  div.Access > dl dd {
		  margin-top: 2%;
	  }
	  /** ヘルパーステーションのみ **/
	  div.Access > dl > dd:nth-child(3) {
		  color: #666;
		  text-align: left;
		  line-height: 1.1rem;
	  }
	  div.Access > dl > dd:nth-child(3) span {
		  display: block;
	  }
	  
	  /*---------------------------------------------------------------
	  	 access詳細 [ヘルパーステーション/ケアプランセンター 以外]
	  ----------------------------------------------------------------*/
	  div.Access > div:nth-child(2) {
		  width: 67%;
		  text-align: left;
		  /*border: thin dashed #C90;*/
	  }
	  div.Access div:nth-child(2) address {
		  color: #666;
		  /*background-color: #C96;*/
	  }
	  div.Access div:nth-child(2) address p {
		  padding-bottom: 1%;
	  }
	  
	  /*-------------------------------
	  	 内容icon
	  --------------------------------
	  div.Icons {
		  width: 100%;
		  max-width: 100%;
		  margin: 1% 0;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: flex-end;
		  -webkit-box-pack: end;
		  -ms-flex-pack: end;
		  justify-content: flex-end;
		  position: relative;
	  }
	  div.Icons ul {
		  width: 70%;
		  margin: 0;
		  padding: 0;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
		  position: absolute;
		  top: -2rem;
		  right: 0;
	  }
	  div.Icons ul li {
		  height: 1.5rem;
		  color: #FFF;
		  background-color: #736357;
		  border-radius: 20px;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	   div.Icons ul li:first-child {
		   margin-right: 2%;
	   }*/
	  
	  /*---------------------------------------
	  	 事業内容 [デイサービス 虹のお家]
	  ----------------------------------------*/
	  /** 全 営業日/事業案内 **/
	  div.Access > div:nth-child(2) > dl {
		  color: #666;
		  margin-top: 4%;
		  /*background-color: #9C0;*/
	  }
	  div.Access > div:nth-child(2) > dl dt {
		  letter-spacing: 1px;
		  line-height: 1.1rem;
		  padding-bottom: 1%;
	  }
	  div.Access > div:nth-child(2) > dl dd {
		  letter-spacing: 1px;
		  line-height: 1.1rem;
	  }
	  
	  /** ヘルパーステーション/ケアプランセンター のみ **/
	  div.HS_CPC_Info {
		  color: #666;
		  /*background: #EFEFEF;*/
		  padding-bottom: 4%;
	  }
	  div.HS_CPC_Info h3 {
		  color: #F99;
		  line-height: 2rem;
	  }
	  div.HS_CPC_Info p {
		  padding-bottom: 1%;
	  }
	  div.HS_CPC_Info dl {
		  margin-top: 2%;
	  }
	  div.HS_CPC_Info dl dt {
		  letter-spacing: 2px;
		  padding-bottom: 1%;
	  }
	   div.HS_CPC_Info dl dd {
		  letter-spacing: 1px;
		  line-height: 1.1rem;
	  }
	  
	  
	  /*---------------------------------
	  		詳しくはこちらボタン
	  ------------------------------------*/
	  div.LinkButton {
		  position: relative;
	  }
	  div.LinkButton a {
		  position: absolute;
		  top: -7rem;
		  right: 3rem;
		  
		  height: 2rem;
		  color: #FFF;
		  font-size: 0.9rem;
		  text-decoration: none;
		  background-color: #A1C46D;
		  transition: .3s;
		  padding: 0 2%;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  .LinkButton a:hover {
		  background-color: #6C6;
	  }
	  
	  /** ヘルパーステーション/ケアプランセンター **/
	  div.HS_CPC_Info > div.LinkButton {
		  position: relative;
	  }
	  div.HS_CPC_Info > div.LinkButton a {
		  position: absolute;
		  top: -7rem;
		  right: 3rem;
		  
		  height: 2rem;
		  color: #FFF;
		  font-size: 0.9rem;
		  text-decoration: none;
		  background-color: #A1C46D;
		  transition: .3s;
		  padding: 0 2%;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  div.HS_CPC_Info > div.LinkButton a:hover {
		  background-color: #6C6;
	  }
}



/*========================================================================
/*　  ●最大PC size  
=========================================================================*/
@media (min-width: 64em) {
	
	/**会社所在地**/
	section.Corporate div:first-child dl:nth-child(7) dt {
		/**/height: 1.5em;
		/*background-color: #CCC;*/
	}
	section.Corporate div:first-child dl:nth-child(7) dd {
		/*background-color: #EFEFEF;*/
	}
	section.Corporate div:first-child dl:nth-child(7) dd div {
		width: 49%;
		display: inline-block;
		/*border: thin dashed #C00;*/
	}
	section.Corporate div:first-child dl:nth-child(7) dd div:last-of-type {
	   /**/margin-top: 0;
	}
	section.Corporate div:first-child dl:nth-child(7) dd div p {
		padding-bottom: 1%;
	}
	
}


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
	
	
	/*====================================
		  会社概要
	=====================================*/
	section.Corporate {
		max-width: 77em;
		color: #222;
		margin: 0 auto;
	}
	/* 項目 */
	section.Corporate dl {
		width: 80%;
		max-width: 980px;
		text-align: left;
		margin: 5% auto;
		padding: 1%;
		border-bottom: thin solid #999;
		
		display: -webkit-box;
		display: -ms-floxbox;
		display: flex;
	}
	section.Corporate dl dt {
		width: 8em;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		margin-right: 3%;
	}
	section.Corporate dl dd {
		width: 75%;
		color: #333;
		font-size: 0.9rem;
		text-align: left;
		letter-spacing: 1px;
		margin-right: 0;
	}
	section.Corporate dl dd p {
		padding-bottom: 1%;
	}
	
	
	
	 /*========================================================
	  	アクセス　[ヘルパーステーション/ケアプランセンター]
	  =========================================================*/
	  section.AccessRoute {
		  margin-top:4%;
		  padding-bottom: 4%;
	  }
	  section.AccessRoute > div:first-child {
		  background-color: #F7EFE9;
	  }
	  section.AccessRoute ul {
		  width: 80%;
		  max-width: 1020px;
		  margin: 5% auto;
		  list-style-type: none;
		  margin: 0 auto;
		  padding: 2% 0;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: space-between;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
		  justify-content: space-between;
	  }
	  section.AccessRoute ul li {
		  width: 48%;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
	  }
	  section.AccessRoute ul li a {
		  width: 100%;
		  height: 100%;
		  /*color: #EA918B;*/
		  color: #FFF;
		  text-decoration: none;
		  min-height: 10rem;
		  border-top: thin solid #FFF;
		  border-left: thin solid #FFF;
		  border-right: thin solid #666;
		  border-bottom: thin solid #666;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: flex-start;
		  -webkit-box-pack: start;
		  -ms-flex-pack: start;
		  justify-content: flex-start;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  section.AccessRoute ul li a:hover {
		  box-shadow: 0 0 3px rgba(0,0,0,0.3);
	  }
	  section.AccessRoute ul li a:active {
		  border-top: 2px solid #666;
		  border-left: 2px solid #666;
		  border-right: none;
		  border-bottom: none;
	  }
	  
	  section.AccessRoute ul li a em {
		  margin-left: 2%;
		  background: rgba(0,0,0,0.5);
		  padding: 1%;
		  
	  }
	  /** ヘルパーステーション/居宅介護支援事務所 **/
	  section.AccessRoute ul li:first-child a {
		  background-color: #EDEDEF;
		  background-image: url(../img/accessimage_helperstation.jpg);
		  background-repeat: no-repeat;
		  background-position: right -6rem top;
	  }
	  /** 放課後デイサービス **/
	  section.AccessRoute ul li:nth-child(2) a {
		  background-color: #D9E022;
		  background-image: url(../img/accessimage_houkago.jpg);
		  background-repeat: no-repeat;
		  background-position: right top;
	  }
	  
	  
	  /*-------------------------------------------------
	  		各事業 ACCESS詳細
	  ----------------------------------------------------*/
	  div.Access {
		  width: 90%;
		  max-width: 1020px;
		  margin: 4% auto;
		  padding-bottom: 2%;
		  border-bottom: thin solid #EFEFEF;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: space-between;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: jsutify;
		  justify-content: space-between;
		  /*-webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;*/
	  }
	  
	  /*-----------------------------
	  	事業名 / 地図
	  -----------------------------*/
	  div.Access > dl {
		  width: 30%;
	  }
	  div.Access > dl dt {
		  width: 100%;
		  color: #EA918B;
		  font-weight: bold;
	  }
	  div.Access > dl dd {
		  margin-top: 2%;
	  }
	  /** ヘルパーステーションのみ **/
	  div.Access > dl > dd:nth-child(3) {
		  color: #666;
		  text-align: left;
		  line-height: 1.1rem;
	  }
	  div.Access > dl > dd:nth-child(3) span {
		  display: block;
	  }
	  
	  /*--------------------------------
	  	access詳細
	  ---------------------------------*/
	  div.Access > div:nth-child(2) {
		  width: 67%;
		  text-align: left; 
	  }
	  div.Access > div:nth-child(2) address {
		  color: #666;
		  /*background-color: #C96;*/
	  }
	  div.Access > div:nth-child(2) address p {
		  padding-bottom: 1%;
	  }
	  
	  /*-------------------------------
	  	内容icon
	  --------------------------------
	  div.Icons {
		  width: 100%;
		  max-width: 100%;
		  margin: 1% 0;
		  padding: 5px;
		  position: relative; 
	  }
	  div.Icons ul {
		  margin: 0;
		  padding: 0;
		  position: absolute;
		  top: 0;
		  right: 0;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: flex-end;
		  -webkit-box-pack: end;
		  -ms-flex-pack: end;
		  justify-content: flex-end;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  div.Icons ul li {
		  height: 1.5rem;
		  color: #FFF;
		  background-color: #736357;
		  border-radius: 20px;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	   div.Icons ul li:first-child {
		   margin-right: 2%;
	   }*/
	   
	  
	  /*--------------------------------
	  	 事業内容
	  ----------------------------------*/
	  div.Access div:nth-child(2) > dl {
		  color: #666;
		  margin-top: 4%;
		  /*background-color: #9C0;*/
	  }
	  div.Access div:nth-child(2) > dl dt {
		  letter-spacing: 1px;
		  line-height: 1.1rem;
		  padding-bottom: 1%;
	  }
	  div.Access div:nth-child(2) > dl dd {
		  letter-spacing: 1px;
		  line-height: 1.1rem;
	  }
	  
	  /** ヘルパーステーション/ケアプランセンター のみ **/
	  div.HS_CPC_Info {
		  width: 100%;
		  color: #666;
		  /*background: #EFEFEF;*/
		  padding-bottom: 4%;
	  }
	  div.HS_CPC_Info h3 {
		  color: #F99;
		  line-height: 2rem;
	  }
	  div.HS_CPC_Info p {
		  padding-bottom: 1%;
	  }
	  div.HS_CPC_Info dl {
		  margin-top: 2%;
	  }
	  div.HS_CPC_Info dl dt {
		  letter-spacing: 2px;
		  padding-bottom: 1%;
	  }
	  div.HS_CPC_Info dl dd {
		  letter-spacing: 1px;
		  line-height: 1.1rem;
	  }
	  
	  
	  /*---------------------------------
	  		詳しくはこちらボタン
	  ------------------------------------*/
	  div.LinkButton {
		  width: 80%;
		  margin: 4% auto;
	  }
	  div.LinkButton a {
		  height: 2rem;
		  color: #FFF;
		  text-decoration: none;
		  background-color: #A1C46D;
		  transition: .3s;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  .LinkButton a:hover {
		  background-color: #6C6;
	  }
	  
	  /** ヘルパーステーション/ケアプランセンター **/
	  div.HS_CPC_Info > div.LinkButton a {
		  height: 2rem;
		  color: #FFF;
		  font-size: 0.9rem;
		  text-decoration: none;
		  background-color: #A1C46D;
		  transition: .3s;
		  padding: 0 2%;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  div.HS_CPC_Info > div.LinkButton a:hover {
		  background-color: #6C6;
	  }
}





/*=========================================================================================
●smart.css  画面の横幅が640pxまで
===========================================================================================*/
@media screen and (max-width: 640px) {
	
	/*====================================
		会社概要
	=====================================*/
	
	/* 項目 */
	section.Corporate dl {
		width: 90%;
		max-width: 980px;
		text-align: left;
		margin: 10% auto;
		padding: 1%;
		border-bottom: thin solid #999;
		display: -webkit-box;
		display: -ms-floxbox;
		display: flex;
	}
	/*section.Corporate {
		max-width: 77em;
		color: #222;
		margin: 0 auto;
	}
	section.Corporate dl dt {
		width: 6em;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		letter-spacing: 1px;
		margin-right: 3%;
	}
	section.Corporate dl dd {
		width: 75%;
		color: #333;
		font-size: 0.9rem;
		text-align: left;
		letter-spacing: 1px;
		margin-right: 0;
	}
	section.Corporate dl dd p {
		padding-bottom: 1%;
	}*/
	
	
	
	 /*========================================================
	  	アクセス　[ヘルパーステーション/ケアプランセンター]
	 =========================================================*/
	 /* section.AccessRoute {
		  margin-top:4%;
		  padding-bottom: 4%;
	  }
	  section.AccessRoute div:first-child {
		  background-color: #F7EFE9;
	  }*/
	  section.AccessRoute ul {
		  width: 90%;
		  max-width: 1020px;
		  margin: 5% auto;
		  list-style-type: none;
		  margin: 0 auto;
		  padding: 2% 0;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: space-between;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
		  justify-content: space-between;
	  }
	  /*section.AccessRoute ul li {
		  width: 48%;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
	  }*/
	  section.AccessRoute ul li a {
		  color: #FFF;
		  font-size: 0.9rem;
		  font-weight: bold;
		  line-height: 1.2rem;
		  background-repeat: no-repeat;
		  /*width: 100%;
		  height: 100%;
		  color: #EA918B;
		  text-decoration: none;
		  min-height: 10rem;
		  border-top: thin solid #FFF;
		  border-left: thin solid #FFF;
		  border-right: thin solid #666;
		  border-bottom: thin solid #666;
		  */
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  /*-webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;*/
	  }
	  section.AccessRoute ul li a em {
		  background: rgba(0,0,0,0.5);
		  padding: 1%;
	  }
	  
	  /** ヘルパーステーション/居宅介護支援事務所 **/
	  section.AccessRoute ul li:first-child a {
		  background-image: url(../img/accessimage_helperstation.jpg);
		  background-position: right -5rem top;
	  }
	  /** 放課後デイサービス **/
	  section.AccessRoute ul li:nth-child(2) a {
		  background-image: url(../img/accessimage_houkago.jpg);
		  background-position: right -2rem top;
	  }
	  
	  
	  /*-------------------------------------------------
	  		各事業 ACCESS詳細
	  ----------------------------------------------------*/
	  div.Access {
		  width: 90%;
		  max-width: 1020px;
		  margin: 10% auto;
		  padding-bottom: 2%;
		  border-bottom: thin solid #EFEFEF;
		  
		 /* display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: space-between;
		  -webkit-box-pack: justify;
		  -ms-flex-pack: jsutify;
		  justify-content: space-between;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;*/
		  display: block;
	  }
	  
	  /*-----------------------------
	  	事業名 / 地図
	  -----------------------------*/
	  div.Access > dl {
		  width: 100%;
	  }
	  div.Access > dl dt {
		  width: 100%;
		  color: #EA918B;
		  font-weight: bold;
		  line-height: 1.3rem;
	  }
	  div.Access > dl dd {
		  margin-top: 2%;
	  }
	  
	  /*--------------------------------
	  	access詳細
	  ---------------------------------*/
	  div.Access div:nth-child(2) {
		  width: 100%;
		  text-align: left;
		  margin-top: 4%;
	  }
	  div.Access div:nth-child(2) address {
		  color: #666;
		  /*background-color: #C96;*/
	  }
	  div.Access div:nth-child(2) address p {
		  padding-bottom: 1%;
	  }
	  
	  /*-------------------------------
	  	内容icon
	  --------------------------------
	  div.Icons {
		  margin: 1% 0;
		  padding: 0;
		  position: static; 
	  }
	  div.Icons ul {
		  position: static;
	  }
	  div.Icons ul li {
		  height: 1.5rem;
		  color: #FFF;
		  background-color: #736357;
		  border-radius: 20px;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	   div.Icons ul li:first-child {
		   margin-right: 2%;
	   }*/
	  
	  /*--------------------------------
	  	 事業内容
	  ----------------------------------*/
	  div.Access div:nth-child(2) > dl {
		  color: #666;
		  margin-top: 4%;
		  /*background-color: #9C0;*/
	  }
	  div.Access div:nth-child(2) > dl dt {
		  width: 5rem;
		  letter-spacing: 1px;
		  line-height: 1.5rem;
		  background: #E0DBCB;
		  padding: 0;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  div.Access div:nth-child(2) > dl dd {
		  letter-spacing: 1px;
		  line-height: 1.2rem;
		  margin-top: 2%;
	  }
	  
	  /*---------------------------------
	  		詳しくはこちらボタン
	  ------------------------------------*/
	  div.LinkButton {
		  width: 80%;
		  margin: 4% auto;
	  }
	  div.LinkButton a {
		  height: 2rem;
		  color: #FFF;
		  font-size: 0.9rem;
		  text-decoration: none;
		  background-color: #A1C46D;
		  transition: .3s;
		  
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-jusitfy-content: center;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  justify-content: center;
		  -webkit-align-items: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  align-items: center;
	  }
	  .LinkButton a:hover {
		  background-color: #6C6;
	  }
}