@charset "utf-8";

#topics{
	padding-bottom: 20px;
	
}
#topics dl{ display:table;
	
    width:100%;
padding:0 !important; }

#topics dl dt{
display:table-cell;
vertical-align:middle;
text-align:center;
	background: #eaf1f4;

padding: 0.7em 0.5em;
	color: #4baacf;
width: 12%;
	border: #fff solid 1px;
}
#topics dl dd{display:table-cell;
    vertical-align:middle;
width: auto;
padding: 0.7em 1.5em;
	width: auto;
background: #fff;
	border: #fff solid 1px;
}
#topics dl dd p{
	line-height: 1.4;
}
#topics dl dd a{
	text-decoration: underline;
	color:#0E3C73;
}
@media screen and (max-width: 777px) {
	#topics{padding-bottom: 5vw;}
	#topics dl{ display:block;
    }
#topics dl dt{display:block;
	width: auto;
padding: 1vw 2vw;
}
#topics dl dd{display:block;
padding: 2.5vw 3vw;
width: auto;
}
}
/*//////////////////////////////
スライド
//////////////////////////////*/
#pc_header #header_area #topMv {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  height: 80vh;
  min-height: 400px;
  position: relative;
}
#topMv_sp {
  width: 100%;
  height: 100%;
  padding: 75% 0 0;
  background-size: contain;
  margin-bottom: 3vw;
}
#pc_header #header_area #topMv div.info {
  position: absolute;
  left: 5%;
  top: 0;
  max-width: 460px;
  width: 38%;
  padding-left: 2%;
  padding-right: 2%;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
  display: block;
  display: table;
  text-align: center;
}
#pc_header #header_area #topMv div.info ul {
  display: table-cell;
  vertical-align: middle;
}
#pc_header #header_area #topMv div.info ul .tel {
  display: block;
}
#pc_header #header_area #topMv p.copy {
  writing-mode: vertical-rl;
  position: absolute;
  display: inline-block;
  font-size: 0.94em;
  color: #fff;
  white-space: nowrap;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
/*//////////////////////////////
タイトル
//////////////////////////////*/
h2 span {
  display: block;
  font-size: 0.35em;
}
/*//////////////////////////////
お知らせ
//////////////////////////////*/
.category {
  padding: 0.3em 0.8em;
  font-size: 0.75em;
  color: #8bc8e0;
  display: inline-block;
  background: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
}
.date {
  color: #fff;
  font-size: 0.94em;
  padding: 0.2em 0.5em;
  font-weight: 600;
}
.blogtxt {
  color: #fff;
  font-size: 0.94em;
  line-height: 1.2;
  margin-top: 0.4em;
}
.nami {
  background: url("../images/index/nami.png") repeat-x;
  background-position: top left;
}
.index > div a {
  display: block;
  background: #fff;
  padding: 1.3em;
}
.info{
	margin-bottom: 40px;
}
@media screen and (max-width: 777px) {
.info{
	margin-bottom: 5vw;
}
	
}