/*-------------------------------------------------
|-
|-  detailTtlBlock
|-
-------------------------------------------------*/
.detailTtl {
	width: 100%;
	padding: 140px 0;
	background-image: url(/assets/img/bg_hokusetsuguide.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-hokusetsuguide {
	width: 33%;
	margin: 0 auto 10px;
}
.detailTtl_item-subTxt {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
}
@media screen and (max-width: 767px){
	.detailTtl {
		padding: 25px 0;
	}
	.detailTtl_item-hokusetsuguide {
		width: 66%;
		min-width: auto;
		margin: 0 auto 5px;
	}
	.detailTtl_item-subTxt {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
}
/*-------------------------------------------------
|-
|-  hokusetsuguideBlock
|-
-------------------------------------------------*/
.hokusetsuguideBlock {
	margin-bottom: 150px;
	padding-bottom: 100px;
	border-bottom: 1px solid #d4d4d4;
}
.hokusetsuguideTopTxt {
	width: 74%;
	max-width: 1040px;
	margin: 100px auto 80px;
}
.hokusetsuguideTopTxt_item {
	letter-spacing: .1em;
}
.hokusetsuguideTopTxt_item-ttl {
	margin-bottom: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.hokusetsuguideTopTxt_item-txt {
	font-size: 16px;
	line-height: 230%;
}
/* hokusetsuguideMapTelArea *****/
.hokusetsuguideMapTelArea {
	width: 89%;
	max-width: 1250px;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-between;
}
.hokusetsuguideMapTel {
	width: 50%;
}
.hokusetsuguideTelArea {
	width: 40%;
}
.hokusetsuguideMap_ttl, .hokusetsuguideTelTtl {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.hokusetsuguideTelWrap {
	margin-bottom: 20px;
	padding: 40px 0;
	background-color: #efefef;
}
.hokusetsuguideTelWrap:last-of-type {
	margin-bottom: 15px;
}
.hokusetsuguideTel, .receptionTime {
	width: 80%;
	margin: 0 auto;
}
.hokusetsuguideTel_item {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
.hokusetsuguideTel_item-topTtl {
	font-size: 16px;
}
.hokusetsuguideTel_item-subTtl {
	color: #a28e71;
	font-size: 20px;
}
.hokusetsuguideTel_item-tel {
	font-size: 22px;
}
.receptionTime {
	margin-bottom: 40px;
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	display: flex;
}
.receptionTime:last-of-type {
	margin-bottom: 0;
}
.receptionTime_item-ttl {
	width: 70px;
	margin-right: 10px;
	color: #a28e71;
	font-weight: bold;
}
.receptionTime_item-txt {
	width: 320px;
}
.hospitalList_inner-mb {
	margin-bottom: 10px;
}
.hokusetsuguideTelSubTxt {
	width: 80%;
	margin: 10px auto 0;
	color: #a28e71;
	font-weight: bold;
}
/* urgencyContactAddress *****/
.urgencyContactAddress {
	width: 100%;
	padding: 60px 0;
}
.urgencyContactAddress:nth-child(odd) {
	width: 100%;
	padding: 60px 0;
	background-color: #efefef;
}
.urgencyContactAddressTtl {
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: bold;
	text-align-last: center;
	letter-spacing: .1em;
}
.urgencyContactAddressSubTxt {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align-last: center;
}
.hospitalListWrap {
	position: relative;
	width: 74%;
	max-width: 1030px;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hospitalListWrap:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 1px;
	height: 100%;
	margin: auto;
	background-color: #6b6b6b;
}
.hospitalListWrap_mb {
	margin-bottom: 50px;
}
.hospitalList {
	width: 44%;
}
.hospitalList_item {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.hospitalList_item-ttl {
	font-size: 16px;
}
.hospitalList_item-name {
	color: #a28e71;
	font-size: 20px;
	letter-spacing: .1em;
}
.hospitalList_item-tel {
	font-size: 22px;
}
.hospitalList_inner-at {
	color: #a28e71;
	font-weight: bold;
	margin-top:10px;
}
.hospitalList_inner {
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
	display: flex;
}
.hospitalList_inner:last-child {
	border-bottom: 1px solid #d4d4d4;
}
.hospitalList_inner-wrap {
	flex-wrap:wrap;
}
.hospitalList_inner-ttl {
	width: 70px;
	margin-right: 3%;
	color: #a28e71;
	font-weight: bold;
}
.hospitalList_inner-txt {
	width: 360px;
}
.hospitalLinkBtn {
	width: 298px;
	/*max-width: 610px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.hospitalList_inner-txtMb {
	margin-bottom: 10px;
}
.hospitalList_inner-txtFull {
	width: 100%;
	font-size: 12px;
}
.hospitalListInnerTxtList {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.hospitalListInnerTxtList_tit {
	width: 30%;
	margin:0 2% 20px 0;
	font-size: 12px;
}
.hospitalListInnerTxtList_tit-l {
	width: 48%;
}
.hospitalListInnerTxtList_txt {
	width: 68%;
	margin-bottom:20px;
	font-size: 12px;
}
.hospitalListInnerTxtList_txt-l {
	width: 50%;
}
.hospitalLinkBtn_item {
	width: 49%;
}
.hospitalLinkBtn_item-toyonaka,
.citySiteList_item-toyonaka {
	background-color: #a28e71;
}
.hospitalLinkBtn_item-suita,
.citySiteList_item-suita {
	background-color: #c0b588;
}
.hospitalLinkBtn_item-ikeda,
.citySiteList_item-ikeda {
	background-color: #7e9192;
}
.hospitalLinkBtn_item-minoh,
.citySiteList_item-minoh {
	background-color: #769a80;
}
.hospitalLinkBtn_item-osaka,
.citySiteList_item-osaka {
	background-color: #ac806b;
}
.hospitalLinkBtn_item-amagasaki,
.citySiteList_item-amagasaki {
	background-color: #838370;
}
.hospitalLinkBtn_txt{
	background-color: none;
	text-align: center;
	width: 74%;
	margin: 10px auto;
}
.cs-hospitalLink {
	position: relative;
	width: 100%;
	padding: 10px 3%;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	transition: all .2s;
}
.cs-hospitalLink:hover {
	opacity: .8;
	transition: all .2s;
}
.cs-hospitalLink:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 4%;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-hospitalLink:hover:after {
	right: 3%;
}
.linkBlank {
	color:#a28e71;
	display: inline;
}
.linkBlank:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url(/assets/img/icon_link_brown.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 0px;
}
.linkBlank:hover:after {
	right: 5%;
}
.hokusetsuguideCitySite {
	width: 74%;
	max-width: 1040px;
	margin: 90px auto 40px;
}
.citySiteTtl {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.citySiteList {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.citySiteList_item {
	/*width: 18.2%;*/
	width: 15.2%;
}
.cs-citySiteLink {
	position: relative;
	width: 100%;
	padding: 10px 3%;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	display: block;
	transition: all .2s;
}
.cs-citySiteLink:hover {
	opacity: .8;
	transition: all .2s;
}
.cs-citySiteLink:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 8%;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-citySiteLink:hover:after {
	right: 7%;
}
.target:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 0;
	background-image: url(/assets/img/icon_link.svg);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	transform: none;
}
.target:hover:after {
	right: 8%;
}
.citySiteBtmTxt {
	text-align: center;
}
@media screen and (max-width: 1300px){
	.hospitalList_item-tel {
		font-size: 1.6vw;
	}
}
@media screen and (max-width: 1210px){
	.hokusetsuguideTel_item-tel {
		font-size: 1.8vw;
	}
	.hokusetsuguideTel_item-subTtl {
		font-size: 1.7vw;
	}
	.hokusetsuguideTel_item-topTtl {
		font-size: 1.4vw;
	}
	.receptionTime_item-ttl {
		width: 80px;
	}
	.receptionTime_item-ttl, .receptionTime_item-txt,
	.hokusetsuguideTelSubTxt {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 1120px){
	.hospitalList_item-name {
		font-size: 1.8vw;
	}
	.hospitalList_inner-ttl {
		width: 80px;
	}
	.hospitalList_inner-ttl, .hospitalList_inner-txt,
	.hospitalList_inner-txtMb {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 1000px){
	.cs-hospitalLink {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 900px){
	.hospitalList_item-ttl {
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 767px){
	.hokusetsuguideBlock {
		margin-bottom: 40px;
		padding-bottom: 50px;
	}
	.hokusetsuguideTopTxt {
		width: 81%;
		margin: 25px auto 45px;
	}
	.hokusetsuguideTopTxt_item-ttl {
		margin-bottom: 30px;
		font-size: 19px;
		letter-spacing: 0;
	}
	.hokusetsuguideTopTxt_item-txt {
		font-size: 13px;
		line-height: 170%;
	}
	.hokusetsuguideTopBtn {
		width: 81%;
		margin: 0 auto 25px;
		background-color: #000;
	}
	.cs-TopBtnLink {
		position: relative;
		width: 100%;
		padding: 10px 3%;
		box-sizing: border-box;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		letter-spacing: .1em;
		display: block;
	}
	.cs-TopBtnLink:after {
		content: '';
		position: absolute;
		top: 40%;
		right: 5%;
		width: 6px;
		height: 6px;
		border: 0px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		border-radius: 1px;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hokusetsuguideMapTelArea {
		width: 100%;
		margin: 0 auto 60px;
		display: block;
	}
	.hokusetsuguideMapTel {
		width: 89%;
		margin: 0 auto 50px;
	}
	.hokusetsuguideTelArea {
		width: 100%;
	}
	.hokusetsuguideMap_ttl, .hokusetsuguideTelTtl {
		margin-bottom: 15px;
		font-size: 17px;
	}
	.hokusetsuguideTel, .receptionTime {
		width: 81%;
	}
	.hokusetsuguideTelWrap {
		padding: 30px 0;
	}
	.hokusetsuguideTel_item {
		margin-bottom: 10px;
	}
	.hokusetsuguideTel_item-topTtl {
		font-size: 14px;
	}
	.hokusetsuguideTel_item-subTtl {
		font-size: 16px;
	}
	.hokusetsuguideTel_item-tel {
		font-size: 17px;
	}
	.receptionTime {
		margin-bottom: 35px;
		display: block;
	}
	.receptionTime_item-ttl, .receptionTime_item-txt {
		width: 100%;
		font-size: 13px;
	}
	.hokusetsuguideTelSubTxt {
		font-size: 12px;
	}
	.hospitalList_inner-ml {
		margin-left: 13px;
	}
	.hospitalList_inner-mb {
		margin-bottom: 5px;
	}
	.border {
		width: 89%;
		height: 1px;
		margin: 0 auto 30px;
		background-color: #6b6b6b;
	}
	.hokusetsuguideTelBtmTxt {
		width: 81%;
		margin: 0 auto;
		font-size: 12px;
	}
	/* urgencyContactAddress *****/
	.urgencyContactAddress {
		padding: 0 0 75px;
	}
	.urgencyContactAddress:nth-child(odd) {
		padding: 0 0 75px;
		background-color: #fff;
	}
	.urgencyContactAddressTtl {
		margin-bottom: 30px;
		padding: 15px 0;
		color: #fff;
		font-size: 17px;
		text-align: center;
	}
	.urgencyContactAddressTtl_toyonaka {
		background-color: #a28e71;
	}
	.urgencyContactAddressTtl_suita {
		background-color: #c0b588;
	}
	.urgencyContactAddressTtl_ikeda {
		background-color: #7e9192;
	}
	.urgencyContactAddressTtl_minoh {
		background-color: #769a80;
	}
	.urgencyContactAddressTtl_osaka {
		background-color: #ac806b;
	}
	.urgencyContactAddressTtl_amagasaki {
		background-color: #838370;
	}
	.hospitalListWrap {
		width: 100%;
		display: block;
	}
	.hospitalListWrap:after {
		display: none;
	}
	.hospitalList {
		width: 81%;
		margin: 0 auto 35px;
	}
	.urgencyContactAddressSubTxt {
		margin-bottom: 15px;
		font-size: 14px;
		text-align: center;
	}
	.hospitalList_item {
		margin-bottom: 10px;
	}
	.hospitalList_item-name {
		font-size: 16px;
	}
	.hospitalList_item-tel {
		font-size: 17px;
	}
	.hospitalList_inner {
		display: block;
	}
	.hospitalList_inner-ttl, .hospitalList_inner-txt {
		width: 100%;
		font-size: 13px;
	}
	.hospitalLinkBtn {
		width: 81%;
		display: block;
	}
	.hospitalLinkBtn_item {
		width: 100%;
		margin-bottom: 10px;
	}
	.cs-hospitalLink {
		font-size: 14px;
	}
	.cs-hospitalLink:after {
		right: 6%;
	}

	.linkBlank:after {
		right: -4%;
	}
	.hospitalList_inner-txtMb {
		margin: 0 0 5px 13px;
		font-size: 13px;
	}
	.hospitalList_item-ttl {
		font-size: 14px;
	}
	.hokusetsuguideCitySite {
		width: 87%;
		margin: 0 auto;
	}
	.citySiteTtl {
		font-size: 17px;
	}
	.citySiteList {
		margin-bottom: 15px;
		flex-wrap: wrap;
	}
	.citySiteList_item {
		width: 49.3%;
		margin-bottom: 5px;
	}
	.citySiteBtmTxt {
		position: relative;
		padding-left: 5%;
		text-align: left;
	}
	.citySiteBtmTxt:before {
		content: '※';
		position: absolute;
		left: 0;
	}
	.cs-citySiteLink {
		font-size: 13px;
	}
	.cs-citySiteLink:after {
		width: 6px;
		height: 6px;
	}
	.cs-citySiteLink:hover:after {
		right: 8%;
	}
}
/*-------------------------------------------------
|-
|-  toyonaka
|-
-------------------------------------------------*/
.detailTtl_item-toyonaka {
	width: 20%;
	margin: 0 auto 10px;
}
.hokusetsuguideTopTxt_toyonaka {
	margin: 100px auto 50px;
	background-image: url(/assets/img/bg_toyonaka_map.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.mainRailroadArea {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto 75px;
	display: flex;
	justify-content: space-between;
}
.mainRailroad {
	width: 36%;
}
.mainRailroad_ttl {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
}
.mainRailroad_inner {
	margin-bottom: 10px;
}
.mainRailroad_inner-ttl {
	color: #a28e71;
	font-weight: bold;
}
.mainRailroad_inner-txt {
	line-break: strict;
}
.linefeed {
	display: inline-block;
}
.mainRailroadPhoto {
	width: 61%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainRailroadPhoto_item {
	width: 48%;
}
.cs-mainRailroadTxt {
	margin-top: 5px;
	font-size: 12px;
	text-align: right;
	display: block;
}
.mainRailroadBtn {
	width: 23%;
	max-width: 325px;
	margin: 0 auto 120px;
	background-color: #2a2a2a;
}
.cs-mainRailroadBtnLink {
	position: relative;
	width: 100%;
	padding: 10px 3%;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	display: block;
	transition: all .2s;
}
.cs-mainRailroadBtnLink:hover {
	opacity: .8;
	transition: all .2s;
}
.cs-mainRailroadBtnLink:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 4%;
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-mainRailroadBtnLink:hover:after {
	right: 3%;
}
/* hokusetsuguideContWrap *****/
.hokusetsuguideContWrap {
	padding: 90px 0 120px;
	background-color: #efefef;
}
.hokusetsuguideCont {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto;
}
.hokusetsuguideContTtl {
	margin-bottom: 50px;
}
.hokusetsuguideContTtl_img {
	margin: 0 auto 10px;
	text-align: center;
	font-size: var(--fs30);
	letter-spacing: 5px;
	@media screen and (max-width: 767px){
		font-size: var(--fs15);
	}
}
.hokusetsuguideContTtl_img-parentingsupport {
	width: 35%;
}
.hokusetsuguideContTtl_txt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
.hokusetsuguideContTxt {
	margin-bottom: 55px;
	font-size: 16px;
	text-align: center;
	line-height: 270%;
}
.hokusetsuguideContBtn {
	width: 31%;
	max-width: 325px;
	margin: 0 auto 55px;
}
.hokusetsuguideContBtn_txt {
	color: #a28e71;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
.cs-contBtnLink {
	position: relative;
	width: 100%;
	padding: 10px 3%;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	background-color: #2a2a2a;
	display: block;
	transition: all .2s;
}
.cs-contBtnLink:hover {
	opacity: .8;
	transition: all .2s;
}
.cs-contBtnLink:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 5%;
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
}
.cs-contBtnLink:hover:after {
	right: 4%;
}
/* hokusetsuguideInner *****/
.hokusetsuguideInner {
	margin-bottom: 30px;
	background-color: #fff;
}
.innerLink {
	background-color: #efefef;
	display: flex;
	justify-content: space-between;
}
.innerLink_item {
	width: 16.5%;
	background-color: #a28e71;
}
.cs-innerLink {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 3% 20px;
	box-sizing: border-box;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}
.cs-innerLink:hover {
	opacity: .8;
	transition: all .2s;
}
.cs-innerLink:after {
	content: '';
	position: absolute;
	bottom: 13%;
	right: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.hokusetsuguideInnerCont {
	width: 92%;
	margin: 0 auto;
	padding: 55px 0;
	border-bottom: 1px solid #d4d4d4;
}
.hokusetsuguideInnerCont:last-child {
	border-bottom: 0;
}
.innerContTtl {
	margin-bottom: 45px;
	color: #a28e71;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
.innerContTxt {
	width: 92%;
	margin: 0 auto;
	line-height: 200%;
}
.innerContTxt_center {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.innerContTxt_appending {
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.innerContTxt_appending:before {
	content: '\203B';
	position: absolute;
	top: 7px;
	left: 0;
	line-height: 100%;
}
.innerContTxt_sub {
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 12px;
}
.innerContTxt_sub:before {
	content: '\203B';
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 12px;
	line-height: 100%;
}
.innerContList {
	width: 92%;
	margin: 0 auto;
}
.innerContList_num {
	width: 88%;
	list-style-type: decimal;
}
.innerContList_alpha {
	width: 88%;
	list-style-type: upper-alpha;
}
.innerContList_item {
	margin-bottom: 5px;
	position: relative;
	padding-left: 25px;
}
.innerContList_item-lineH {
	line-height: 200%;
}
.innerContList_item-lineH.innerContList_item-circle:before {
	top: 10px;
}
.innerContList_item-circle:before {
	content: '\25CF';
	position: absolute;
	top: 7px;
	left: 0;
	width: 10px;
	height: 8px;
	padding-left: 5px;
	color: #a28e71;
	font-size: 10px;
	line-height: 100%;
}
.innerContList_item-appending01, .innerContList_item-appending02 {
	font-size: 12px;
}
.innerContList_item-appending01:before {
	content: '*1';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 12px;
	line-height: 100%;
}
.innerContList_item-appending02:before {
	content: '*2';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 12px;
	line-height: 100%;
}
.innerContLink {
	position: relative;
	margin-top: 25px;
	text-align: right;
	padding-right: 20px;
}
.innerContLink:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	width: 10px;
	height: 10px;
	background-image: url(/assets/img/icon_link_black.svg);
	background-position: right;
	background-repeat: no-repeat;
}
.innerContLink-noLink:after {
	background-image: none;
}
.cs-innerContLink {
	color: #a28e71;
	font-weight: bold;
}
.cs-innerContLink:hover {
	text-decoration: underline;
}
.cs-innerContLinkNoLink:hover {
	text-decoration: none;
}
.innerContImg {
	width: 11%;
	margin: 0 auto 20px;
}
.hokusetsuguideContBtmTxt {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
}
.hokusetsuguideContBtmTxt:before {
	content: '\203B';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 13px;
	line-height: 100%;
}
.mb {
	margin-bottom: 20px;
}
/* hokusetsuguideCitySite *****/
.citySiteList_layer {
	/*width: 80%;*/
	width: 100%;
	margin: 0 auto;
}
.citySiteList_layer .citySiteList_item {
	/*width: 22.8%;*/
	width: 19%;
}
@media screen and (max-width: 1080px){
	.cs-mainRailroadBtnLink, .hokusetsuguideContBtn_txt, .cs-contBtnLink {
		font-size: 1.1vw;
	}
	.cs-innerLink {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 900px){
	.innerContList_num, .innerContList_alpha {
		width: 86%;
	}
}
@media screen and (max-width: 767px){
	.detailTtl_item-toyonaka {
		width: 40%;
		margin: 0 auto 5px;
	}
	.hokusetsuguideTopTxt_toyonaka {
		width: 88%;
		margin: 0 auto 35px;
		padding-top: 40px;
		background-size: 26%;
		background-position: center 11%;
	}
	.mainRailroadArea {
		width: 88%;
		margin: 0 auto 47px;
		display: block;
	}
	.mainRailroad {
		width: 100%;
	}
	.mainRailroad_ttl {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.mainRailroad_inner:last-child {
		margin-bottom: 20px;
	}
	.mainRailroad_inner-ttl, .mainRailroad_inner-txt {
		font-size: 13px;
	}
	.mainRailroadPhoto {
		width: 100%;
	}
	.mainRailroadPhoto_item {
		width: 49%;
	}
	.cs-mainRailroadTxt {
		font-size: 11px;
	}
	.mainRailroadBtn {
		width: 81%;
		margin: 0 auto 65px;
	}
	.cs-mainRailroadBtnLink {
		font-size: 13px;
	}
	.cs-mainRailroadBtnLink:hover:after {
		right: 4%;
	}
	/* hokusetsuguideContWrap *****/
	.hokusetsuguideContWrap {
		padding: 35px 0 20px;
		margin-bottom: 65px;
	}
	.hokusetsuguideCont {
		width: 89%;
	}
	.hokusetsuguideContTtl {
		margin-bottom: 25px;
	}
	.hokusetsuguideContTtl_img-parentingsupport {
		width: 66%;
		margin: 0 auto 5px;
	}
	.hokusetsuguideContTtl_txt {
		font-size: 13px;
	}
	.hokusetsuguideContTxt {
		margin-bottom: 35px;
		font-size: 13px;
		line-height: 190%;
		text-align: left;
	}
	.hokusetsuguideContBtn {
		width: 91%;
		margin: 0 auto 35px;
	}
	.hokusetsuguideContBtn_txt {
		font-size: 13px;
	}
	.cs-contBtnLink {
		font-size: 13px;
	}
	/* hokusetsuguideInner *****/
	.hokusetsuguideInner {
		margin-bottom: 15px;
	}
	.innerLink {
		flex-wrap: wrap;
	}
	.innerLink_item {
		width: 33%;
	}
	.innerLink_item:nth-child(-n+3) {
		margin-bottom: 1px;
	}
	.cs-innerLink {
		padding: 10px 3% 15px;
		font-size: 13px;
	}
	.cs-innerLink:after {
		width: 5px;
		height: 5px;
		line-height: 130%;
	}
	.hokusetsuguideInnerCont {
		width: 90%;
		padding: 40px 0;
	}
	.innerContTtl {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.innerContTxt {
		width: 100%;
		font-size: 13px;
		line-height: 170%;
	}
	.innerContTxt_appending:before {
		top: 5px;
	}
	.innerContList {
		width: 100%;
	}
	.innerContList_num {
		width: 87%;
	}
	.innerContList_alpha {
		width: 85%;
	}
	.innerContList_item {
		margin-bottom: 0;
		font-size: 13px;
	}
	.innerContTxt_center {
		font-size: 14px;
		text-align: left;
	}
	.innerContTxt_sub {
		font-size: 12px;
	}
	.innerContTxt_sub:before {
		top: 3px;
	}
	.innerContList_item-lineH {
		font-size: 13px;
		line-height: 170%;
	}
	.mb {
		margin-bottom: 15px;
	}
	.innerContLink {
		/*text-align: center;*/
		/*padding: 0;*/
	}
	.innerContLink:after {
		display: none;
	}
	.cs-innerContLink {
		position: relative;
		font-size: 13px;
		text-align: left;
		line-height: 130%;
		display: inline-block
	}
	.cs-innerContLink:after {
		content: '';
		position: absolute;
		top: 50%;
		right: -20px;
		-webkit-transform : translateY(-50%);
		transform : translateY(-50%);
		width: 10px;
		height: 10px;
		background-image: url(/assets/img/icon_link_black.svg);
		background-position: right;
		background-repeat: no-repeat;
	}
	.cs-innerContLinkNoLink:after {
		background-image: none;
	}
	.innerContImg {
		width: 19%;
		margin: 0 auto 10px;
	}
	.citySiteList_layer {
		width: 100%;
	}
	.citySiteList_layer .citySiteList_item {
		width: 49%;
		margin-bottom: 7px;
	}
}
@media screen and (max-width: 321px){
	.cs-innerContLink {
		width: 95%;
	}
	.cs-innerContLink:after {
		right: -10px;
	}
}
/*-------------------------------------------------
|-
|-  minoh
|-
-------------------------------------------------*/
.detailTtl_minoh {
	width: 100%;
	padding: 140px 0;
	background-image: url(/assets/img/bg_hokusetsuguide_minoh.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-minoh {
	width: 12%;
	margin: 0 auto 10px;
}
.hokusetsuguideTopTxt_minoh {
	margin: 100px auto 50px;
	background-image: url(/assets/img/bg_minoh_map.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.innerLink_item-08 {
	width: 12.4%;
}
.innerLink_item-08 .cs-innerLink {
	font-size: 13px;
}
.innerContTxt_appending03 {
	position: relative;
	width: 88%;
	padding-left: 35px;
	font-size: 12px;
}
.innerContTxt_appending03:before {
	content: '※*1';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 12px;
	line-height: 100%;
}
.innerContBtmtxt {
	color: #a28e71;
	text-align: right;
}
@media screen and (max-width: 767px){
	.detailTtl_minoh {
		padding: 25px 0;
	}
	.detailTtl_item-minoh {
		width: 24%;
		margin: 0 auto 5px;
	}
	.hokusetsuguideTopTxt_minoh {
		width: 88%;
		margin: 0 auto 35px;
		padding-top: 40px;
		background-size: 29%;
		background-position: center 6%;
	}
	.innerLink_08 {
		justify-content: end;
	}
	.innerLink_item-08 {
		width: 33%;
		margin-bottom: 1px;
		border-right: 1px solid #efefef;
	}
	.innerLink_item-08 .cs-innerLink {
		height: 75px;
		line-height: 130%;
	}
	.innerContBtmtxt {
		font-size: 13px;
	}
	.cs-txtLeft {
		text-align: left;
		display: inline-block;
	}
	.innerContImg_minoh {
		width: 20%;
	}
}
@media screen and (max-width: 321px){
	.innerLink_item-08 {
		width: 32%;
	}
}
/*-------------------------------------------------
|-
|-  ikeda
|-
-------------------------------------------------*/
.detailTtl_ikeda {
	width: 100%;
	padding: 140px 0;
	background-image: url(/assets/img/bg_hokusetsuguide_ikeda.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-ikeda {
	width: 10%;
	margin: 0 auto 10px;
}
.hokusetsuguideTopTxt_ikeda {
	margin: 100px auto 50px;
	background-image: url(/assets/img/bg_ikeda_map.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
	.detailTtl_ikeda {
		padding: 25px 0;
	}
	.detailTtl_item-ikeda {
		width: 20%;
		margin: 0 auto 5px;
	}
	.hokusetsuguideTopTxt_ikeda {
		width: 88%;
		margin: 0 auto 35px;
		padding-top: 40px;
		background-size: 17%;
		background-position: center 2%;
	}
}
/*-------------------------------------------------
|-
|-  suita
|-
-------------------------------------------------*/
.detailTtl_suita {
	width: 100%;
	padding: 140px 0;
	background-image: url(/assets/img/bg_hokusetsuguide_suita.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-suita {
	width: 10%;
	margin: 0 auto 10px;
}
.hokusetsuguideTopTxt_suita {
	margin: 100px auto 50px;
	background-image: url(/assets/img/bg_suita_map.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 767px){
	.detailTtl_suita {
		padding: 25px 0;
	}
	.detailTtl_item-suita {
		width: 20%;
		margin: 0 auto 5px;
	}
	.hokusetsuguideTopTxt_suita {
		width: 88%;
		margin: 0 auto 35px;
		padding-top: 40px;
		background-size: 26%;
		background-position: center 5%;
	}
}
/*-------------------------------------------------
|-
|-  osaka
|-
-------------------------------------------------*/
.detailTtl_osaka {
	width: 100%;
	padding: 140px 0;
	background-image: url(/assets/img/bg_hokusetsuguide_osaka.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-osaka {
	width: 12%;
	margin: 0 auto 10px;
}
.hokusetsuguideTopTxt_osaka {
	margin: 100px auto 50px;
	background-image: url(/assets/img/bg_osaka_map.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.mainRailroadPhoto_osaka {
	width: 30%;
	display: block;
}
.mainRailroadPhoto_osaka .mainRailroadPhoto_item {
	width: 100%;
	margin-bottom: 10px;
}
.innerContList_item-appending {
	position: relative;
	width: 99%;
	margin: 0 auto;
	padding-left: 20px;
	box-sizing: border-box;
}
.innerContList_item-appending:before {
	content: '\203B';
	position: absolute;
	top: 4px;
	left: 0;
	line-height: 100%;
}
@media screen and (max-width: 767px){
	.detailTtl_osaka {
		padding: 25px 0;
	}
	.detailTtl_item-osaka {
		width: 24%;
		margin: 0 auto 5px;
	}
	.hokusetsuguideTopTxt_osaka {
		width: 88%;
		margin: 0 auto 35px;
		padding-top: 40px;
		background-size: 50%;
		background-position: center 4%;
	}
	.mainRailroadPhoto_osaka {
		width: 100%;
		display: flex;
	}
	.mainRailroadPhoto_osaka .mainRailroadPhoto_item {
		width: 49%;
	}
	.innerContList_item-appending {
		padding-left: 16px;
		font-size: 13px;
	}
}

/*-------------------------------------------------
|-
|-  amagasaki
|-
-------------------------------------------------*/
.detailTtl_amagasaki {
	width: 100%;
	padding: 140px 0;
	background-image: url(/assets/img/bg_hokusetsuguide_amagasaki.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.detailTtl_item-amagasaki {
	width: 22%;
	margin: 0 auto 10px;
}
.hokusetsuguideTopTxt_amagasaki {
	margin: 100px auto 50px;
	background-image: url(/assets/img/bg_amagasaki_map.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.mainRailroadPhoto_amagasaki {
	width: 30%;
	display: block;
}
.mainRailroadPhoto_amagasaki .mainRailroadPhoto_item {
	width: 100%;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	.detailTtl_amagasaki {
		padding: 25px 0;
	}
	.detailTtl_item-amagasaki {
		width: 44%;
		margin: 0 auto 5px;
	}
	.hokusetsuguideTopTxt_amagasaki {
		width: 88%;
		margin: 0 auto 35px;
		padding-top: 40px;
		background-size: 50%;
		background-position: center 4%;
	}
	.mainRailroadPhoto_amagasaki {
		width: 100%;
		display: flex;
	}
	.mainRailroadPhoto_amagasaki .mainRailroadPhoto_item {
		width: 49%;
	}
}

/*-------------------------------------------------
|-
|-  cmpIcon
|-
-------------------------------------------------*/
@media screen and (max-width: 767px){
	.cmpIcon {
		display: block !important;
	}
}


.mt-0 {
	margin-top: 0;
}
