@charset "utf-8";
/* CSS Document */
#wrapper {
overflow: visible !important;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 40px;
	height: 40px;
	z-index: 50000;
	 filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

header {
	background-color: #FFF;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------------------メインイメージ*/

#breadcrumb {
	width: calc(100% - 20px);
	height: 50px;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
　　list-style: none;
    text-align: left;
	background-color: #f8f8f8;
	padding-left: 20px;
}
#breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  line-height: 50px;
}

#breadcrumb li:after {
  content: '>';
  padding: 3px 7px;
  color: #000;
}

#breadcrumb li:last-child:after {
  content: '';
}

#breadcrumb li a {
  width: auto;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
#breadcrumb .nl{
	width: auto;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  color: #239178;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: left;
}

#breadcrumb li a:hover {
  color: #239178;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	position: relative;
	width: 1200px;
	height: auto;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#Sidemenu {
	width: 200px;
	height: auto;
}
#smenu {
	position: sticky;
	top: 20px;
	width: 100%;
	height: 500px;
}
#smenu .ttl{
	width: 100%;
	height: 59px;
	float: left;
	border-bottom: 1px solid #CCC;
}
#smenu .t1{
	width: 100%;
	height: 21px;
	font-size: 20px;
	line-height: 21px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	letter-spacing: 1px;
	float: left;
}
#smenu .t2{
	width: 100%;
	height: 11px;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	float: left;
	margin-top: 10px;
}
#smenu .smlist {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
}
#smenu .smlist li {
  width: calc(100% - 18px);
  display: inline-block;
  list-style: none;
  font-size: 14px;
  line-height: 15px;
  font-weight: 600;
  text-align: left;
  padding-left: 18px;
  text-indent: -18px;
  margin-top: 10px;
  color: #239178;
}
#smenu .smlist li a{
  color: #000;
  font-weight: 500;
}
#smenu .smlist li a:hover{
  color: #239178;
  text-decoration: underline;
}

#smenu .smlist li:before {
  content: '>';
  padding: 0px 7px 0px 0px;
  color: #239178;
}
#smenu .smlist li.sub:before{
  content: '・';
  padding: 0px 7px 0px 3px;
  color: #000;
}

#Sidemenu .sidemenu {
	position: sticky;
	top: 10px;
	width: 100%;
	height: auto;
}


#Contents {
	width: 950px;
	height: auto;
}
#Contents:after{
	content: "";
	clear: both;
	display: block;
}

#mimg {
	width: 100%;
	height: 59px;
	border-bottom: 1px solid #CCC;
}
#mimg .t1{
	width: auto;
	height: 40px;
	font-size: 35px;
	line-height: 40px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	letter-spacing: 1px;
	color: #239178;
	float: left;
}
#mimg .t2{
	width: auto;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}


#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}

#contents01 .txt01 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-size:16px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-top: 25px;
}

#contents01 .txt01 a{
	color: #000;
}

h2 {
	width: 950px;
	height: 39px;
	border-bottom: 1px dotted #999;
	background-image: url(../web/consultation_hours/ac01.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 45px;
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
	margin-top: 40px;
}
h3 {
	width: 950px;
	height: 39px;
	border-bottom: 1px dotted #999;
	background-image: url(../web/consultation_hours/ac01.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 45px;
	font-size: 27px;
	line-height: 30px;
	letter-spacing: 1px;
	float: left;
	margin-top: 60px;
}

#rsc {
	width: 100%;
	height: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	float: left;
	margin-top: 20px;
}
#rsc .day{
	width: 80px;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 14px;
	line-height: 30px;
	color: #000;
}
#rsc .ttl{
	width: 850px;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-left: 20px;
}
#rsc .ttl a{
	color: #000;
	transition: 0.4s;
}
#rsc .ttl a:hover{
	color: #239178;
}



@media screen and (min-width:768px){
#SPmenu { display:none;}
}
