@charset "utf-8";
/* CSS Document */
#visit {
	line-height: 2em;
	margin: 15px 0 20px 20px;
	width: 96%;
}
#visit p {
	margin-top: 1em;
}

.btn-pdf a {
	font-weight: 600;
	color: #666;
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	text-decoration: none;
}
.btn-pdf a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

ol#daycare {
	margin: 0 0 2em 2em;
}

ol li {
	margin: 1em 0;
	list-style-type: none;
	counter-increment: cnt;
}

ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}

#daycare li dl {
	margin-top: -1.7em;
}
.daycare {
	font-size: 15px;
	font-weight: 600;
	color: #2C5FA0;
}
.daycare dd {
	font-size: 14px;
	font-weight: normal;
	color: #535353;
}

#pic_visit {
	display: block;
	margin: 0 auto 1em;
	width: 96%;
}
#pic_visit img {
	margin: 0 auto;
	height: auto;
	width: auto;
	max-width: 100%;
}

ul#service {
	text-align: left;
	list-style: none;
	width: 96%;
}

ul#service li {
	display: table;
	margin: 0 auto;
	display: table;
	position: relative;
	box-sizing: border-box;
	padding: 20px 0;
	width: 100%;
}
ul#service li:not(:last-child) {
	margin-bottom: 50px;
}
ul#service li:not(:last-child):after{
	content: '\f103';
	font-family: "Ionicons";
	font-weight: 600;
	font-size: 48px;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: block;
	text-align: center;
	color: #548235;
}

ul#service li span {
	display: block;
	background-color: #C5E0B4;
	padding: 15px 20px;
	width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#service dd {
	background-color: #E2F0D9;
	display: block;
	margin: 1em auto;
	padding: 1em;
	width: 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#info {
	margin: 2em auto 0;
	width: 96%;
	border: solid 1px #bbb;
}

#info th {
	font-weight: 600;
	background-color: #EEEEEE;
	text-align: left;
	padding: 0.3em 0.5em;
	width: 33%;
	border: solid 1px #bbb;
	box-sizing: border-box;
}
#info td {
	text-align: left;
	padding: 0.3em 0.5em;
	border: solid 1px #bbb;
	box-sizing: border-box;
}

#burden {
	margin: 2em auto;
	width: 96%;
}
.tit_burden {
	font-weight: 800;
	background-color: #E7F2FF;
	display: block;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}

#burden dd {
	margin: 1em auto 2em;
	box-sizing: border-box;
}
#burden p {
	text-align: right;
	margin: 10px 0;
}

#burden1 {
	margin: 2em 0 0;
	width: 100%;
	border: solid 1px #bbb;
}

#burden1 thead th {
	font-weight: 600;
	background-color: #EEEEEE;
	text-align: center;
	padding: 0.3em 0.5em;
	width: 33%;
	border: solid 1px #bbb;
	box-sizing: border-box;
}
#burden1 tbody th {
	font-weight: 600;
	text-align: left;
	padding: 0.3em 0.5em;
	border: solid 1px #bbb;
	box-sizing: border-box;
}

#burden1 tbody td {
	text-align: center;
	padding: 0.3em 0.5em;
	border: solid 1px #bbb;
	box-sizing: border-box;
}

#burden2 {
	margin: 1em 0;
	width: 100%;
}
#burden2 thead {
	display: none;
}

#burden2 th {
	color: #333;
	background-color: #EEEEEE;
	display: block;
	border-right: none;
}

#burden2 tbody tr {
	display: block;
	margin-bottom: 2em;
}
#burden2 tbody th span {
	font-size: 14px;
	font-weight: normal;
}
#burden2 td {
	border-bottom: 1px solid #bbb;
	display: block;
	text-align: left;
	position: relative;
	padding: 0.3em 0.5em 0.3em 6em;
	border-right: none;
}

#burden2 td::before {
	content: attr(data-label);
	font-weight: bold;
	position: absolute;
	left: 1em;
	color: #167F92;
}

#burden3 {
	margin: 2em 0 0;
	width: 100%;
	border: solid 1px #bbb;
}

#burden3 thead th {
	font-weight: 600;
	background-color: #EEEEEE;
	text-align: center;
	padding: 0.3em 0.5em;
	width: 33%;
	border: solid 1px #bbb;
	box-sizing: border-box;
}
#burden3 tbody th {
	font-weight: 600;
	text-align: left;
	padding: 0.3em 0.5em;
	border: solid 1px #bbb;
	box-sizing: border-box;
}

#burden3 tbody td {
	text-align: center;
	padding: 0.3em 0.5em;
	border: solid 1px #bbb;
	box-sizing: border-box;
}

#tiiki_contact {
	display: block;
	margin: 20px auto 30px;
	width: 96%;
}

.tit_besides {
	font-size: 16px;
	font-weight: 800;
	background-color: #E7F2FF;
	display: block;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-sizing: border-box;
}

.bold {
	font-weight: 600;
}

#btn-explanation {
	display: block;
	margin: 2em auto 1em;
	width: 96%;
}

#btn-explanation a {
	font-weight: 600;
	color: #FFF;
	text-align: center;
	background-color: #069;
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	border-radius: 4px;
	box-sizing: border-box;
}

#btn-pricelist {
	display: block;
	margin: 1em auto;
	width: 96%;
}

#btn-pricelist a {
	font-weight: 600;
	color: #FFF;
	text-align: center;
	background-color: #069;
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%;
	text-decoration: none;
	border-radius: 4px;
	box-sizing: border-box;
}


@media only screen and (min-width: 769px) {
#ptit h1 {
	text-align: left;
}

#visit {
	width: 1000px;
}

#pic_visit {
	float: right;
	margin: 0 0 2em 3em;
	width: 320px;
}

#info {
	width: 940px;
}
#info th {
	width: 320px;
}

#burden1 {
	width: 620px;
}
#burden1 tbody th {
	width: 320px;
}
#burden1 tbody td {
	width: 150px;
}

#burden2 {
	border-collapse: collapse;
	display: table;
	margin: 2em 0 1em;
	width: 620px;
	border: 1px solid #bbb;
}

#burden2 thead {
	text-align: center;
	display: table-header-group;
	padding: 0;
}

#burden2 th,
#burden2 td {
	display: table-cell;
	padding: 0.3em 0.5em;
	border: 1px solid #bbb;
}
#burden2 tbody tr {
	display: table-row;
	margin-bottom: 0;
}
#burden2 tbody th {
	text-align: left;
	color: #333;
	background-color: #EEEEEE;
}
#burden2 tbody td {
	text-align: center;
}
#burden2 td::before {
	content: "";
}
#burden2 thead tr th.bu-classification {
	width: 320px;
}
#burden2 thead tr th.price {
	width: 150px; 
}
#burden2 thead tr th.bu-note {
	width: 150px;
}

#burden3 {
	width: 470px;
}
#burden3 th {
	width: 320px;
}
#burden3 td {
	width: 150px;
}

#ri_cts dd {
	width: 1000px;
}

.btn-pdf {
	display: block;
	margin: 1em 0 0;
	width: 600px;
}

#btn-explanation {
	display: block;
	margin: 1em auto;
	width: 96%;
}
#btn-explanation a {
	width: 260px;
}

#btn-explanation a:hover {
	opacity: 0.7;
}

#btn-pricelist {
	display: block;
	margin: 1em 0;
	width: 100%;
}
#btn-pricelist a {
	margin: 0;
	width: 260px;
}

#btn-pricelist a:hover {
	opacity: 0.7;
}

}