@charset "UTF-8";
/* law.css */
/* ============================================================
WRAPPER
============================================================ */
/* ============================================================
HEADER
============================================================ */
/* ============================================================
MAIN CONTENTS
============================================================ */
/* ------------------------------
#main-visual
------------------------------ */
#main-visual {
  clear: both;
  position: relative;
  width: 100%;
  min-height: 140px;
  max-height: 220px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#main-visual .hero_wrapper {
  width: 100%;
  height: 100%;
  min-height: 140px;
  max-height: 220px;
}
#main-visual .hero_wrapper .hero_image {
  height: 100%;
  min-height: 140px;
  max-height: 220px;
  display: block;
  width: 100%;
  height: 0;
  padding: 15.71429% 0 0;
  overflow: hidden;
  background-color: #EBE8D7;
}
#main-visual .hero_wrapper .hero_txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 63.63636%;
  max-height: 140px;
  margin: auto;
}
#main-visual .hero_wrapper .hero_txt .image {
  height: 100%;
}
#main-visual .hero_wrapper .hero_txt img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  margin: auto;
}

/* ------------------------------
#main
------------------------------ */
#main {
  padding: 20px 0;
}

.section {
  padding: 0;
}
.section header {
  padding: 0 20px;
}
.section header h2 {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
}
.section .content_wrapper {
  margin: 20px auto 0;
}
.section .content_wrapper .content a {
  display: inline-block;
}
.section .content_wrapper.column_1 .content {
  width: 100%;
  padding: 0 10px;
  margin: 20px auto 0;
}
.section .content_wrapper.column_1 .content.column_2 dl {
  margin: 0 0 15px;
}
.section .content_wrapper.column_1 .content.column_2 dl dt {
  font-weight: bold;
}
.section .content_wrapper.column_1 .content .subsection {
  margin-bottom: 30px;
}
.section .content_wrapper.column_1 .content .subsection p {
  line-height: 2;
}

@media only screen and (min-width: 48em) {
  #main {
    padding: 30px 0;
  }

  .section {
    padding: 0px 0;
  }
  .section header {
    padding: 0;
  }
  .section header h2 {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
  .section .content_wrapper {
    margin: 40px auto 0;
  }
  .section .content_wrapper.column_1 .content {
    width: 100%;
    padding: 0 50px;
  }
  .section .content_wrapper.column_1 .content.column_2 dl {
    display: table;
    table-layout: fixed;
    overflow: hidden;
    margin: 0 0 15px;
  }
  .section .content_wrapper.column_1 .content.column_2 dl dt {
    font-weight: normal;
    display: table-cell;
    vertical-align: top;
    width: 280px;
    padding: 0 0 0 40px;
  }
  .section .content_wrapper.column_1 .content.column_2 dl dd {
    display: table-cell;
    vertical-align: top;
  }
}
/* ============================================================
FOOTER
============================================================ */
/* ============================================================
MEDIAQUERIES_CHANGE
============================================================ */
