/* CSS Document */


body div.wrap article {
/*	background-color: #f0fff0;	*/
/*	background-color: #f0f0f0;	*/
	background-color: #ffffff;
}

body div.wrap article section.t-ban {
	text-align: center;
	background-color: rgba(222, 105, 135, 1);
}
body div.wrap article section.t-ban a img {
	width: 60rem;
	height: auto;
	padding: 0;
	margin:  0 auto;
}
body div.wrap article section.t-ban a {
	
}
body div.wrap article section.t-ban a:hover {
	opacity: .6;
	color: #fff;
	text-decoration: none;
}

body div.wrap article section.news {
	background-color: #f0f0f0;
}
body div.wrap article section.news h1 {
	position: relative;
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  2rem auto 2rem auto;
	text-align: center;
	font-weight: normal;
	font-size: 1.7rem;
}
body div.wrap article section.news h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 3px;
  content: '';
  border-radius: 3px;
	background-color: rgba(222, 105, 135, 1);
}
body div.wrap article section.news table {
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 auto 2rem auto;
}
body div.wrap article section.news table tr th {
	width: 15%;
	height:auto;
	padding: 1.5rem 0 1.5rem 1rem;
	margin: 0 0 0 0;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section.news table tr td {
	width: 85%;
	height: auto;
	padding: 1.5rem .5rem 1.5rem 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section.news table tr td span {
	display: inline-block;
}
body div.wrap article section.news table + p {
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 auto;
	text-align: right;
}


body div.wrap article section.intro {
	width: 60rem;
	height: auto;
	padding: 4rem 0 3rem 0;
	margin: 0 auto 0 auto;
/*	background-color: #f0fff0;	*/
}
body div.wrap article section.intro h1 {
	position: relative;
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  2rem auto 2rem auto;
	text-align: center;
	font-weight: normal;
	font-size: 1.7rem;
}
body div.wrap article section.intro h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 3px;
  content: '';
  border-radius: 3px;
	background-color: rgba(222, 105, 135, 1);
}
body div.wrap article section.intro h2 {
	font-weight: normal;
	text-align: center;
	padding: 2rem 0;
  text-decoration: underline;
  text-decoration-thickness: 0.8em;
  text-decoration-color: rgba(222, 105, 135, .3);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
body div.wrap article section.intro div {
	width: 100%;
	height: auto;
	text-align: center;
/*	margin-top: 4rem;	*/
}
body div.wrap article section.intro div + p {
	font-size: .9rem;
	color: #999;
	text-align: center;
	margin-bottom: 4rem;
}
body div.wrap article section.intro div img {
	width: 75%;
	height: auto;
	padding: .5rem;
	margin-bottom: .5rem;
	border: 1px solid #ccc;
}
body div.wrap article section.intro div.double1 p {
	width: 69%;
	height: auto;
	text-align: left;
	font-size: 1rem;
	float: left;
}
body div.wrap article section.intro div.double1 img {
	width: 30%;
	height: auto;
	float: right;
}
body div.wrap article section.intro div.double img:nth-of-type(even) {
	width: 49%;
	height: auto;
	float: right;
}
body div.wrap article section.intro div.double img:nth-of-type(odd) {
	width: 49%;
	height: auto;
	float: left;
}
body div.wrap article section.intro div.double::after,
body div.wrap article section.intro div.double1::after {
	display: block;
	content: '';
	clear: both;
}



body div.wrap article section.about {
	background-color: #f0f0f0;
}
body div.wrap article section.about h1 {
	position: relative;
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  2rem auto 2rem auto;
	text-align: center;
	font-weight: normal;
	font-size: 1.7rem;
}
body div.wrap article section.about h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 3px;
  content: '';
  border-radius: 3px;
	background-color: rgba(222, 105, 135, 1);
}
body div.wrap article section.about table {
	width: 60rem;
	height: auto;
	padding: 0 0 0 0;
	margin:  0 auto 2rem auto;
}
body div.wrap article section.about table tr {

}
body div.wrap article section.about table tr th {
	width: 15%;
	height:auto;
	padding: 1.5rem 0 1.5rem 1rem;
	margin: 0 0 0 0;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section.about table tr td {
	width: 85%;
	height: auto;
	padding: 1.5rem .5rem 1.5rem 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #ccc;
}
body div.wrap article section.about table tr td span {
	display: inline-block;
}


@media only screen and (max-width: 480px) {

	body div.wrap article section.t-ban a img {
		width: 100%;
	}
	
	body div.wrap article section.news {
		padding: 2rem 1rem 2rem 1rem;
	}
	body div.wrap article section.news h1 {
		width: 100%;
	}
	body div.wrap article section.news table {
		width: 100%;
	}
	body div.wrap article section.news table tr th {
		display: block;
		width: 100%;
		padding: 1.5rem .5rem .5rem 0;
		text-align: right;
	}
	body div.wrap article section.news table tr td {
		display: block;
		width: 100%;
		padding: 1rem .5rem 1rem 1rem;
	}
	body div.wrap article section.news table tr td span {
		display: block;
	}


	body div.wrap article section.intro {
		width: 100%;
		height: auto;
		padding: 4rem 1rem 3rem 1rem;
/*	background-color: #f0fff0;	*/
	}
	body div.wrap article section.intro h2 {
		font-size: 1.2rem;
  text-decoration: underline;
  text-decoration-thickness: 0.8em;
  text-decoration-color: rgba(222, 105, 135, .3);
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
	}
	body div.wrap article section.intro div {
		width: 100%;
		height: auto;
		text-align: center;
/*	margin-top: 4rem;	*/
	}
	body div.wrap article section.intro div.double::after,
	body div.wrap article section.intro div.double1::after  {
		display: block;
		content: '';
		clear: both;
	}
	body div.wrap article section.intro div + p {
		font-size: .9rem;
		color: #999;
		text-align: center;
		margin-bottom: 2rem;
	}
	body div.wrap article section.intro div img {
		width: 100%;
		height: auto;
		padding: .5rem;
		margin-bottom: .5rem;
		border: 1px solid #ccc;
	}
	body div.wrap article section.intro div.double1 p {
		width: 100%;
		height: auto;
		text-align: left;
	}
	body div.wrap article section.intro div.double1 img {
		width: 100%;
		height: auto;
	}
	body div.wrap article section.intro div.double img:nth-of-type(even) {
		width: 100%;
		height: auto;
	}
	body div.wrap article section.intro div.double img:nth-of-type(odd) {
		width: 100%;
		height: auto;
	}


	body div.wrap article section.about {
		padding: 2rem 1rem 2rem 1rem;
	}
	body div.wrap article section.about h1 {
		width: 100%;
	}
	body div.wrap article section.about table {
		width: 100%;
	}
	body div.wrap article section.about table tr th {
		display: block;
		width: 100%;
		padding: 1.5rem .5rem .5rem .5rem;
		font-weight: bold;
	}
	body div.wrap article section.about table tr td {
		display: block;
		width: 100%;
		padding: .5rem .5rem 1rem 1.5rem;
		border-bottom: none;
	}
	body div.wrap article section.about table tr td span {
		display: block;
	}

}

