.title_area {
  margin: 0;
  padding-top: 2rem;
}

.block_title,
.block_title2 {
  text-align: center;
}

.block_title h2,
.block_title2 h2{
  display: inline-block;
  padding: 0 1em 1rem;
  border-bottom: 1px solid #3BD15B;
}

.block_title2 h2{
  margin-bottom: 30px;
}

.article_module.info_txt .article_text > p > span{
  display: inline-block;
  text-indent: -4em;
  padding-left: 4em;
}

@media screen and (max-width: 800px) {
  .block_title h2,
  .block_title2 h2{
    font-size: 4.5vw;
    margin-bottom: 0;
  }
}

.module_title h3 {
  font-family: 'Noto Sans JP', serif;
  font-weight: 700;
  margin-bottom: .5rem;
}

.module_title h3 .small {
  font-size: .75em;
}

.main_column:nth-child(2n+1) {
  background: #eeeeee;
  padding-top: 42px;
}

.main_column:nth-child(2n+1) .block_title h2,
.main_column:nth-child(2n+1) .block_title2 h2 {
  border-bottom: 1px solid #cc1414;
}

.main_column:nth-child(2n+1) .index_module ul.tile3 li {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main_column:nth-child(2n) .index_module ul li {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.message .index_module ul li a div,
.link_block .index_module ul li a div {
  color: #666666;
}

.message .index_module ul li a div.item_icon,
.link_block .index_module ul li a div.item_icon {
  color: #231815;
  line-height: 1.2;
}

.message .index_module div.item_icon,
.link_block .index_module div.item_icon {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  border-bottom: 1px solid #065B98;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 800px) {
  .message .index_module div.item_icon,
  .link_block .index_module div.item_icon {
    font-size: 4vw;
  }
}

.message .index_module div.item_icon i,
.link_block .index_module div.item_icon i {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #888;
}

.message .index_module div.item_icon i:before,
.link_block .index_module div.item_icon i:before {
  content: '|';
  padding: 0 .25em;
  position: relative;
  bottom: .1rem;
  /* font-family: 'Noto Serif JP', serif;
                font-weight: 700;
                @include fc(); */
}

.message .index_module .text,
.link_block .index_module .text {
  margin: 1rem;
}

.link_block .index_module ul.tile3 li .image {
  height: 7.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .link_block .index_module ul.tile3 li .image {
    height: 4rem;
  }
}

.link_block .index_module div.item_icon {
  font-size: 1.125rem;
}

@media screen and (max-width: 800px) {
  .link_block .index_module div.item_icon {
    font-size: 4vw;
  }
}

.catalog_block .index_module ul.tile3 li .image {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 0;
}

.catalog_block .index_module ul li a div {
  color: #666666;
}

.catalog_block .index_module ul li a div.item_icon {
  color: #231815;
  line-height: 1.2;
}

.catalog_block .index_module div.item_icon {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  border-bottom: 1px solid #065B98;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
}

@media screen and (max-width: 800px) {
  .catalog_block .index_module div.item_icon {
    font-size: 4vw;
  }
}

.catalog_block .index_module div.item_icon i {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  color: #888;
}

.catalog_block .index_module div.item_icon i:before {
  content: '|';
  padding: 0 .25em;
  position: relative;
  bottom: .1rem;
}

.catalog_block .index_module .text {
  margin: 1rem;
}

.top_map dl {
  /* display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start; */
  /* dt {
			flex-basis: 8em;
		} */
}

.top_map dl dd {
  /* flex-basis: calc(100% - 8em); */
  margin-bottom: .5rem;
}

.top_map dl dd p {
  text-indent: -4.5em;
  padding-left: 4.5em;
}

.top_map div > p {
  margin-bottom: .5rem;
}

div.main_column:last-child {
  margin-bottom: 1.8rem;
}

.index_module ul.tile2 li a:hover {
  text-decoration: none;
}

.index_module ul.tile2 li a:hover .text {
  opacity: .8;
}

.index_module ul.tile3 li a:hover {
  text-decoration: none;
}

.index_module ul.tile3 li a:hover .text {
  opacity: .8;
}

.index_module ul.tile4 li a:hover {
  text-decoration: none;
}

.index_module ul.tile4 li a:hover .text {
  opacity: .8;
}
/*# sourceMappingURL=top.css.map */