@charset "UTF-8";

.section-list {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: #EEE;
  padding: 5% 0;
  margin: 0 0 5% 0;
}


.block-matter {
	margin: 3% auto 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  grid-auto-rows: 1fr;
  grid-gap: 4em;
}

.box-matter {
  overflow: auto;
  min-width: 0;
	border:1px solid #CCC;
	box-shadow: 0 0 10px #AAA;
	border-radius: 10px 10px 10px 10px;
	overflow:hidden;
}
.box-matter .box-matter-wrap {
	padding: 0.8em;
}
.box-matter .box-matter-wrap p,
.box-matter .box-matter-wrap table {
	width:100%;
}
.box-matter .matter-link {
  width:100%;
  height:100%;
  text-align: center;
  display: block;
  color: #fff;
  background: #016894;
  padding: 0.5em 0;
  font-size: 1.1em;
}
.box-matter .matter-link:hover {
  color: #DEE;
  background: #016F9F;
}
.box-matter .sub-title {
  text-align: center;
  color: #016894;
  background: #BFD9E4;
  padding: 0.2em 0;
  font-size: 1em;
  font-weight:600;
  line-height:1.3;
  border-radius: 5px 5px 5px 5px;
}
.box-matter .matter-title {
  text-align: left;
  font-size: 1.2em;
  line-height:1.6;
  font-weight:600;
}
.box-matter .matter-no {
  text-align: left;
  font-size: 0.85em;
  color: #016894;
  line-height:1.6;
  font-weight:600;
  border-bottom:1px solid #CCC;
  margin-top:1em;
}
.box-matter .matter-detail {
  text-align: left;
  margin: 1em auto;
}
.box-matter .matter-detail th {
  width:8em;
  vertical-align: middle;
  padding: 0.2em;
}
.box-matter .matter-detail td {
  vertical-align: middle;
  padding: 0.2em;
}
.box-matter .matter-image {
  text-align: center;
  margin: 0 auto;
}
.box-matter .matter-image img {
  width:100%;
}

.section-top-matter .link-matter {
  text-align: center;
  display: block;
  border: 1px solid #ff8306;
  color: #fff;
  font-weight: bold;
  background: #ff8306;
  margin: 2em auto 0 auto;
}
.section-top-matter .link-matter:after {
  background: #fff;
}
.section-top-matter .link-matter:hover {
  color: #ff8306;
}

@media print, (min-width: 768px) {
  .section-top-matter .link-matter {
    width: 40%;
    max-width: 500px;
    font-size: 18px;
    padding: 15px 5px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .section-top-matter .link-matter {
    padding-top: 18px;
    padding-bottom: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .section-top-matter .link-matter {
    width: 100%;
    font-size: 0.28rem;
    padding: 0.26rem 0.1rem 0.24rem;
  }
}

