@media screen and (max-width: 599px) {

body {
	background: none;
}

.nosp,
.nosp-i {
	display: none;
}

.nopc {
	display: block;
}


#header {
	width: 100%;
	height: auto;
	background: none;
	margin-top: 0;
	padding-top: 0;
}

#header-area {
	width: 100%;
	height: auto;
}

header h1 a {
	display: block;
	width: 197x;
	height: 27px;
	background-size: 197px 27px;
	position: static;
	margin: 4px 0 0 8px;
}


#panel-btn{
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 26px;
  border-radius: 2px;
	border: solid 1px #009fde;
	top: 4px;
	right: 5px;
}

#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin: -1px 0 0 -11px;
  background: #009fde;
  transition: .2s;
}

#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 2px;
  background: #009fde;
  transition: .3s;
}

#panel-btn-icon:before{
  margin-top: -7px;
}

#panel-btn-icon:after{
  margin-top: 5px;
}

#panel-btn .close{
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after{
  margin-top: -1px;
}

#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


#mainnav {
	position: absolute;
	top: 16px;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background: #009fde;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 3;
}

#mainnav.open {
	max-height: 44.8em;
	padding-bottom: 1em;
}


#header nav {
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#mainnav li {
	float: none;
	border-left: none;
	padding-left: 0;
	margin: 0 auto;
	width: 95%;
}

#mainnav li:first-child {
	padding-top: 0.5em;
	margin: 0 auto;
}

#mainnav li a {
	color: #fff;
	display: block;
	margin: 0 auto;
	border-bottom: dotted 1px #fff;
	padding: 0.5em 0 0.5em 24px;
	text-decoration: none;
	font-size: 1.4rem;
	background: url(/img/nav_arrow_sp.png) 3px center no-repeat;
	line-height: 15px;
	background-size: 15px 15px;
}


#telweb {
	width: 100%;
	background: #5ab435;
	overflow: hidden;
	box-sizing: border-box;
	padding: 6px 8px;
	margin-top: 3px;
}

#telweb li#header-tel {
	float: left;
}

#telweb li#header-web {
	float: right;
}

#telweb li {
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 48.6%;
}


#telweb li a {
	display: block;
	width: 100%;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
}

.sp_head_circle {
	width: 100%;
	height: 10px;
	background-image: url(/img/circle.svg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 36px 10px;
	background-color: #e9f5fb;
}
.sp_head_circle.sp_head_circle_c {
	background-color: #fff;
}


/* footer */

#footerinfo {
	background: #009fde;
	min-width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	margin-top: 20px;
}

#footerinfo p {
	width: auto;
	padding: 10px 0;
	line-height: 1.2;
}



/* contents */

#contents {
	width: 100%;
}

#mainimage {
	margin-top: 0;
}

#mainimage img {
	width: 100%;
	height: auto;
}

#topcolumn {
	margin-top: 0;
}

#top-left,
#top-right {
	width: 100%;
	float: none;
}


#consultation-title {
	border: none;
	color: #fff;
	background: url(/img/clock_sp.png) 8px center no-repeat #009fde;
	background-size: 18px 18px;
	padding: 8px 0 8px 33px;
	height: auto;
	line-height: 1;
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: normal;
	box-sizing: border-box;
	margin-top: 20px;
}

#consultation-table {
	width: 95%;
	margin: 7px auto 0;
	color: #595857;
	font-size: 1.4rem;
}

#consultation-table tr {
	border-bottom: solid 1px #595857;
}

#consultation-table td {
	font-size: 1.3rem;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}

#consultation-table thead th {
	padding: 0 1.4% 6px;
	font-weight: normal;
}

#consultation-table tbody th {
	text-align: left;
	padding-left: 3px;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 4px;
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace !important;
	font-size: 1.5rem;
	font-weight: bold;
}

#consultation-table tbody th span {
	font-size: 70%;
}

#consultation-table tbody th span.mini {
	font-size: 55%;
	display: block;
	text-align: center;
	margin-top: 2px;
}

#consultation-text {
	font-size: 1.4rem;
	margin: 6px auto 0;
	line-height: 1.4;
	width: 95%;
}


#infotop-title {
	border: none;
	color: #fff;
	background: url(/img/info_sp.png) 8px center no-repeat #009fde;
	background-size: 18px 18px;
	padding: 8px 0 8px 33px;
	height: auto;
	line-height: 1;
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: normal;
	box-sizing: border-box;
	//margin-top: 15px;
}

#infotop {
	width: 95%;
	margin: 0 auto;
}

#infotop li {
	font-size: 1.4rem;
	letter-spacing: -.40em;
	border-bottom: dashed 1px #82d7f9;
	padding: 8px 0;
	display: block;
}

#infotop li:first-child {
	border-top: none;
}

.top-ymd {
	background: none;
	color: #0082b6;
	width: auto;
	box-sizing: border-box;
	text-align: center;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.2;
}

.top-title,
.info-title-c {
	display: block;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.4;
	margin-top: 4px;
}

.top-title a,
.info-title-c a {
	color: #0498d2;
}

#topinfolink {
	text-align: right;
	padding: 0;
	width: 95%;
	margin: 10px auto 0;
}

#topinfolink a {
	font-size: 1.4rem;
	color: #0498d2;
}


#calendar-title {
	border: none;
	color: #fff;
	background: url(/img/calendar_sp.png) 8px center no-repeat #009fde;
	background-size: 18px 18px;
	padding: 8px 0 8px 33px;
	height: auto;
	line-height: 1;
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: normal;
	box-sizing: border-box;
	margin-top: 15px;
}

#monthchg {
	overflow: hidden;
	margin-top: 9px;
	margin-bottom: 8px;
}

#monthchg > div {
	float: left;
	font-size: 1.4rem;
}

#prevchg {
	width: 32%;
	text-align: right;
}

#nextchg {
	width: 32%;
	text-align: left;
}

#scheduleym {
	width: 36%;
	text-align: center;
}


.calendar-sp {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 1.3rem;
	line-height: 1.3;
	display: none;
}

.calendar-sp-c {
	display: table;
}

.calendar-sp > div {
	display: table-row;
}

.calendar-sp > div > div {
	display: table-cell;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 4px 0;
}

.spday {
	text-align: center;
	width: 2em;
	font-size: 1.4rem;
	font-weight: bold;
}

.spweek {
	text-align: left;
	width: 3em;
	font-size: 1.1rem;
}

.sunsp {
	background: #ffe8f7;
}

.satsp {
	background: #e8f3ff;
}

.sunsp .spday,
.sunsp .spweek {
	color: #ff0000;
}

.satsp .spday,
.satsp .spweek {
	color: #002aff;
}

.scsp > span {
	display: inline-block;
	padding: 2px 6px;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
}

.scsp span.closeall-sp {
	background: #ea609e;
}

.scsp span.closepm-sp {
	background: #f8a8d4;
}

.scsp li {
	margin-top: 0.2em;
}

.scsp li:first-child {
	margin-top: 0;
}

span.closepm-sp + ul,
span.closeall-sp + ul {
	margin-top: 0.2em;
}

.scsp li .yellow {
	color: #ff0000;
}



#access {
	margin: 0px;
	border: none;
	padding: 0px;
}

#access-left {
	width: auto;
	float: none;
	margin-left: 0px;
}

#access-right {
	width: 95%;
	margin: 20px auto;
	float: none;
}

#access-right iframe {
	width: 100%;
	height: auto;
}

#access-title {
	color: #fff;
	background: url(/img/access_sp.png) 8px center no-repeat #009fde;
	background-size: 18px 18px;
	padding: 8px 0 8px 33px;
	height: auto;
	line-height: 1;
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: normal;
	box-sizing: border-box;
	margin-top: 15px;
}

#access-left p {
	font-size: 1.5rem;
	line-height: 1.4;
	width: 95%;
	margin: 1em auto 0;
}



/* information */

#info-list {
	width: 95%;
	margin: 20px auto 0;
}

#info-title {
	border: none;
	color: #fff;
	background: url(/img/info_sp.png) 8px center no-repeat #009fde;
	background-size: 18px 18px;
	padding: 8px 0 8px 33px;
	height: auto;
	line-height: 1;
	font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: normal;
	box-sizing: border-box;
}

.infocontents {
	width: 100% !important;
	margin: 0 !important;
}

.infocontents li {
	padding: 16px 0 !important;
}

.infolink {
	margin-top: 20px !important;
	width: 100% !important;
}



/* static */

.static-frame {
	width: 95%;
	margin: 20px auto 40px;
	font-size: 1.4rem;
}

.h1header {
	font-size: 1.6rem;
	background: #009fde;
	color: #fff;
	margin: 0px;
	padding: 8px;
	box-sizing: border-box;
}

.h1section {
	font-size: 1.5rem;
	color: #009fde;
	border-bottom: solid 1px #009fde;
	font-weight: normal;
	margin-top: 1.5em;
	padding: 0 5px 3px;
	line-height: 1.2;
}

.h2section {
	font-size: 1.4rem;
}

.static-frame section p,
.h1header + p {
	line-height: 1.4;
}

p.annotation {
	font-size: 1.3rem;
	margin-top: -1em !important;
	padding: 0;
}


.mediallist {
	margin: 1.2em 5px;
	line-height: 1.4;
}

.mediallist li {
	margin-bottom: 1em;
	list-style-type: disc;
	margin-left: 1.4em;
}


.sprelative {
	position: relative;
	width: 100%;
}

.table-spframe {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	position: relative;
}

.table-spframe-nosc {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.vaccination-table {
	width: 100%;
}

.vaccination-table-sc th {
	opacity: 0;
	border-color: transparent;
}

.vaccination-table th,
.vaccination-table td {
	width: auto;
}

.vaccination-table-ab {
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.vaccination-table-ab tr:nth-child(8) th {
	background: #b4e8fb;
	border-bottom-color: transparent;
	border-top-color: transparent;
}

.vaccination-table-ab tr:nth-child(7) th {
	border-bottom-color: transparent;
}

.vaccination-table-ab tr:nth-child(9) th {
	border-top-color: transparent;
}

.table-spframe-nosc .vaccination-table td {
	white-space: normal;
}

.vaccination-table td p {
	padding: 0;
}

.ti1 {
	padding-left: 1em !important;
	text-indent: -1em;
}

.ti2 {
	padding-left: 2em !important;
	text-indent: -2em;
}

.vpd-banner {
	margin: 10px 5px -5px;
}

.vpd-banner img {
	width: 100%;
	height: auto;
}


.gaikan-pic {
	width: 100%;
	float: none;
}

.gaikan-pic img {
	width: 100%;
	height: auto;
}

.gaikan-text {
	width: 100%;
	float: none;
}

.gaikan-text p {
	margin: 5px  0 0!important;
	padding: 0 !important;
}


.h1privacy {
	margin: 1.6rem 5px 0;
	font-size: 1.6rem;
}

.h2privacy {
	margin: 1.6rem 5px 0;
	font-size: 1.4rem;
}

.links li img.img100p {
	width: 100%;
	max-width: 468px;
	height: auto;
}


.inq-info {
	margin-top: 0.5em !important;
}

.inq-size1 {
	font-size: 2.0rem;
}

.inq-size2 {
	font-size: 1.2rem;
}



.topblock {
	display: block;
	width: 100%;
	padding: 20px 4%;
	margin: 0 auto;
	background: #e9f5fb;
	box-sizing: border-box;
}
.topblock > li {
	width: 100%;
	border-width: 3px;
}
.topblock > li + li {
	margin-top: 15px;
}
.topblock > li > div {
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.topblock > li > div h2 {
	width: 100%;
	font-size: 1.8rem;
}
.topblock > li ul {
	margin-top: 12px;
	width: calc(100% - 88px);
}
.topblock > li li {
	font-size: 1.45rem;
	margin-top: .5em;
}

.topblock > li img {
	position: static;
	margin-top: 10px;
}


.explanation_title {
	margin: 0 0 45px;
	font-size: 2rem;
}

.explanation_title::after {
	width: 50px;
	height: 3px;
	bottom: -16px;
	margin-left: -25px;
}


}