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

a {
	text-decoration: none !important;
}
#m_menu, .b_inquiry .bt, #wrapper .side, section.bc, .appointment, section.b_banner, footer, #totop a {
	display: none !important;
	visibility: hidden !important;
}
.b_inquiry {
  width: auto;
	height: 0px;
	margin-left: auto;
}
.inner, .description .figcaptoin {
  width: 100% !important;
}
#wrapper {
	background: none;
  min-width: inherit;
	padding: 0;
}
#wrapper .content, .header {
  /*A4縦*/
  width: 100%;
  /*
	width: 190mm;
	height: 251mm;
	page-break-after: always;
	*/
	padding: 0;
}
header {
	padding-top: 0px;
}
#wrapper .content {
	margin-left: auto;
	margin-right: auto;
}
.page .point {
  page-break-after: auto;
}
.page {
  padding: 30px 0px;
}
.page .description .flex {
  align-items: flex-start;
}
.page .note, .page .img {
	display: block;
}
.page .note, .page .description figcaptoin {
  width: 64%;
}
.page .img, .page .description .noteleft figure, .page .description .noteright figure {
  width: 34%;
}
.page .catch {
	width: 100%;
	margin-top: 0;
}
.page .description figcaptoin p {
  width: 100% !important;
}
.page .description figcaptoin p:empty {
	display: none;
}
.dl_1 > div {
  padding: 5px 0;
}
.dl_1 > div, .page .note p, .page .description p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.page .description > div > div {
  margin-top: 10px;
}


/*pc
-------------------------------------------------------*/
@media screen and (min-width: 740px) {
  
  
  
}


/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 739px) {
  
  

}