@charset "UTF-8";
/*------------------------------------------------------------------------------
	reset browsing
------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-style: normal;
}

body {
  font-size: 15px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  border: 1px solid #666;
}

strong, em, th, dt {
  font-weight: bold;
}

img {
  border: 0;
}

audio {
  margin: auto;
  padding: auto;
  max-height: 5rem;
}

/*------------------------------------------------------------------------------
	fields
------------------------------------------------------------------------------*/
.container {
  font-size: 1.5rem;
  text-align: center;
}

.main {
  margin: auto;
  padding: 2rem 0;
  max-width: 1200px;
  width: 100%;
}

/*------------------------------------------------------------------------------
	link
------------------------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:link {
  color: #66f;
}

a:visited {
  color: #a6f;
}

a:hover {
  font-weight: bold;
  border-bottom: solid #66f 1px;
}

a:active {
  border-bottom: dotted #a6f 1px;
}

/*------------------------------------------------------------------------------
	bg image
------------------------------------------------------------------------------*/
body {
  background-color: #fff;
}

/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.header {
  margin: 0 auto 1rem;
  padding: 1rem 0 4rem;
  color: #aaa;
  background: linear-gradient(#322, #766, #aaa);
}

.description {
  font-size: 1rem;
}

.logo {
  font-family: serif;
  font-size: 3rem;
}

/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
	article main
------------------------------------------------------------------------------*/
.site-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0.5rem 0 3rem;
  list-style: none;
}

.site-list-item {
  margin: 2rem 0;
  padding: 2rem;
  max-width: 300px;
  border-radius: 1rem;
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.site-list-item__figure {
  color: #221;
  padding: 2rem;
}
.site-list-item__site-caption--paragram {
  color: #443;
  text-align: left;
  font-size: 1.2rem;
  text-indent: 1rem;
}

.voice {
  margin: 1rem;
  padding: 3rem 0;
  text-align: center;
  background-color: #100;
  border-radius: 10px;
}
.voice__figure-caption--title-text {
  color: #ccc;
  font-size: 1.6rem;
}
.voice__figure--caption {
  color: #aaa;
  font-size: 1.2rem;
}

/*画面幅500px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*//*# sourceMappingURL=style.css.map */