@charset "UTF-8";
/* CSS Document */
/*================================================
	PC Standerd
=================================================*/


/*===============================================
●style.css 画面の横幅が769px以上  Note PC size
===============================================*/
@media screen and (min-width: 769px){
	/*----------------------------------
		福祉サービス アンカーバナー
	-----------------------------------*/
	section:nth-child(2) {
		margin: 4% 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section:nth-child(2) ul {
		width: 90%;
		max-width: 1020px;
		list-style-type: none;
		margin: 0 auto;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	section:nth-child(2) ul li {
		width: 33%;
		display: -webkit-box;
		display: -ms-flexbox;
		/* display: flex; */
	}
	section:nth-child(2) ul li a {
		width: 100%;
		height: 100%;
		text-decoration: none;
		min-height: 9rem;
		background-repeat: no-repeat;
		background-position: center top;

		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-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	section:nth-child(2) ul li a:hover {
		box-shadow: 0 0 3px rgba(0,0,0,0.5);
	}
	section:nth-child(2) ul li a:active {
		border-top: 2px solid #666;
		border-left: 2px solid #666;
		border-right: none;
		border-bottom: none;
	}
	/** アンカー ヘルパーステーション **/
	section:nth-child(2) ul li:first-child a {
		background-image: url(../img/photo_helperstation.jpg);
	}
	/** アンカー 居宅介護 **/
	section:nth-child(2) ul li:nth-child(2) a {
		background-image: url(../img/photo_kyotakukaigo2.jpg);
	}
	/** 放課後デイサービス **/
	section:nth-child(2) ul li:nth-child(3) a {
		background-image: url(../img/photo_dayservice.jpg);
		background-position: 0 -1.2rem;
	}
	/** title **/
	section:nth-child(2) ul li a b {
		width: 100%;
		height: 2.5rem;
		background-color: rgba(255,255,255,0.8);

		display: -webkit-box;
		display: -ms-flexbox;
		/* display: flex; */
		-webkit-justify-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:nth-child(2) ul li a b span {
		display: inline-block;
	}

	section:nth-child(2) ul li:nth-child(2) a b {
		flex-direction: column;
	}

	/*------------------------------------------
		ヘルパーステーション
	-------------------------------------------*/
	section.ServiceDetails {
		width: 80%;
		max-width: 1020px;
		margin: 0 auto;
		padding-bottom: 10%;
	}
	section.ServiceDetails > h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.5rem;
		text-align: left;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails > div:nth-child(2) {
		width: 100%;
		/*background-color: #EFEFEF;*/

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	/** Image **/
	section.ServiceDetails > div:nth-child(2) div:first-child {
		width: 39%;
	}
	/** 紹介文コンテンツ **/
	section.ServiceDetails > div:nth-child(2) div:nth-child(2) {
		width: 59%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
	}
	/** PDFボタン *
	section.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:first-child {
		width: 30%;
		max-width: 30rem;
		background-color: #A1C46D;
		margin-left: auto;
	}
	section.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:first-child a {
		min-height: 2rem;
		color: #FFF;
		font-size: 1.5rem;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 2px;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:first-child a:hover {
		background-color: #6C6;
	}*/

	/** 挨拶文 **/
	section.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:first-child {
		width: 99%;
		min-height: 8rem;
		background-color: #F7EFE9;
		margin-top: 4%;
		padding: 1%;
		/* display: -webkit-box; */
		display: -ms-flexbox;
		/* display: flex; */
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/*-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;*/
	}

	section.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:first-child span {
		display: inline-block;
	}

	section.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:first-child p {
		max-width: 100%;
		color: #633;
		text-align: left;
		line-height: 1.5rem;
		padding: 0 2%;
	}

	/** スタッフ写真 **/
	section.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:nth-child(2) {
		width: 7rem;
		/*border: thin dashed #C66;*/
		margin-left: auto;
		position: relative;
	}
	section.ServiceDetails > div:nth-child(2) div:nth-child(2) > div:nth-child(2) img {
		width: 7rem;
		position: absolute;
		bottom: 0;
		right: 0;
	}


	/*------------------------------------------
		身体介護
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(3) {
		margin-top: 4%;
		padding-bottom: 2%;
	}
	/** 身体介護 **/
	section.ServiceDetails.HelperStation > div:nth-child(3) h2 {
		width: 100%;
		color: #A1C46D;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding-left: 2%;
		padding-bottom: 1%;
	}
	/** 各項目 **/
	section.ServiceDetails.HelperStation > div:nth-child(3) dl {
		width: 100%;
		background-color: #A1C46D;
		margin-bottom: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section.ServiceDetails.HelperStation > div:nth-child(3) dl dt {
		width: 9rem;
		min-width: 9rem;
		color: #FFF;
		letter-spacing: 1px;
		padding-left: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	section.ServiceDetails.HelperStation > div:nth-child(3) dl dt img {
		margin-right: 1%;
	}

	section.ServiceDetails.HelperStation > div:nth-child(3) dl dd {
		width: 85%;
		color: #333;
		text-align: left;
		letter-spacing: 1px;
		background-color: #ECEDC6;
		padding-left: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*-webkit-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;*/
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*------------------------------------------
		生活援助
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(4) {
		width: 100%;
		/*background-color: #CC6;*/
		margin: 2% 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) dl {
		padding-bottom: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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;
	}
	/** 1,買い物 3,掃除 5,その他 **/
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(2),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(4),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(6) {
		width: 39%;
	}
	/** 2,調理 4,洗濯 **/
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(3),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(5) {
		width: 59%;
	}
	/** Title icon **/
	section.ServiceDetails.HelperStation > div:nth-child(4) dl dt {
		width: 4.5rem;
		min-width: 4rem;
		height: 4rem;
		color: #F7931E;
		font-size: 0.9rem;
		background-color: #F7EFE9;
		border-radius: 50%;
		position: relative;
		left: 7px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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.ServiceDetails.HelperStation > div:nth-child(4) dl dd {
		width: 100%;
		height: 2rem;/*IE11バグ min-heightが効かない為height指定*/
		color: #736357;
		text-align: left;
		letter-spacing: 1px;
		background-color: #F7EFE9;
		padding: 1% 0 1% 0.7rem;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*------------------------------------------
		自立支援 / 自費サービス
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(5) {
		/*border: thin dashed #F93;*/
		margin-top: 4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: spce-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.ServiceDetails.HelperStation > div:nth-child(5) dl {
		width: 45%;
		height: 2rem;
		/**/background: #DFF1F4;
		text-align: left;
		box-sizing: broder-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/** dt/dd 中央揃え **/
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dt,
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.HelperStation > div:nth-child(5) dl dt {
		color: #09C;
		min-width: 6rem;
		box-sizing: content-box;
		/*background: #990;*/
		margin-right: 2%;
		padding: 0 2%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dd {
		color: #333;
	}


	/** 下部Text **/
	section.ServiceDetails.HelperStation > p:nth-child(6) {
		color: #F60;
		margin-top: 4%;
	}



	/*----------------------------------
		アクセス
	------------------------------------*/
	div.Button {
		width: 30%;
		max-width: 500px;
		margin: 4% auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	div.Button a {
		width: 100%;
		min-height: 3rem;
		color: #FFF;
		font-weight: bold;
		letter-sapcing: 2px;
		text-decoration: none;
		background-color: #A1C46D;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.Button a:hover {
		background-color: #0C9;
	}

	/*-----------------------------------------
		問い合わせバナー
	-------------------------------------------*/
	div.BannerInquiry {
		width: 90%;
		border: 2px solid #A1C46D;
		margin: 0 auto;
		padding: 2%;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	/**　お問合せ **/
	div.BannerInquiry dl {
		width: 30%;
		min-width: 15rem;
		color: #666;
		text-align: left;
	}
	/** お問合せ **/
	div.BannerInquiry dl dt {
		font-size: 1rem;
		letter-spacing: 1px;
		font-weight: bold;
		line-height: 1.2rem;
	}
	/** TEL **/
	div.BannerInquiry dl dd:nth-child(2) {
		font-size: 1.2rem;
		color: #A1C46D;
		font-weight: bold;
		letter-spacing: 1px;
	}
	div.BannerInquiry dl dd:nth-child(3) {
		font-size: 0.9rem;
	}

	/** メールでのお問い合わせ **/
	div.BannerInquiry div {
		width: 60%;
		height: 3rem;
		background-color: #A1C46D;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.BannerInquiry div a {
		width: 100%;
		height: 100%;
		color: #FFF;
		text-decoration: none;
		letter-spacing: 1px;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.BannerInquiry div a:hover {
		background-color: #0C9;
	}




	/*=====================================================
		居宅介護支援事業 [ヘルパーステーション継承]
	======================================================*/
	section.ServiceDetails > h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.5rem;
		text-align: left;
		letter-spacing: 1px;
		padding: 0 0 2% 2%;
	}

	section.ServiceDetails > h2 span {
		display: inline-block;
	}

	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) {
		width: 100%;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	/** Image **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) div:first-child {
		width: 39%;
		height: auto;
		position: relative;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) div:first-child:before {
		content: "";
		display: block;
		/*padding-top: 100%;1:1*/
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) div:first-child img:first-child {
		width: 100%;
		min-width: 8rem;
		height: auto;
		/* position: absolute; */
		top: -0.5rem;
		left: -2rem;
	}


	/*------------------------------------------
		要介護認定の申請
	-------------------------------------------*/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) {
		width: 100%;
		/*background-color: #CC6;*/
		margin: 4% 0;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl {
		width: 100%;
		padding-bottom: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl dt {
		width: 7rem;
		min-width: 7rem;
		height: 7rem;
		color: #C60;
		font-size: 1.2rem;
		background-color: #F7EFE9;
		border-radius: 50%;
		position: relative;
		left: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl dd {
		width: 100%;
		min-height: 2rem;
		color: #736357;
		text-align: left;
		letter-spacing: 1px;
		background-color: #F7EFE9;
		padding: 1.5% 0 1.5% 1.5rem;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*-------------------------------------------------------------------
		ケアプラン　⇒　移動支援・行動援護・同行援護・居宅介護に変更（22.02.08）
	--------------------------------------------------------------------*/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) {
		background-color: #FCFDE6;
		padding: 2% 0 2% 2%;
	}
	/** ご利用案内 **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) h2 {
		width: 100%;
		color: #090;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding-left: 2%;
		padding-bottom: 3%;
	}

	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl {
		width: 100%;
		color: #330;
		/*background-color: #A1C46D;*/
		margin-bottom: 4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dt {
		width: 10rem;
		min-width: 10rem;
		text-align: left;
		letter-spacing: 1px;
		padding-left: 3%;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;*/
		display: block;
	}

		/** ご利用案内　一番下の項目 **/
		section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl:nth-child(5) {
			margin-bottom: 2%;
		}

	/* section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dt span {
		display: block;
		margin-left: 0.9rem;
	} */
	/*section.ServiceDetails > div:nth-child(4) dl dt img {
		margin-right: 1%;
	}*/

	/* section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dd {
		width: 85%;
		background-color: #ECEDC6;
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.1rem;
		padding-left: 2%; */

		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direciton: column;
		-webkit-justify-content: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	} */
	/* section.ServiceDetails.Kyotakukaigo > p:nth-child(5) {
		color: #369;
		font-size: 1.2rem;
		text-align: left;
		margin-top: 3%;
	} */

	table {
		border-collapse: collapse;
		color: #736357;
		margin: 6% 0;
	}

	caption {
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 2px;
    	padding: 0 0 1% 4%;
		text-align: left;
	}

	th,td {
		border: 1px solid #736357;
		padding: 1em;
		text-align: left;
	}

	td {
		line-height: 1.5rem;
	}

	table div {
		display: flex;
	}

	table div:first-child {
		padding-bottom: 1rem;
	}

	table dt {
		width: 33%;
	}

	table dd {
		width: 67%;
	}

	table ul {
		padding-left: 2%;
	}




	/*=====================================================================
		放課後デイサービス [ヘルパーステーション継承]
	======================================================================*/

	/** PDFボタン/紹介文 **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) {
		/*width: 59%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;*/

		/*border: thin dashed #F36;
		background: #EFEFEF;*/
		padding: 0;
	}
	/** PDFボタン **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 100%;
		max-width: 100%;
		min-height: 0;
		background-color: transparent;
		margin: 0;
		padding: 0;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: jusitfy;
		-ms-flex-pack: justify;
		justify-content: space-between;

		/*border: thin dashed #09F;*/
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl {
		width: 45%;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dt {
		width: 100%;
		color: #A1C46D;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: left;
		padding-bottom: 1%;
	}


	/*------------------
		PDF Link
	-------------------*/
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) {
		width: 100%;
		background-color: #A1C46D;
		margin: 0;
		margin-bottom: 1%;
		padding: 0;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) a {
		width: 100%;
		height: 2rem;/*IE11バグ為min-heightではなくheight指定*/
		color: #FFF;
		font-size: 0.9rem;
		font-weight: bold;
		text-decoration: none;
		/*letter-spacing: -1px;*/
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) a:hover {
		background-color: #6C6;
	}


	/*--------------------
		instagram
	---------------------*/
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child {
		width: 100%;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a {
		border: thin dashed #FFF;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a:hover {
		/*filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));*/
		opacity: 0.8;
		border-top: 0;
		border-left: 0;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a:active {
		/*filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));*/
		opacity: 0.8;
		border-bottom: 0;
		border-right: 0;
		border-left: 2px solid #FFF;
		border-top: 2px solid #FFF;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a img {
		width: 3rem;
		margin-right: 2%;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a span {
		font-size: 0.9rem;
	}


	/*----------------
		挨拶文
	-----------------*/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
		width: 99%;
		min-height: 8rem;
		background-color: #F7EFE9;
		margin-top: 1%;
		padding: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-webkit-align-items: center;
		-webkit-box-aling: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) p {
		width: 100%;
		color: #633;
		text-align: left;
		line-height: 1.5rem;
		padding: 0 2%;
	}

	/** スタッフ写真 **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
		width: 7rem;

		margin-left: auto;
		position: relative;
	}
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) img {
		width: 7rem;
		position: absolute;
		bottom: 0;
		right: 0;
	}



	/*------------------------------------------
		デイサービス 詳細
	-------------------------------------------*/
	section.ServiceDetails.DayService > div:nth-child(3) {
		width: 100%;
		margin: 4% 0;
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl {
		width: 100%;
		color: #633;
		padding-bottom: 3%;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: baseline;
		/*-webkit-justify-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;*/
	}
	/** 項目Title **/
	section.ServiceDetails.DayService > div:nth-child(3) dl dt {
		min-width: 6rem;
		font-size: 1.1rem;
		text-align: left;
		/*color: #F7931E;
		background-color: #F7EFE9;
		border-radius: 50%;*/

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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;*/
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl dt em {
		height: 2rem;
		background: #F7EFE9;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.DayService > div:nth-child(3) dl dd {
		width: 100%;
		min-height: 2rem;
		font-size: 1.1rem;
		letter-spacing: 1px;
		text-align: left;
		padding-left: 1rem;

		display: block;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl dd p {
		padding-bottom: 2%;
	}
}


/*========================================================================
　  ●最大PC size
=========================================================================*/
@media (min-width: 64em) {

}



/*============================================================================
	●tablet.css 画面の横幅が768pxまで
=============================================================================*/
@media screen and (max-width: 768px) {

	/*----------------------------------
		福祉サービス アンカーバナー
	-----------------------------------*/
	section:nth-child(2) {
		margin: 4% 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section:nth-child(2) ul {
		width: 90%;
		max-width: 1020px;
		list-style-type: none;
		margin: 0 auto;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	section:nth-child(2) ul li {
		width: 33%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section:nth-child(2) ul li a {
		width: 100%;
		height: 100%;
		min-height: 7rem;
		font-size: 0.7rem;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;

		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-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	section:nth-child(2) ul li a:active {
		border-top: 2px solid #666;
		border-left: 2px solid #666;
		border-right: none;
		border-bottom: none;
	}
	/** アンカー ヘルパーステーション **/
	section:nth-child(2) ul li:first-child a {
		background-image: url(../img/photo_helperstation.jpg);
	}
	/** アンカー 居宅介護 **/
	section:nth-child(2) ul li:nth-child(2) a {
		background-image: url(../img/photo_kyotakukaigo2.jpg);
	}
	/** 放課後デイサービス **/
	section:nth-child(2) ul li:nth-child(3) a {
		background-image: url(../img/photo_dayservice.jpg);
		/* background-position: -2rem -1rem; */
	}
	/** title **/
	section:nth-child(2) ul li a b {
		width: 100%;
		min-height: 1.5rem;
		background-color: rgba(255,255,255,0.8);
		padding: 1% 0;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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:nth-child(2) ul li:nth-child(2) a b {
		flex-direction: column;

	}

	/*------------------------------------------
		ヘルパーステーション
	-------------------------------------------*/
	section.ServiceDetails {
		width: 90%;
		max-width: 1020px;
		margin: 0 auto;
		padding-bottom: 10%;
	}
	section.ServiceDetails > h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.5rem;
		text-align: left;
		padding: 0 0 1% 2%;
	}

	/** 写真/挨拶文 **/
	section.ServiceDetails > div:nth-child(2) {
		width: 100%;
		/*background-color: #EFEFEF;*/

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	/** Image **/
	section.ServiceDetails > div:nth-child(2) > div:first-child {
		width: 50%;
		/*border: thin dashed #C63;*/
	}

	/**  PDFボタン/紹介文 *
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) {
		width: 59%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 30%;
		max-width: 30rem;
		background-color: #A1C46D;
		margin-left: auto;
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child a {
		min-height: 2rem;
		color: #FFF;
		font-size: 1.5rem;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 2px;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child a:hover {
		background-color: #6C6;
	}*/

	/*------------------------------
		紹介文/スタッフ写真
	-------------------------------*/
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) {
		width: 59%;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;*/
		display: block;
	}
	/** 挨拶文 **/
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 100%;
		min-height: 8rem;
		background-color: #F7EFE9;
		margin-top: 0;
		padding: 2%;
		/* display: -webkit-box; */
		display: -ms-flexbox;
		/* display: flex; */
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/*-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;*/
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child p {
		width: 100%;
		color: #633;
		text-align: left;
		line-height: 1.5rem;
	}

	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child p span {
		display: inline-block;
	}

	/** スタッフ写真 **/
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
		width: 7rem;
		margin-left: auto;
		position: relative;
		/*border: thin dashed #03F;*/
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) img {
		width: 7rem;
		position: absolute;
		bottom: 0;
		right: -1.5rem;
	}



	/*------------------------------------------
		身体介護
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(3) {
		margin-top: 4%;
		padding-bottom: 2%;
	}
	/** 身体介護 **/
	section.ServiceDetails.HelperStation > div:nth-child(3) h2 {
		width: 100%;
		color: #A1C46D;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding-left: 2%;
		padding-bottom: 1%;
	}
	/** 各項目 **/
	section.ServiceDetails.HelperStation > div:nth-child(3) dl {
		width: 100%;
		background-color: #A1C46D;
		margin-bottom: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section.ServiceDetails.HelperStation > div:nth-child(3) dl dt {
		width: 9rem;
		min-width: 9rem;
		color: #FFF;
		letter-spacing: 1px;
		padding-left: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	section.ServiceDetails.HelperStation > div:nth-child(3) dl dt img {
		margin-right: 1%;
	}

	section.ServiceDetails.HelperStation > div:nth-child(3) dl dd {
		width: 85%;
		color: #033;
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.1rem;
		background-color: #ECEDC6;

		padding-left: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}


	/*------------------------------------------
		生活援助
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(4) {
		width: 100%;
		/*background-color: #CC6;*/
		margin: 2% 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) dl {
		padding-bottom: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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;
	}
	/** 1,買い物 3,掃除 5,その他 **/
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(2),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(4),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(6) {
		width: 45%;
	}
	/** 2,調理 4,洗濯 **/
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(3),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(5) {
		width: 54%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) dl dt {
		width: 4.5rem;
		min-width: 4rem;
		height: 4rem;
		color: #F7931E;
		font-size: 0.9rem;
		background-color: #F7EFE9;
		border-radius: 50%;
		position: relative;
		left: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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.ServiceDetails.HelperStation > div:nth-child(4) dl dd {
		width: 100%;
		min-height: 2rem;
		color: #736357;
		text-align: left;
		letter-spacing: 1px;
		background-color: #F7EFE9;
		padding: 1% 0 1% 1rem;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*------------------------------------------
		自立支援 / 自費サービス
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(5) {
		/*border: thin dashed #F93;*/
		margin-top: 4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: spce-between;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.ServiceDetails.HelperStation > div:nth-child(5) dl {
		width: 48%;
		height: 2rem;
		/**/background: #DFF1F4;
		text-align: left;
		box-sizing: broder-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/** dt/dd 中央揃え **/
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dt,
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.HelperStation > div:nth-child(5) dl dt {
		color: #09C;
		min-width: 6rem;
		box-sizing: content-box;
		/*background: #990;*/
		margin-right: 2%;
		padding: 0 2%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dd {
		color: #333;
		font-size: 0.9rem;
	}

	/** 下部Text **/
	section.ServiceDetails.HelperStation > p:nth-child(6) {
		color: #F63;
		margin-top: 4%;
	}


	/*------------------------------------
		アクセス
	------------------------------------*/
	div.Button {
		width: 30%;
		max-width: 500px;
		margin: 2% auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	div.Button a {
		width: 100%;
		min-height: 3rem;
		color: #FFF;
		font-weight: bold;
		letter-sapcing: 2px;
		text-decoration: none;
		background-color: #A1C46D;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.Button a:hover {
		background-color: #0C9;
	}

	/*-----------------------------------------
		問い合わせバナー
	-------------------------------------------*/
	div.BannerInquiry {
		width: 90%;
		border: 2px solid #A1C46D;
		margin: 0 auto;
		padding: 2%;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	/**　お問合せ **/
	div.BannerInquiry dl {
		width: 35%;
		min-width: 13rem;
		color: #666;
		text-align: left;
	}
	/** お問合せ **/
	div.BannerInquiry dl dt {
		font-size: 1rem;
		letter-spacing: 1px;
		font-weight: bold;
		line-height: 1.2rem;
	}
	/** TEL **/
	div.BannerInquiry dl dd:nth-child(2) {
		font-size: 1.2rem;
		color: #A1C46D;
		font-weight: bold;
		letter-spacing: 1px;
	}
	div.BannerInquiry dl dd:nth-child(3) {
		font-size: 0.9rem;
	}

	/** メールでのお問い合わせ **/
	div.BannerInquiry div {
		width: 60%;
		height: 3rem;
		background-color: #A1C46D;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.BannerInquiry div a {
		width: 100%;
		height: 100%;
		color: #FFF;
		text-decoration: none;
		letter-spacing: 1px;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.BannerInquiry div a:hover {
		background-color: #0C9;
	}



	/*=======================================================================
		居宅介護支援事業 [ヘルパーステーション継承]
	========================================================================*/
	section.ServiceDetails {
		margin-top: 10%;
	}
	section.ServiceDetails > h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.5rem;
		text-align: left;
		letter-spacing: 1px;
		padding: 0 0 1% 2%;
	}

	section.ServiceDetails > h2 span {
		display: inline-block;
	}

	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) {
		width: 100%;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	/** Image **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) div:first-child {
		width: 39%;
		/* position: relative; */
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) div:first-child img:first-child {
		/* width: 9rem; */
		/* position: absolute; */
		top: -0.5rem;
		left: -2rem;
	}


	/*------------------------------------------
		要介護認定の申請
	-------------------------------------------*/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) {
		width: 100%;
		/*background-color: #CC6;*/
		margin: 4% 0;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl {
		width: 100%;
		padding-bottom: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl dt {
		width: 6.5rem;
		min-width: 6rem;
		height: 6rem;
		color: #F7931E;
		font-size: 0.9rem;
		background-color: #F7EFE9;
		border-radius: 50%;
		position: relative;
		left: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl dd {
		width: 100%;
		min-height: 2rem;
		color: #736357;
		text-align: left;
		letter-spacing: 1px;
		background-color: #F7EFE9;
		padding: 1% 0 1% 2rem;
		line-height: 1.5rem;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*------------------------------------------
		ケアプラン
	-------------------------------------------*/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) {
		background-color: #FCFDE6;
		padding: 2%;
	}

	/* （2022.2.8追記） */
	table {
		border-collapse: collapse;
		color: #736357;
		margin: 6% 0;
	}

	caption {
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 2px;
    	padding: 0 0 1% 4%;
		text-align: left;
	}

	th,td {
		border: 1px solid #736357;
		padding: 1em;
		text-align: left;
	}

	td {
		line-height: 1.5rem;
	}

	table div {
		display: block;
		width:  100%;
	}

	table div:first-child {
		padding-bottom: 1rem;
	}

	table dt {
		width: 100%;
	}

	table dd {
		width: 100%;
		padding-left: 1rem;
	}

	table ul {
		padding: 0 0 0 2%;
	}


	/** ケアプラン作成 **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) h2 {
		width: 100%;
		color: #A1C46D;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding-left: 1%;
		padding-bottom: 4%;
	}
	/** 各項目 **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl {
		width: 100%;
		color: #030;
		/*background-color: #A1C46D;*/
		margin-bottom: 2%;
		padding-bottom: 4%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dt {
		width: 9rem;
		min-width: 10rem;
		text-align: left;
		letter-spacing: 1px;
		/*padding-left: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;*/
		display: block;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dt span {
		font-size: 0.9rem;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dt img {
		margin-right: 1%;
	}

	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dd {
		width: 85%;
		/*background-color: #ECEDC6;*/
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.1rem;
		padding-left: 2%;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;*/
		display: block;
	}
	section.ServiceDetails.Kyotakukaigo > p:nth-child(5) {
		color: #F60;
		text-align: left;
		margin-top: 4%;
	}



	/*=====================================================
		放課後デイサービス [ヘルパーステーション継承]
	======================================================*/
	/** Image **/
	section.ServiceDetails.DayService > div:nth-child(2) div:first-child {
		width: 39%;
	}

	/** PDFボタン/紹介文 **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) {
		/*width: 59%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-webkit-box-orient: vertical;
		-ms-box-direction: reverse;
		flex-direction: column-reverse;*/
		/*border: thin dashed #F36;
		background: #EFEFEF;*/
		padding: 0;
	}
	/** PDFボタン **
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 100%;
		max-width: 100%;
		min-height: 0;
		background-color: transparent;
		margin: 0;
		margin-top: 1%;
		padding: 0;

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: jusitfy;
		-ms-flex-pack: justify;
		justify-content: space-between;*
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child p {
		width: 100%;
		background-color: #A1C46D;
		margin: 0;
		margin-bottom: 2%;
		padding: 0;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child p a {
		min-height: 2rem;
		color: #FFF;
		font-size: 0.9rem;
		font-weight: bold;
		text-decoration: none;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:first-child a:hover {
		background-color: #6C6;
	}*/

	/** PDFボタン **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 100%;
		max-width: 100%;
		min-height: 0;
		background-color: transparent;
		margin: 0;
		padding: 0;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: jusitfy;
		-ms-flex-pack: justify;
		justify-content: space-between;

		/*border: thin dashed #09F;*/
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl {
		width: 45%;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dt {
		width: 100%;
		color: #A1C46D;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: left;
		padding-bottom: 1%;
	}

	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dt span {
		display: inline-block;
	}

	/*------------------
		PDF Link
	-------------------*/
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) {
		width: 100%;
		background-color: #A1C46D;
		margin: 0;
		margin-bottom: 1%;
		padding: 0;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) a {
		width: 100%;
		height: 2rem;/*IE11バグ為min-heightではなくheight指定*/
		color: #FFF;
		font-size: 0.9rem;
		font-weight: bold;
		text-decoration: none;
		/*letter-spacing: -1px;*/
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) a:hover {
		background-color: #6C6;
	}


	/*--------------------
		instagram
	---------------------*/
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child {
		width: 100%;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a {
		border: thin dashed #FFF;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a:hover {
		/*filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));*/
		opacity: 0.8;
		border-top: 0;
		border-left: 0;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a:active {
		/*filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));*/
		opacity: 0.8;
		border-bottom: 0;
		border-right: 0;
		border-left: 2px solid #FFF;
		border-top: 2px solid #FFF;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a img {
		width: 3rem;
		margin-right: 2%;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a span {
		text-align: left;
		letter-spacing: -1px;
	}

	/** 挨拶文 **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
		width: 99%;
		min-height: 8rem;
		background-color: #F7EFE9;
		margin-top: 1%;
		padding: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: flex-start;
		-webkit-align-items: center;
		-webkit-box-aling: center;
		-ms-flex-align: center;
		align-items: center;
	}
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) p {
		width: 100%;
		color: #633;
		text-align: left;
		line-height: 1.5rem;
	}

	/** スタッフ写真 **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) {
		width: 7rem;

		margin-left: auto;
		position: relative;
	}
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) img {
		width: 7rem;
		position: absolute;
		right: -1.5rem;
		bottom: -8.5rem;
	}

	/*------------------------------------------
		デイサービス 詳細
	-------------------------------------------*/
	section.ServiceDetails.DayService > div:nth-child(3) {
		width: 100%;
		margin: 4% 0;
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl {
		width: 100%;
		padding-bottom: 5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl dt {
		width: 4.5rem;
		min-width: 5rem;
		color: #330;
		font-size: 0.9rem;
		/*color: #F7931E;
		background-color: #F7EFE9;
		border-radius: 50%;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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.ServiceDetails.DayService > div:nth-child(3) dl dt em {
		width: 100%;
		height: 2rem;
		background: #F7EFE9;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.DayService > div:nth-child(3) dl dd {
		width: 100%;
		min-height: 2rem;
		color: #330;
		text-align: left;
		letter-spacing: 1px;
		padding-left: 1rem;

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl dd p {
		padding-bottom: 2%;
	}

}



/*=========================================================================================
	●smart.css  画面の横幅が640pxまで
===========================================================================================*/
@media screen and (max-width: 640px) {

	/*----------------------------------
		福祉サービス アンカーバナー
	-----------------------------------*/
	section:nth-child(2) {
		margin: 4% 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section:nth-child(2) ul {
		width: 90%;
		max-width: 1020px;
		list-style-type: none;
		margin: 0 auto;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	section:nth-child(2) ul li {
		width: 33%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section:nth-child(2) ul li a {
		width: 100%;
		height: 100%;
		min-height: 7rem;
		font-size: 0.6rem;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;

		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-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	section:nth-child(2) ul li a:active {
		border-top: 2px solid #666;
		border-left: 2px solid #666;
		border-right: none;
		border-bottom: none;
	}
	/** アンカー ヘルパーステーション **/
	section:nth-child(2) ul li:first-child a {
		background-image: url(../img/photo_helperstation.jpg);
	}
	/** アンカー 居宅介護 **/
	section:nth-child(2) ul li:nth-child(2) a {
		background-image: url(../img/photo_kyotakukaigo2.jpg);
	}
	/** 放課後デイサービス **/
	section:nth-child(2) ul li:nth-child(3) a {
		background-image: url(../img/photo_dayservice.jpg);
		/* background-position: -2rem -1rem; */
	}
	/** title **/
	section:nth-child(2) ul li a b {
		width: 100%;
		min-height: 1.5rem;
		background-color: rgba(255,255,255,0.8);
		padding: 1% 0;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-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:nth-child(2) {
		margin: 4% 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section:nth-child(2) ul {
		width: 95%;
		max-width: 1020px;
		list-style-type: none;
		margin: 0 auto;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	section:nth-child(2) ul li {
		width: 33%;
	}
	section:nth-child(2) ul li span {
		display: block;
	}*/


	/*============================================================================
		ヘルパーステーション
	============================================================================*/
	section.ServiceDetails {
		width: 90%;
		max-width: 1020px;
		margin: 10% auto;
		padding-bottom: 10%;
	}
	/*section.ServiceDetails > h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.5rem;
		text-align: left;
		padding: 0 0 1% 2%;
	}*/
	section.ServiceDetails > div:nth-child(2) {
		width: 100%;
		/*background-color: #EFEFEF;*/

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
	}
	/** Image **/
	section.ServiceDetails > div:nth-child(2) > div:first-child {
		width: 100%;
	}


	/*----------------------------
	  	PDFボタン/紹介文
	-----------------------------
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) {
		width: 100%;
		display: block;
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 80%;
		max-width: 30rem;
		background-color: #A1C46D;
		margin: 3% auto;
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child a {
		min-height: 2rem;
		color: #FFF;
		font-size: 1.5rem;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: 2px;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child a:hover {
		background-color: #6C6;
		border: thin solid #FFF;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
	}*/


	/*------------------------------
		紹介文/スタッフ写真
	-------------------------------*/
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) {
		width: 98%;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;*/
		display: block;
		margin-top: 2%;
	}
	/** 挨拶文 **/
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 100%;
		min-height: 8rem;
		background-color: #F7EFE9;
		margin-top: 0;
		padding: 2%;
		/* display: -webkit-box; */
		display: -ms-flexbox;
		/* display: flex; */
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/*-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;*/
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:first-child p {
		width: 100%;
		color: #633;
		text-align: left;
		line-height: 1.5rem;
	}

	/** スタッフ写真 **/
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
		width: 7rem;
		margin-left: auto;
		position: relative;
		/*border: thin dashed #03F;*/
	}
	section.ServiceDetails > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) img {
		width: 7rem;
		position: absolute;
		bottom: 0;
		right: -1.5rem;
	}


	/*------------------------------------------
		身体介護
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(3) {
		margin-top: 4%;
		padding-bottom: 2%;
	}
	/** 身体介護 **/
	section.ServiceDetails.HelperStation > div:nth-child(3) h2 {
		width: 100%;
		color: #A1C46D;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding-left: 2%;
		padding-bottom: 1%;
	}
	/** 各項目 **/
	section.ServiceDetails.HelperStation > div:nth-child(3) dl {
		width: 100%;
		background-color: #A1C46D;
		margin-bottom: 2%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section.ServiceDetails.HelperStation > div:nth-child(3) dl dt {
		width: 9rem;
		min-width: 8rem;
		color: #FFF;
		letter-spacing: 1px;
		padding-left: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	section.ServiceDetails.HelperStation > div:nth-child(3) dl dt img {
		margin-right: 1%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(3) dl:nth-child(5) dt img {
		width: 25%;
	}

	section.ServiceDetails.HelperStation > div:nth-child(3) dl dd {
		width: 85%;
		color: #330;
		background-color: #ECEDC6;
		letter-spacing: 1px;
		line-height: 1.1rem;
		padding: 2% 0 2% 2%;

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;*/
		display: block;
	}


	/*------------------------------------------
		生活援助
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(4) {
		width: 100%;
		/*background-color: #CC6;*/
		margin: 8% 0;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) dl {
		padding-bottom: 1%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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;
	}
	/** 1,買い物 3,掃除 5,その他 **/
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(2),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(4),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(6) {
		width: 100%;
	}
	/** 2,調理 4,洗濯 **/
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(3),
	section.ServiceDetails.HelperStation > div:nth-child(4) dl:nth-child(5) {
		width: 100%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(4) dl dt {
		width: 4.5rem;
		min-width: 4rem;
		height: 4rem;
		color: #F7931E;
		font-size: 0.9rem;
		background-color: #F7EFE9;
		border-radius: 50%;
		position: relative;
		left: 7px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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.ServiceDetails.HelperStation > div:nth-child(4) dl dd {
		width: 100%;
		min-height: 2rem;
		color: #736357;
		text-align: left;
		letter-spacing: 1px;
		background-color: #F7EFE9;
		padding: 1% 0 1% 0.8rem;

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
	}


	/*------------------------------------------
		自立支援 / 自費サービス
	-------------------------------------------*/
	section.ServiceDetails.HelperStation > div:nth-child(5) {
		/*border: thin dashed #F93;*/
		margin-top: 4%;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: spce-around;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		display: block;
	}
	section.ServiceDetails.HelperStation > div:nth-child(5) dl {
		width: 100%;
		height: 2rem;
		/**/background: #DFF1F4;
		text-align: left;
		box-sizing: broder-box;
		margin-top: 2%;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/** dt/dd 中央揃え **/
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dt,
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.HelperStation > div:nth-child(5) dl dt {
		color: #09C;
		min-width: 6rem;
		box-sizing: content-box;
		/*background: #990;*/
		margin-right: 2%;
		padding: 0 2%;
	}
	section.ServiceDetails.HelperStation > div:nth-child(5) dl dd {
		color: #666;
		font-size: 0.9rem;
	}


	/**  下部Text **/
	section.ServiceDetails.HelperStation > p:nth-child(6s) {
		color: #F93;
	}


	/*------------------------------------
		アクセス
	------------------------------------*/
	div.Button {
		width: 70%;
		max-width: 500px;
		margin: 5% auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	div.Button a {
		width: 100%;
		min-height: 3rem;
		color: #FFF;
		font-weight: bold;
		letter-sapcing: 2px;
		text-decoration: none;
		background-color: #A1C46D;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.Button a:hover {
		background-color: #0C9;
		border: thin solid #FFF;
		box-shadow: 0 0 3px rgba(0,0,0,0.5);
	}

	/*-----------------------------------------
		問い合わせバナー
	-------------------------------------------*/
	div.BannerInquiry {
		width: 90%;
		border: 2px solid #A1C46D;
		margin: 5% auto;
		padding: 2%;

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;*/
		display: block;
	}
	/**　お問合せ **/
	div.BannerInquiry dl {
		width: 100%;
		color: #666;
		text-align: left;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	/** お問合せ **/
	div.BannerInquiry dl dt {
		font-size: 1rem;
		letter-spacing: 1px;
		font-weight: bold;
		line-height: 1.2rem;
	}
	/** TEL **/
	div.BannerInquiry dl dd:nth-child(2) {
		height: 1rem;
		font-size: 1.2rem;
		color: #A1C46D;
		font-weight: bold;
		letter-spacing: 1px;
		text-align: left;
	}
	div.BannerInquiry dl dd:nth-child(3) {
		font-size: 0.9rem;
		letter-spacing: 2px;
		/*-webkit-justify-self: flex-end;
		justify-self: self-end;
		-webkit-align-self: flex-start;
		align-self: flex-start;*/
	}

	/** メールでのお問い合わせ **/
	div.BannerInquiry div {
		width: 100%;
		height: 3rem;
		background-color: #A1C46D;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.BannerInquiry div a {
		width: 100%;
		height: 100%;
		color: #FFF;
		text-decoration: none;
		letter-spacing: 1px;
		transition: .3s;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;
	}
	div.BannerInquiry div a:hover {
		background-color: #0C9;
	}



	/*=======================================================================
		居宅介護支援事業 [ヘルパーステーション継承]
	========================================================================*/
	section.ServiceDetails {
		margin-top: 10%;
	}
	section.ServiceDetails > h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.5rem;
		text-align: left;
		letter-spacing: 1px;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) {
		width: 100%;

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
	}
	/** Image **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) div:first-child {
		width: 100%;
		/* position: relative; */
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(2) div:first-child img:first-child {
		max-width: 100%;
		/* position: absolute;
		top: -0.3rem;
		left: -0.8rem; */
	}


	/*------------------------------------------
		要介護認定の申請
	-------------------------------------------*/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) {
		width: 100%;
		/*background-color: #CC6;*/
		margin: 4% 0;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) h2 {
		width: 100%;
		color: #F7931E;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 0 0 1% 2%;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl {
		width: 100%;
		/*background: #C63;*/
		margin: 0;
		padding: 0;
		padding-bottom: 1%;
		position: relative;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-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.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl dt {
		width: 5rem;
		min-width: 5rem;
		height: 5rem;
		color: #F7931E;
		font-size: 1rem;
		background-color: #F7EFE9;
		border-radius: 50%;
		position: relative;
		z-index: 2;
		left: 5px;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-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.ServiceDetails.Kyotakukaigo > div:nth-child(3) dl dd {
		width: 100%;
		min-height: 2rem;
		color: #736357;
		font-size: 0.9rem;
		text-align: left;
		letter-spacing: 1px;
		background-color: #F7EFE9;
		padding: 2% 0 2% 1.5rem;
		position: relative;
		left: -0.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 0.9em;
		line-height: 1.2em;
	}

	/*------------------------------------------
		ケアプラン
	-------------------------------------------*/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) {
		background-color: #FCFDE6;
		padding: 2%;
	}
	/** ケアプラン作成 **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) h2 {
		width: 100%;
		color: #A1C46D;
		font-size: 1.2rem;
		text-align: left;
		letter-spacing: 2px;
		padding: 2% 0 4% 1%;
	}
	/** 各項目 **/
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl {
		width: 100%;
		color: #330;
		/*background-color: #A1C46D;*/
		margin-bottom: 2%;
		padding-bottom: 4%;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;*/
		display: block;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dt {
		width: 95%;
		font-weight: bold;
		letter-spacing: 1px;
		padding-left: 1%;
		padding-bottom: 1%;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		align-items: center;*/
		border-bottom: thin solid #999;
	}
	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dt span {
		font-size: 0.9rem;
	}
	/*section.ServiceDetails > div:nth-child(4) dl dt img {
		margin-right: 1%;
	}*/

	section.ServiceDetails.Kyotakukaigo > div:nth-child(4) dl dd {
		width: 97%;
		/*background-color: #ECEDC6;*/
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.2rem;
		margin-top: 2%;
		padding-left: 2%;
		display: block;
	}

	section.ServiceDetails.Kyotakukaigo > p:nth-child(5) {
		color: #963;
		line-height: 1.2rem;
		text-align: left;
		margin-top: 5%;
	}

	/*=====================================================
		放課後デイサービス [ヘルパーステーション継承]
	======================================================*/
	/** Image **/
	section.ServiceDetails.DayService > div:nth-child(2) div:first-child {
		width: 100%;
	}
	/** PDFボタン **/
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:first-child {
		width: 100%;
		max-width: 100%;
		min-height: 0;
		background-color: transparent;

		margin: 0;
		margin-top: 3%;
		padding: 0;

		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-webkit-box-pack: jusitfy;
		-ms-flex-pack: justify;
		justify-content: space-between;*/
		display: block;
		/*border: thin dashed #09F;*/
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding-bottom: 2rem;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dt {
		width: 100%;
		color: #A1C46D;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: left;
		padding-bottom: 1%;
	}
	/** instagram *
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) {
		width: 3rem;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) a {
		border: thin dashed #FFF;
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) a:hover {
		opacity: 0.8;
		border-top: 0;
		border-left: 0;
		border-right: 2px solid #FFF;
		border-bottom: 2px solid #FFF;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:nth-child(2) a:active {
		opacity: 0.8;
		border-bottom: 0;
		border-right: 0;
		border-left: 2px solid #FFF;
		border-top: 2px solid #FFF;
	}*/
	/** PDF Link *
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child {
		width: 70%;
		background-color: #A1C46D;
		margin: 0;
		margin-bottom: 1%;
		padding: 0;
	}
	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child dl dd:last-child a {
		width: 100%;
		height: 100%;
		color: #FFF;
		text-decoration: none;
		padding: 0;

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-webkit-box-aling: center;
		-ms-flex-align: center;
		align-items: center;
	}*/

	section.ServiceDetails.DayService > div:nth-child(2) div:nth-child(2) > div:first-child p {
		width: 100%;
		background-color: #A1C46D;
		margin: 0;
		margin-bottom: 3%;
		padding: 0;
	}
	section.ServiceDetails.DayService > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) p {
		width: 100%;
		color: #633;
		text-align: left;
		line-height: 1.5rem;
	}
	/*------------------------------------------
		デイサービス 詳細
	-------------------------------------------*/
	section.ServiceDetails.DayService > div:nth-child(3) {
		width: 100%;
		margin: 8% 0;
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl {
		width: 100%;
		color: #630;
		padding-bottom: 9%;
		/**/display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl dt {
		width: 4.5rem;
		min-width: 4.5rem;
		font-size: 0.9rem;
		/*color: #F7931E;
		border-radius: 50%;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-ms-box-direction: normal;
		flex-direction: column;
		-webkit-justify-content: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;*/
		/*background-color: #F7EFE9;*/
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl dd {
		width: 100%;
		min-height: 2rem;
		font-size: 0.9rem;
		letter-spacing: 1px;
		text-align: left;
		padding-left: 1rem;
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;*/
		display: block;
	}
	section.ServiceDetails.DayService > div:nth-child(3) dl dd p {
		text-align: left;
		padding-bottom: 2%;
	}

}

