/************************************************************
 a
*************************************************************/
a {
	color: #7a5732;
	text-decoration: none;
}

a:hover {
	
}


/************************************************************
 margin
*************************************************************/
.mrgn-b-10 {
	margin-bottom: 10px;
}
.mrgn-b-20 {
	margin-bottom: 20px;
}
.mrgn-b-30 {
	margin-bottom: 30px !important;
}
.mrgn-b-40 {
	margin-bottom: 40px;
}
.mrgn-b-50 {
	margin-bottom: 50px;
}
.mrgn-b-60 {
	margin-bottom: 60px;
}
.mrgn-b-70 {
	margin-bottom: 70px;
}
.mrgn-b-80 {
	margin-bottom: 80px;
}
.mrgn-b-90 {
	margin-bottom: 90px;
}
.mrgn-b-100 {
	margin-bottom: 100px;
}

.mrgn-t-10 {
	margin-top: 10px;
}
.mrgn-t-20 {
	margin-top: 20px;
}
.mrgn-t-30 {
	margin-top: 30px;
}
.mrgn-t-40 {
	margin-top: 40px;
}
.mrgn-t-50 {
	margin-top: 50px;
}
.mrgn-t-60 {
	margin-top: 60px;
}
.mrgn-t-70 {
	margin-top: 70px;
}
.mrgn-t-80 {
	margin-top: 80px;
}
.mrgn-t-90 {
	margin-top: 90px;
}
.mrgn-t-100 {
	margin-top: 100px;
}


.pdng-r-10 {
	pdng-right: 10px;
}
.pdng-r-20 {
	pdng-right: 20px;
}
.pdng-r-30 {
	pdng-right: 30px;
}
.pdng-r-40 {
	pdng-right: 40px;
}
.pdng-r-50 {
	pdng-right: 50px;
}
.pdng-r-60 {
	pdng-right: 60px;
}
.pdng-r-70 {
	pdng-right: 70px;
}
.pdng-r-80 {
	pdng-right: 80px;
}
.pdng-r-90 {
	pdng-right: 90px;
}
.pdng-r-100 {
	pdng-right: 100px;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}



hr.border {
    border-top: 1px dotted #e2b585;
    height: 1px;
    width: 100%;
    display: block;
}


/************************************************************
 #wrapper
*************************************************************/
#wrapper {
		background: url(../img/top-visual-back.png) repeat-x;
		width: 100%;
		overflow: hidden;
		 -webkit-background-size: 2400px;
		background-size: 2400px;
		-webkit-animation: bgscroll 55s linear infinite;
		animation: bgscroll 55s linear infinite;
		position: relative;
}

@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 2400px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 2400px 0;}
}

#wrapper::before {
    background: url(../img/wrap-top.png) repeat-x;
    content: "";
    height: 5px;
    display: block;
    margin: 0 0 0 0;
}


/************************************************************
 #header
*************************************************************/
div#header {
    padding: 10px 0 0 0;
}

/************************************************************
 #top-visual
*************************************************************/
div#top-visual {
	width: 1530px;
	position: absolute;
	left: 50%;
	margin-left: -765px;
	height: 641px;
}


/************************************************************
 #slideshow
*************************************************************/
#slideshow {
    width: 1160px;
    /* background: #aaaaaa; */
    height: 600px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.slideshow-left {
    width: 400px;
    float: left;
    position: relative;
    z-index: 2;
    /* background: #cccccc; */
    margin: -600px 0 0 0;
}


.slideshow-right {
    width: 452px;
    float: right;
    position: relative;
    z-index: 2;
    /* background: #cccccc; */
    margin: -600px -40px 0 0px;
}

.slideshow-bottom {
    float: right;
    margin: -70px -60px 0 0;
    position: relative;
    z-index: 4;
}


/************************************************************
 #contents
*************************************************************/

#contents {
	clear: both;
	float: none;
	margin: 614px auto 30px auto;
	width: 960px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	height: 100%;
}

/************************************************************
 #navi
*************************************************************/
#navi {
    width: 220px;
    float: left;
}


/************************************************************
 #grobalnavi
*************************************************************/
#grobalnavi {
    list-style: none;
    margin: 30px 0 20px 0;
    padding: 0 0 2px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
		background: url(../img/grobal-navi-line.png) no-repeat bottom center;
}

#grobalnavi li {
    height: 60px;
    line-height: 54px;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul#grobalnavi li:hover {
	background-position: 0 0;
}


ul#grobalnavi li a {
	display: block;
	padding: 0 0 0 1em;
	text-decoration: none;
	color: #6c5f58;
	height: 60px;
	/* font-weight: bold; */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	z-index: 2;
}
ul#grobalnavi li a:hover {
    color: #85341C;
		position: relative;
		z-index: 3;
}

ul#grobalnavi li::after {
	content: url(../img/grobal-navi-list_on.png);
	display: block;
	height: 60px;
	width: 220px;
	opacity: 0;
	position: relative;
	z-index: 1;
	margin: -60px 0 0 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul#grobalnavi li:hover::after {
	opacity: 1.0;
	position: relative;
	z-index: 1;
}

ul#grobalnavi li::before {
	content: "";
	height: 1px;
	width: 220px;
	display: block;
	padding: 0;
	line-height: 0;
	margin: 0px 0 0 0px;
	background:  url(../img/grobal-navi-line.png) no-repeat;
	position: relative;
	z-index: 2;
}


/************************************************************
 #banner
*************************************************************/

ul#banner {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#banner li {}

ul#banner li + li {
    margin: 10px 0 0 0;
}

ul#banner li a {
    display: block;
    border: 1px solid #D3B9A0;
    padding: 1px;
}

ul#banner li img {
    display: block;
    margin: 0;
    padding: 0;
}


/************************************************************
 #main
*************************************************************/

#main {
    width: 710px;
    margin: 0;
    padding: 0 0 70px 0;
    float: right;
}

/************************************************************
 #top-intro
*************************************************************/

.top-intro {
    margin: 80px auto 50px auto;
    width: 565px;
    height: 125px;
}




/************************************************************
 #top-navi
*************************************************************/
dl.top-navi {
    float: left;
    width: 230px;
    margin: 0 10px 0 0;
}

#main dl.top-navi:last-child {
	margin: 0;
}

.top-navi a {
	color: #7c391d;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-navi:hover a {
    color: #3399cc;
}

.top-navi img {
	opacity: 1.0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-navi:hover img {
	opacity: 0.8;
}

dl.top-navi dt {
    padding: 0px;
    background: url(../img/top-navi-bg.jpg) no-repeat;
    border-radius: 5px;
}
dl.top-navi dt a {
    padding: 8px;
    display: block;
}

dl.top-navi dt img {
    display: block;
    margin: 0 auto;
    border: 1px solid #ffffff;
}

dl.top-navi dd {
    text-align: center;
    padding: 0;
    margin: -1px 0 0 0;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 24px;
}
dl.top-navi dd p {
	margin: 0;
}


#page-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    height: 41px;
    width: 161px;
    z-index: 100;
    display: none;
		margin: 0;
}




#page-top a {
    display: block;
						-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#page-top:hover a {
	padding-bottom: 10px;
	margin: -10px 0 0 0;
}

div#page-top a img {
    display: block;
    margin: 0;
    padding: 0;
}




/************************************************************
 #wrapper-subpage
*************************************************************/
#wrapper-subpage {
    background: url(../img/top-visual-back-subpage.png) 0px -50px repeat-x;
    width: 100%;
  /*  overflow: hidden;*/
/*		 -webkit-background-size: 2400px;
 background-size: 2400px;
 -webkit-animation: bgscroll 55s linear infinite;
 animation: bgscroll 55s linear infinite;*/
 position: relative;
 z-index: 1;
 min-width: 960px;
 margin: 0 auto;
}

@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 2400px 0;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: 2400px 0;}
}

#wrapper-subpage::before {
    background: url(../img/wrap-top.png) repeat-x;
    content: "";
    height: 5px;
    display: block;
    margin: 0 0 0 0;
}


/************************************************************
 #header-subpage
*************************************************************/
div#header-subpage {
    padding: 10px 0 0px 0;
    margin: 0 auto 30px auto;
    width: 960px;
}

p.header-author {
    margin: 0;
    line-height: 100%;
}

div#header-inner-left {
    font-family: "Noto Sans JP", sans-serif;
    width: 300px;
    height: 90px;
    float: left;
}

p.site-title {
    /* font-size: 44px; */
    /* line-height: 100%; */
    margin: 11px 0 0 0;
}

div#header-inner-right {
    width: 660px;
    margin: 0;
    padding: 0;
    float: right;
}


p.header-site-info {
    margin: 0;
    line-height: 100%;
    font-size: 10px;
    padding: 7px 0 0 0;
    text-align: right;
}


/************************************************************
 #contents-subpage
*************************************************************/

div#contents-subpage {
    width: 960px;
    margin: 0 auto;
    position:relative;
    z-index: 5;
    background: #ffffff;
    overflow: hidden;
    padding: 0 0 30px 0;
}

div#header-subpage h1 {
    margin: 0 0 0px 0;
}

div#header-subpage h1 img {
    display: block;
}

#contents-subpage #grobalnavi {
    margin-top: 0;
}


ul.local-navi {
    border: 1px dotted #cccccc;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    text-align: center;
    /* height: 60px; */
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1em 0;
}

ul.local-navi li {
    display: inline-block;
    margin: 0 1em;
    /* line-height: 60px; */
}

ul.local-navi li a {
    display: inline-block;
    color: #3399cc;
    /* border-bottom: 1px solid; */
    line-height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: underline;
    line-height: 140%;
}
ul.local-navi li a:hover {
    color: #ff9900;
}

h2.sub-title {
	clear: both;
	font-family: "Noto Sans JP", sans-serif;
	background: url(../img/h2.png) no-repeat 0px 0.5em;
	padding: 0 0 0 25px;
	margin: 20px 0px 30px 0;
	font-weight: bold;
}

#main h2.sub-title:first-child {
	margin-top: 0;
}



ul.philosophy-detail {
	font-family: "Noto Sans JP", sans-serif;
    list-style: none;
    margin: 30px 0 30px 20px;
    padding: 0;
    font-size: 120%;
}
@media screen and (max-width: 1024px) {
	ul.philosophy-detail {
		margin-bottom:0;
	}
}


ul.philosophy-detail li {
    margin: 0 0 1em 0;
    padding: 0 0 0 2em;
}


ul.philosophy-detail li::before {
    content: "一、";
    display: block;
    float: left;
    margin: 0 0 0 -2em;
}


table.company-info {
    border-spacing: 0;
    line-height: 100%;
    font-size: 16px;
	line-height:1.5;
    width: 100%;
    margin: 24px auto 50px;
    border: 1px solid #cccccc;
}

table.company-info th {
	min-width:5em;
    text-align: left;
    border: 1px solid #cccccc;
    border-bottom: 0;
	border-left: 0;
    padding: 0.5em 2em;
    margin: 0;
	font-weight:500;
}

table.company-info td {
    border: 1px solid #cccccc;
    border-bottom: 0;
    border-left: 0;
		border-right: 0;
    padding: 0.5em 1em;
    margin: 0;
		    background: #ffffff;
}

table.company-info tr:first-child th,
table.company-info tr:first-child td {
	border-top: 0;
}
@media screen and (max-width: 1024px) {
	table.company-info {
    	border: 1px solid #ccc !important;
	}
	table.company-info th{
		display:block;
		width:100%;
    	border:none;
		border-bottom: 1px solid #ccc !important;
	}
	table.company-info td {
		display:block;
		width:100%;
    	border:none;
		border-bottom: 1px solid #ccc !important;
	}
}


ul.business-list {
    margin: 15px 20px;
    padding: 0;
}

ul.business-list li {
    line-height: 170%;
}


dl.location-list {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    margin: 0 -16px;
    padding: 16px 16px 16px 16px;
}

dl.location-list dt {
    float: left;
    width: 180px;
}

dl.location-list dd {
	margin: 0 0 0 200px;
	display: block;
	line-height: 150%;
}

dl.location-list dd address {
    font-style: normal;
    line-height: 150%;
}

@media screen and (max-width: 1024px) {
	dl.location-list dt {
		float:none;
		width:100%;
		text-align:center;
		padding-bottom:1em;
	}
	
	dl.location-list dd {
		margin-left: 0;
	}
	
	dl.location-list dd address {
		font-style: normal;
		line-height: 150%;
	}
}

.location-list dd:last-child {
	margin-bottom: 0;
	margin-top: 1em;
	padding: 1em 0 0 0;
	border-top: 1px dotted #cccccc;
}

.company-info .location-list:last-child {
    border-bottom: 0;
}


ul.license-list {
    margin: 15px 0 15px 0;
    padding: 0;
    width: 230px;
    float: left;
    list-style-position: inside;
}

ul.license-list li {
    line-height: 150%;
    font-size: 14px;
}
ul.license-list + .license-list {
    width: 280px;
}


dl.company-outline {
	line-height: 170%;
	background: url(../img-company/line-outline.png) repeat-y 190px 0px;
	margin: 30px 0 70px 50px;
	overflow: hidden;
}

dl.company-outline dt {
    width: 180px;
    /* background: #aaaaaa; */
    float: left;
}

dl.company-outline dd {
    margin: 0 0 30px 240px;
}

dl.company-outline dd::before {
	content: url(../img-company/icon-outline.png);
	display: block;
	width: 17px;
	height: 17px;
	float: left;
	margin: 0px 0 0 -58px;
	background: #ffffff;
	padding: 4px 0 4px 0px;
}

dl.company-outline dt.now {
    margin: 0px 0 0 175px;
    padding: 0 0 10px 0;
    background: #ffffff;
}

dl.company-outline dt.now::before {
    content: url(../img-company/icon-outline-now.png);
    display: block;
    margin: 0 0 -5px 5px;
    background: none;
}
dl.company-outline dd:last-child {
	display: none;
}
dl.access-info {
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
    width: 320px;
    float: left;
}

@media screen and (max-width: 1024px) {
	dl.company-outline {
		display: flex;
		flex-direction: column;
		background: none;
		margin: 0;
	}
	dl.company-outline dt {
		font-size:18px;
		margin:0;
		padding:0.25em 0.25em 0.1em 0.25em;
		width:100%;
		float:none;
	}

	dl.company-outline dd {
		margin:0;
		padding:0.25em 0.25em 0.5em 1.25em;
		width:100%;
		float:none;
	}
	dl.company-outline dd::before {
		display: none;
	}
	dl.company-outline dt.now::before {
		display: none;
	}
	
}




.access-list {
	width:100%;
	max-width:960px;
    margin: 0 auto 24px;
	padding:10px;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	gap:12px;
}

dl.access-info dt {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.4;
}

dl.access-info dd {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px dotted #E2B585;
}

.access-map {
    width: 340px;
    height: 230px;
    background: #ffffff;
    border: 1px solid #E2B585;
    margin: 0 0 0 20px;
}
.access-map iframe {
    border: 0;
    background-color: transparent;
    width: 340px;
    height: 230px;
}

dl.facility-list {
    margin: 30px 0 0px 60px;
}
dl.facility-list.medaka-home ul {
    padding: 50px 0 0 0;
}
dl.facility-list.medaka-children ul {
    padding: 45px 0 0 0;
}
dl.facility-list.medaka-home2 ul {
    padding: 40px 0 0 0;
}

dl.facility-list dt {
    width: 200px;
    float: left;
}

dl.facility-list dd {
    margin: 0 0 0 200px;
}

dl.facility-list dd ul {
    margin: 0;
    padding: 10px 0 0 0px;
    list-style: none;
}

dl.facility-list dd ul li {
	line-height: 1em;
	margin: 0em 0 10px 0;
}
dl.facility-list dd ul a::before {
	width: 16px;
  height: 26px;
	content: url(../img/icon-arrow_off.png);
	display: block;
	float: left;
	margin: 0 5px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
dl.facility-list dd ul a:hover::before {
	width: 16px;
  height: 26px;
	content: url(../img/icon-arrow_on.png);
}

dl.facility-list dd ul li a {
	display: inline-block;
	line-height: 145%;
	text-decoration: underline;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a {}
dl.facility-list dd ul li a:hover {
    color: #3399cc;

}


ul.facility-child-navi li {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}ul.facility-child-navi {
    list-style: none;
    padding: .5em 0;
    margin: 0 0 4em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.facility-child-navi li a {
    color: #3399cc;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

ul.facility-child-navi li a:hover {
    color: #ff9900;
    /* text-decoration: underline; */
    transition: all .3s ease-in-out;
}

ul.facility-child-navi li + li:before {
    display: block;
    content: "/";
    margin: 0 1em;
}

h1.facility-title {
	font-family: "Noto Sans JP", sans-serif;
	color: #AF5703;
	font-weight: normal;
	text-align: center;
	margin: 0 0 -30px 0;
	position: relative;
	z-index: 3;
}

.facility-pict {
    width: 655px;
    margin: 0 auto 30px auto;
}

.facility-pict-left {
    float: left;
}

.facility-txt-right {
    float: left;
    margin-left: 40px;
}

.clearfix {
    border: 0;
    height: 1px;
    width: 1px;
    clear: both;
    float: none;
}

.facility-pict-right {
    float: right;
}

.facility-txt-left {
    float: right;
    margin-right: 75px;
}
.fee-title {
    color: #1c7694;
    font-size: 18px;
    margin: 0 0 0.75em 2em;
    padding: 0;
}

.facility-title + .fee-title-sub {
    margin: 90px 0 0 0;
}

.fee-title-sub {
	margin-left: 0;
	margin-bottom: 5px;
	color: #1c7694;
	font-size: 16px;
	padding: 0;
}

.fee-table {
	width:100%;
	max-width:900px;
    margin: 10px auto 24px;
    border: 1px solid #aaaaaa;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
}

.fee-table th {
    border: 1px solid #cccccc;
    border-left: none;
    border-top: none;
    background: #fef6e9;
    padding: 5px 10px;
	
}

.fee-table tr th:last-child {
    border-right: 0;
}

.fee-table tr:last-child th {
    border-bottom: 0;
}
.fee-table td {
    border: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
    text-align: right;
    padding: 0.25em;
		    background: #ffffff;
}
.fee-table td.no-pdng {
	padding: 0 1em;
}
.fee-table td.pdng-r-20 {
	padding-right: 20px;
}
.fee-table td.pdng-l-20 {
	padding-left: 20px;
}


.fee-table tr td:last-child {
    border-right: 0;
}

.fee-table tr:last-child td {
    border-bottom: 0;
}

.fee-table caption {
	padding-top:0.5em;
    caption-side: bottom;
	text-align:left;
	line-height:1.6;
	color:#3399cc;
}

.fee-table caption .strong {
	margin-top:0.5em;
	border:#3399cc 1px solid;
}

dl.facility-detail {
	width:100%;
	max-width: 680px;
    margin: 0 auto 30px;
	display:flex;
	flex-wrap: wrap;
	gap:5px;
}

dl.facility-detail dt {
	position: relative;
    width: 7.5em;
    margin: 0;
    padding: 0;
}
dl.facility-detail dt::after {
	position: absolute;
    display: inline-block;
    content: ":";
	right:1em;
}

dl.facility-detail dd {
    width: auto;
	min-width:70%;
    margin: 0;
    padding: 0;
}
@media (max-width: 960px) {
	dl.facility-detail dd {
		padding: 0 0 0 1em;
	}
}

.facility-map {
    width: 100%;
	max-width:628px;
    padding: 0;
    margin: 0 auto 80px;
    border: 1px solid #e2b585;
	line-height:0;
}


.facility-map iframe {
	border: 0;
	background-color: transparent;
	overflow: hidden;
	width:100%;
	max-width: 628px;
    min-height: 320px;
}


.fee-table-children {
	width:100%;
	max-width:800px;
    margin: 10px auto 24px;
    border: 1px solid #aaaaaa;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 14px;
}

.fee-table-children th {
    border: 1px solid #cccccc;
    border-left: none;
    border-top: none;
    background: #fef6e9;
    padding: 5px 15px;
    text-align: left;
    min-width: 200px;
}

.fee-table-children tr th:last-child {
    border-right: 0;
}

.fee-table-children tr:last-child th {
    border-bottom: 0;
}
.fee-table-children td {
    border: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
    padding: 5px 1em;
	text-align: right;
	width:auto;
	min-width:240px;
}

.fee-table-children tr td:last-child {
    border-right: 0;
}

.fee-table-children tr:last-child td {
    border-bottom: 0;
}

.children-other > tr > th {
    /* width: 160px; */
    /* padding: 5px 0; */
}


.time-table {
	width:100%;
	max-width:800px;
    border: 1px solid #aaaaaa;
    border-spacing: 0;
    border-collapse: separate;
    font-size: 16px;
    margin: 0 auto 30px ;
}

.time-table th {
    border: 1px solid #cccccc;
    border-left: none;
    border-top: none;
    background: #fef6e9;
    padding: 5px 15px;
    width: 140px;
}

.time-table tr th:last-child {
    border-right: 0;
}

.time-table tr:last-child th {
    border-bottom: 0;
}
.time-table td {
    border: 1px solid #cccccc;
    border-top: 0;
    border-left: 0;
    padding: 5px 15px;
    width: 250px;
}

.time-table tr td:last-child {
    border-right: 0;
}

.time-table tr:last-child td {
    border-bottom: 0;
}

.time-table caption {
	padding-top:0.5em;
    caption-side: bottom;
	text-align:left;
	line-height:1.6;
	color:#3399cc;
}

.time-table caption .strong {
	margin-top:0.5em;
	border:#3399cc 1px solid;
}


p.time-txt {
    margin: 0 0 0.5em 30px;
    color: #3399cc;
}


p.consult-intro-txt {
    text-align: center;
    margin: 0 auto 30px 0;
    line-height: 200%;
}

p.general-txt {
    margin-left: 2em;
    margin-right: 0em;
}


ul.org-list {
    list-style: none;
    margin: 50px 0 0 30px;
    padding: 0;
    font-size: 14px;
}

ul.org-list > li {
    display: block;
    margin: 0 0 10px 0;
    clear: both;
}
ul.org-list > li::before {
	    border: 1px solid #e2b585;
	    border-top: 0;
	    border-right: 0;
	    /* border-left: 0; */
	    display: block;
	    width: 20px;
	    height: 58px;
	    content: "";
	    float: left;
	    /* background: #ff0000; */
	    margin: -33px 0 -26px -20px;
}

ul.org-list > li.org-noborder::before {
	display: none;
}

ul.org-list li a {
    display: block;
    border: 1px solid #D3B9A0;
    padding: 13px 8px;
    width: 280px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

ul.org-list li a:hover {
   /* border: 1px solid #3399cc;*/
}

ul.org-list-sub {
    margin: 0 0 0 -20px;
    padding: 0;
    list-style: none;
}
ul.org-list-sub li {
    display:table;
    float: left;
    margin: 0px 0 10px 20px;
}

ul.org-list-sub li::before {
    border: 1px solid #e2b585;
    border-top: 0;
    border-right: 0;
    /* border-left: 0; */
    display: block;
    width: 20px;
    height: 58px;
    content: "";
    float: left;
    /* background: #ff0000; */
    margin: -33px 0 0 -20px;
}

ul.org-list > li:first-child::before {
    border-top: 1px solid #e2b585;
    border-left: 1px solid #e2b585;
    border-bottom: 0;
    margin-top: 26px;
    width: 19px;
}

ul.org-list-sub li a {
	display: table-cell;
	vertical-align: middle;
}

ul.org-list-sub li + li::before {
    border-left: 0;
}
ul.org-list-sub li + li a {
	width:100%;
    max-width 150px;
}

a.org-dayservice {
    background: #fff5f9;
}

a.org-caresupport {
    background: #fff6dd;
}

a.org-helper {
    background: #f3fad0;
}

a.org-medaka-home {
    background: #e6fdf3;
}

a.org-medaka-home {
}

a.org-medaka-home2 {
    background: #e9f8ff;
}

a.org-childrenday {
    background: #f2f0fe;
}
a.org-consultation {
    background: #FEF0F0;
}
a.org-hkango {
    background: #FCFDEA;
}
a.org-hkango:hover {
    background: #F8FCCF;
}
a.org-consultation:hover {
    background: #FFD2D2;
}

a.org-dayservice:hover {
    background: #F9DDE8;
}

a.org-caresupport:hover {}

a.org-caresupport:hover {
    background: #FFEBB3;
}

a.org-helper:hover {
    background: #E4F1A5;
}

a.org-medaka-home:hover {
    background: #B2F3D7;
}

a.org-medaka-home2:hover {
    background: #CDEEFF;
}

a.org-childrenday:hover {
    background: #E4DFFD;
}
a.org-medaka-home-main {
    background: #ecf6ff;
}

a.org-medaka-home-main:hover {
    background: #bedff8;
}

a.org-medaka-group {
    background: #EFFDE5;
}

a.org-medaka-home-group:hover {
    background: #CDF3B2;
}

a.org-medaka-group {
    background: #FDE5F4;
}

a.org-medaka-home-group:hover {
    background: #F3B2DA;
}

a.org-medaka-group {
    background: #FDE5F4;
}

a.org-medaka-home-group:hover {
    background: #F3B2DA;
}

a.org-consultation2 {
    background: #E5F0FD;
}

a.org-consultation2:hover {
    background: #B2CFF3;
}

ul.org-list li:first-child > ul.org-list-sub > li:first-child:before {
    border-left: 0;
}

a.org01 {
    background: #FFF9D1;
}
a.org01:hover {
    background: #FFF08B;
}
a.org02 {
    background: #F2F6D7;
}
a.org02:hover {
    background: #DEE99A;
}
a.org03 {
    background: #E3F0DF;
}
a.org03:hover {
    background: #B9DAAF;
}
a.org04 {
    background: #CDE7E3;
}
a.org04:hover {
    background: #82C4B8;
}
a.org05 {
    background: #C4E2ED;
}
a.org05:hover {
    background: #6BB7D1;
}
a.org06 {
    background: #CEDDEC;
}
a.org06:hover {
    background: #84AACF;
}
a.org07 {
    background: #D9DAEB;
}
a.org07:hover {
    background: #A0A3CE;
}
a.org08 {
    background: #EBD9E7;
}
a.org08:hover {
    background: #CD9FC4;
}
a.org09 {
    background: #F6D9DF;
}
a.org09:hover {
    background: #E8A1AF;
}

a.org10 {
    background: #FDE5DA;
}
a.org10:hover {
    background: #FBBFA3;
}

.sub-title-service {
    clear: both;
    font-family: "Noto Sans JP", sans-serif;
    margin: -15px 0px 20px 0;
    font-weight: bold;
    text-align: center;
}
.sub-title-service::before {
	content: url(../img/h2.png);
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
.sub-title-service::after {
    content: url(../img/h2.png);
    display: inline-block;
    margin: 0px 0 0 10px;
    padding: 0 0 0 0;
}

p.service-txt {
    text-align: center;
    color: #e7711b;
    font-size: 18px;
}

.facility-title span.fee-current {
    font-size: 16px;
    font-weight: bold;
    color: #7a5732;
    margin: 0 -70px 0 0px;
}



span.sub-title-fee {
    font-size: 16px;
}

.no-pdng {
    padding: 0;
}


.fee-omit {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    margin: 5px 0 5px 45%;
    font-weight: bold;
    overflow: hidden;
    float: left;
}

table td.align-center {
	text-align: center;
}

th.fee-type {
    background: #F7F7F7;
    color: #1c7694;
}

span.fee-current {
    font-size: 16px;
}


.sub-title-fee {
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
    font-size: 22px;
    margin: 0 0 0.5em 1em;
    color: #333;
    padding: 0.25em;
	border-bottom: 1px solid rgba(5,62,98,1);
}
@media screen and (max-width: 1024px) {
	.sub-title-fee {
		font-size: 20px;
    	margin: 0 0 0.5em 0;
	}
}

.txt-indent {
	text-indent: 1em;
}

h2.question-title {
    font-family: "Noto Sans JP", sans-serif;
    color: #3399cc;
}
h2.question-title span {
    color: #92AB11;
}

.question-box {
	margin:0.5em 1em;
    background: #fef6e9;
    padding: 0.75em;
    border-radius: 20px;
}
@media screen and (max-width: 1024px) {
	.question-box {
		margin:0.5em;
		padding: 20px;
		border-radius: 20px;
	}
}

.facility-sketch {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.facility-sketch img {
    display: block;
    margin: 0 auto;
  width: 100%;
  height: auto;
}
.facility-sketch img.no4 {
    max-width:500px;
}

.facility-sketch a {
    border: 2px solid #d3b9a0;
    display: inline-block;
 
    margin: 0 auto;
				-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.facility-sketch a:hover {
    border: 2px solid #ff9900;
    /*padding: 0;*/
}
.fee-table-medaka {
    
}
.fee-table-medaka th {
    padding-right: 12px;
    padding-left: 12px;
}

th.fee-type-sub {
    background: #DEF9FF;
    color: #1c7694;
}

a.fee-link {
    color: #3399cc;
    text-decoration: underline;
				-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.fee-link:hover {
    color: #e7711b;
}

a.fee-link::before {content: ">";}

/* 採用情報 */
#entry-point {
    width: 100%;
}

#entry-point dt {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 1em 0;
}

#entry-point dd {
    margin: 0;
}

dl#entry-point ul {
    margin: 0;
    border: 1px dotted #cccccc;
    border-left: 0;
    border-right: 0;
    padding: 20px 40px;
}

dl#entry-point ul li {
    line-height: 150%;
}

dl#entry-point ul li + li {
    margin-top: 1em;
}

.tbl-recruit-form-belong {
    width: 7em !important;
    display: inline-block;
}
.entry-input-text-5em {
    width: 5em !important;
}

.form-list-item-age {
    width: 100%;
    margin-bottom: 1em;
}
.form-list-item-halfwidth {
    font-size: 90%;
    margin: 0px 0 0 5px !important;
    font-weight: normal !important;
}
.entry-input-text-3em {
    width: 3em !important;
}

.tbl-form {
  border-collapse: collapse;
  width: 100%;
  margin: 50px auto 0 auto;
  font-size: 95%;
}
.tbl-form tr {
}
.tbl-form th, .tbl-form td {
  line-height: 150%;
  padding: 1em 1em;
  border: 1px solid #bbbbbb;
}
.tbl-form th {
  width: 140px;
  background: #F4F4F4;
  font-weight: normal;
  padding: 0 0 0 4em;
  text-align: left;
}
.tbl-form td {
  width: 400px;
}
.need {
    background: #e7711b;
    padding: 5px 3px;
    font-size: 0.7em;
    color: #ffffff;
    margin: 0 4px 0px -4em;
    display: block;
    position: relative;
    float: left;
    top: 2px;
    left: 0;
    line-height: 1em;
    width: 2.5em;
    height: 11px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
}
.form-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-list-item {
    display: inline-block;
    vertical-align: middle;
    margin:2px 15px 2px 0;
    padding:0;
}

.entry-submit {
    list-style: none;
    text-align: center;
    margin: 30px 0 50px 0;
}
.entry-submit il {
    display: inline-block;
}

.submit_btn {
  background: #3399cc;
  border: 0;
  width: 300px;
  padding: 30px 0;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: bold;
  color: #ffffff;
  font-size: 110%;
}

.entry-input-text {
  width: 340px;
}
.entry-input-text-6em {
  width: 6em !important;
}
.entry-input-text-8em {
  width: 8em !important;
}
.entry-textarea {
  width: 98%;
  resize: vertical;
}

.tbl-form .ex {
    margin-top: 0;
}

a.recruit-link {
    color: #3399cc;
    text-decoration: underline;
}

a.recruit-link:hover {
    color: #e7711b;
}

/* 個人情報保護方針 */
h3.privacy-title {
    font-size: 110%;
    margin-top: 2em;
    margin-bottom: 0.5em;
    margin-left: 10px;
    border-bottom: 1px dotted #cccccc;
}

h3.privacy-title ~ p {
    margin-top: 0;
    margin-left: 10px;
}

.hellowork {
	margin:10px 40px;
}
.hellowork dt{
	font-weight:bold;
	line-height:2;
}

.about-area section{
	margin-bottom:60px;
}
.about-area p{
	text-indent: 1em;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 20px 0.55em 20px;
    padding: 0;
    font-size: 110%;
}

.about-area .jirei{
	width:90%;
	margin:10px auto 15px;
	padding:0.8em;
	background: #F9F9F9;
	font-size:85%;
	font-weight:500;
}
.about-area .jirei h1{
	margin:0.25em 1em 0.6em;
	padding:0;
	font-size:21px;
    font-family: "Noto Sans JP", sans-serif;
	line-heght:2;
	border-bottom:rgba(78,11,12,1.00) 1px solid;
}
.about-area .jirei p{
	font-family: "Noto Sans JP", sans-serif;
}

figure.yoshida {
	margin:0 0 1% 1%;
	float: right;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	figure.yoshida {
		margin:0 auto 16px;
		display:block;
		float:none;
		text-align: center;
	}
}

figure.yoshida img{
	width:100%;
	max-width:320px;
	height:auto;
}
figure.yoshida figcaption span{
	font-size:1.3em;
}

.index-navi {
	width:70%;
	margin:5px auto 30px;
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.4em 0 0.4em 1.25em;
}

.index-navi li {
  line-height: 1.4;
  padding: 0.25em 0;
}
.index-navi a{
  color:rgba(37,72,183,1.00);
}
.index-navi a:hover{
  color:#f90;
}

td.other {
	text-align: left;
}


.post_archive_list h2 {
  width: 600px;
  margin: auto;
  font-size: 16px;
  font-weight: bold;
  background: #C29278;
  color: #fff;
  padding: 10px 0 10px 30px;
}

.post_archive_list {
  margin-bottom: 30px;
}

.post_archive_list ul {
  width: 600px;
  margin: auto;
  background: #f7f7f7;
  padding: 15px 20px;
}

.post_archive_list li {
  width: 100%;
  display: flex;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0 10px 30px;
  font-size: 14px;
}

.info_ul li {
  padding-left: 10px !important;
}

.post_archive_list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.post_archive_list time {
  width: 18%;
  color: #3696db;
  font-weight: bold;
}

.post_archive_list p {
  width: 85%;
}

.post_archive_list a:link {
  text-decoration: underline;
}

.post_archive_list a:visited {
  text-decoration: underline;
}

.post_archive_list a:hover {
  text-decoration: none;
}

.post_archive_list a:active {
  text-decoration: underline;
}
.page_a {
  background: url("../disclosure/img/pdf.png") no-repeat left center;
  padding-left: 35px;
}