<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*----------------------------------------------------------

年齢早見表CSS

----------------------------------------------------------*/
.wrapper {
	width: 95%;
  max-width: 960px;
  margin: 30px auto 0;
}

.birth_ttl {
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  color: #fff;
	position: absolute;
	top: 1px;
	left: 40px;
}

.contents_header {
  padding: 30px;
  background-color: #239BE6;
  border-radius: 5px;
  position: relative;
}

.contents_header_inner {
  background: #fff;
  margin: 0 auto;
  padding: 4%;
  border-radius: 5px;
  display: flex;
  position: relative;
}

.ttl {
  width: 50%;
  float: left;
}

.ttl h2 {
  letter-spacing: 0em;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.ttl h2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl h2 img {
	width: 100%;
	max-width: 346px;
	height: auto;
}

.ttl p {
  margin-top: 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.ttl a {
  display: none;
}

.links {
  width: 50%;
  padding-left: 4%;
}

.links_bottom {
	display: block;
	width: 100%;
  float: none;
  margin-top: 50px;
  padding-left: 0;
}

.links .links_inner {
  width: 100%;
  padding-bottom: 8%;
  background: #eee;
  border-radius: 5px;
}

.links_bottom .links_inner {
  padding-bottom: 4%;
}

.links h3 {
	background: #2E4FB5;
  padding: 10px 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.links_bottom h3 {
  font-size: 1.4rem;
}

.links p {
  margin-top: 5%;
  padding: 0 5%;
}

.links ul {
  margin-top: 5%;
  padding: 0 5%;
}

.links_bottom ul {
  margin-top: 3%;
}

.links ul li {
  margin-top: 10px;
	list-style: none;
}

.links_bottom ul li p {
	display: inline-block;
	margin-top: 10px;
	padding: 2px 8px;
  background: #fff;
  border-left: 7px solid #2E4FB5;
}

.links ul li a {
  display: block;
  padding: 8px 15px 8px 40px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}

.links_bottom ul li a {
  display: block;
  margin-top: 15px;
  padding: 0 0 0 30px;
  background: none;
  color: inherit;
  text-decoration: underline;
	text-align: justify;
	text-justify: inter-ideograph;
  border-radius: 0;
  position: relative;
}

.links ul li a:before {
	content: "";
	width: 13px;
	height: 14px;
	background: url(../img/icon_arrow.png) no-repeat;
	background-size: 13px 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}

.links_bottom ul li a:before {
	top: 2px;
  bottom: auto;
  margin: auto;
  left: 10px;
}

.links ul li a span {
  margin-left: -8px;
  margin-right: -5px;
}
.links ul li:nth-of-type(2) a {
  letter-spacing: -0.1px;
}

.links_bottom .sitetop {
  margin: 20px 20px 0;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}

.links_bottom .sitetop p {
  margin-top: 0;
	padding: 0;
}

.links_bottom .sitetop a {
	display: block;
  margin: 10px auto 0;
  max-width: 324px;
}

.links_bottom .sitetop a img {
	width: 100%;
  max-width: 324px;
	height: auto;
}

.main {
  margin-top: 10px;
}

.nav {
  display: none;
}

.birthlist thead tr th.color_1,
.birthlist tfoot tr th.color_1 {
  border: none;
}

.age_list {
  display: flex;
}

.list01 {
  width: 50%;
  padding-right: 20px;
}
.list02 {
  width: 50%;
  padding-left: 20px;
}

.birth_contents {
  width: 100%;
  margin: 0 auto;
}

.birthlist {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #aaa;
}

.birthlist tr td,
.birthlist tr th {
  vertical-align: middle;
  padding: 5px 0;
  border: 1px solid #ccc;
}

.birthlist tr th {
  border-bottom: 2px solid #aaa;
  border-color: #aaa;
	text-align: center;
}

.birthlist tr td {
	color: #222;
  text-align: center;
}

.birthlist thead tr th.color_2 {
  background-color: #ddd;
  width: 33.333%;
}

.birthlist tr:nth-child(even) { background-color:#f9f9f9; }

.birthlist caption {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 10px 0 5px 5px;
  background-color: #fff;
  text-align: left;
  border-right: none;
}

.birthlist caption span {
  font-weight: bold;
  font-size: 1.5rem;
  color: #239BE6;
}

.exp_bottom {
  background-color: #eee;
  padding: 30px;
  max-width: 100%;
  margin: 30px auto;
  border-radius: 5px;
}

.exp_bottom .inner {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

.exp_bottom h2,
.exp_bottom .inner h3 {
  font-size: 1.6rem;
  color: #2E4FB5;
}

.exp_bottom .inner h3 {
  margin-top: 10px;
}

.exp_bottom ul {
  margin-top: 10px;
	padding-left: 25px;
	list-style-type: disc;
}

.exp_bottom ul li,
.exp_bottom .inner p {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

.exp_bottom ul li a {
  display: inline-block;
  font-size: 1.4rem;
  color: #002DB9;
  font-weight: bold;
  text-decoration: underline;
}

.pageright {
  position: fixed;
  top: 30px;
  right: 0;
  display: none;
}

.pageright a {
  display: block;
  padding: 12px 12px 30px;
  width: 1em;
  background: #f48622;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.pageright a:before {
  position: absolute;
  bottom: 12px;
  left: 14px;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 12px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 12px solid #fff;
}

/*===================================================================================================================*/
@media screen and (max-width:640px) {

	.wrapper {
	  width: 100%;
		margin-top: 0;
	}

  .birth_ttl {
    height: 22px;
    line-height: 22px;
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 30px;
  }

	.contents_header {
    padding: 22px 20px;
	  border-radius: 0px;
	}

  .contents_header_inner {
    padding: 20px;
  }

	.ttl {
	  width: 100%;
	  float: none;
	}

	.ttl h2 {
    margin-top: 10px;
	  font-size: 1.2rem;
	}

  .ttl h2 span {
    top: -10px;
  }

	_:-ms-lang(x)::-ms-backdrop, .ttl h2 {
		/* IE11 */
		margin-top: 25px;
	}
	_:-ms-lang(x)::-ms-backdrop, .ttl h2 span {
  	/* IE11 */
		top: -25px;
	}

	.ttl h2 img {
		width: 173px;
	}

  .ttl p {
	  margin-top: 15px;
	}

	.ttl a {
	  display: inline-block;
		margin-top: 10px;
		padding-left: 20px;
		text-decoration: underline;
		position: relative;
	}
	.ttl a:before {
    content: "";
    width: 13px;
    height: 14px;
    background: url(../img/icon_arrow.png) no-repeat;
    background-size: 13px 14px;
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    left: 2px;
}

	.links {
		display: none;
	}

	.links_bottom {
		display: block;
	}

	.links_bottom .links_inner {
		border-radius: 0;
		padding-bottom: 20px;
	}

	.links_bottom h3 {
		padding: 10px;
    border-radius: 0;
	}

	.links_bottom ul {
		margin-top: 5px;
    padding: 0 20px;
	}

	.main {
		margin-top: 1px;
	}

	.nav {
	  display: block;
	}
	.nav p {
	  width: 100%;
    padding: 5px 0;
    background: #aaa;
    color: #fff;
	  text-align: center;
	}
	.nav ul {
    display: flex;
		border-bottom: 1px solid #aaa;
	}
	.nav ul li {
		width: 50%;
		padding-left: 20px;
    list-style: none;
		position: relative;
	}
  .nav ul li:before {
		content: "";
		width: 13px;
		height: 13px;
		background: url(../img/icon_list.png) no-repeat;
    background-size: 13px 13px;
    position: absolute;
		top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
  }
	.nav ul li:first-child {
	  border-right: 1px solid #aaa;
	}

	.nav ul li a {
	  display: block;
	  width: 100%;
	  height: 100%;
	  padding: 5px 0 5px 10px;
    color: inherit;
    font-size: 1.4rem;
	  text-decoration: none;
	}

  .age_list {
    display: block;
  }

  .list01 {
    width: 100%;
    padding-right: 0;
  }
  .list02 {
    width: 100%;
    padding-left: 0;
  }

  .birthlist {
    width: 95%;
    margin: 30px auto 0;
  }

  .birthlist caption {
    padding-left: 3px;
    padding-right: 3px;
  }

  .list01 {
    margin-right: 0;
  }

	.exp_bottom {
		margin: 0;
		padding: 20px;
		background: #e0e0e0;
		border-radius: 0;
	}

	.pagebottom {
		display: none;
	  position: fixed;
	  right: 0;
		left: 0;
		margin: auto;
		bottom: 0;
		z-index: 1;
	}

	.pagebottom a {
	  display: block;
		width: 80%;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
	  background: #2E4FB5;
	  color: #fff;
	  border-top-left-radius: 5px;
	  border-top-right-radius: 5px;
	  font-size: 1.4rem;
	  text-decoration: none;
		text-align: center;
	  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	}

}

@media screen and (max-width: 340px) {
	.nav ul li a {
    font-size: 1.2rem;
	}
}

@media screen and (min-width: 641px) {
	.pagebottom {
		display: none !important;
	}
}
</pre></body></html>