@charset "UTF-8";
/* line 2, ../scss/contents.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------

ヘッダ

--------------------------*/
/* line 39, ../scss/contents.scss */
header {
  max-width: 950px;
  margin: 20px auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 44, ../scss/contents.scss */
header h1 {
  text-align: center;
}
/* line 46, ../scss/contents.scss */
header h1 img {
  max-width: 257px;
}
/* line 50, ../scss/contents.scss */
header nav {
  display: none;
  float: right;
  width: 70%;
}
/* line 54, ../scss/contents.scss */
header nav ul {
  float: right;
  display: flex;
  align-items: center;
}
/* line 58, ../scss/contents.scss */
header nav ul li.bnr {
  max-width: 140px;
  border: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
/* line 63, ../scss/contents.scss */
header nav ul li.bnr img {
  max-width: 130px;
}
/* line 67, ../scss/contents.scss */
header nav ul li.first {
  margin-left: 3em;
}
/* line 70, ../scss/contents.scss */
header nav ul li {
  font-size: 14px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
/* line 77, ../scss/contents.scss */
header nav ul li + li {
  border-left: 0;
  border-right: 1px solid #000000;
}

@media print, screen and (min-width: 600px) {
  /* line 87, ../scss/contents.scss */
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 90, ../scss/contents.scss */
  header h1 {
    max-width: 257px;
    width: 27%;
    float: left;
    text-align: left;
  }
  /* line 96, ../scss/contents.scss */
  header nav {
    display: block;
  }
}
/* line 103, ../scss/contents.scss */
.drawer-nav {
  padding: 1em;
}
/* line 106, ../scss/contents.scss */
.drawer-nav ul li {
  margin-bottom: 1em;
}
/* line 108, ../scss/contents.scss */
.drawer-nav ul li img {
  max-width: 130px;
}

@media print, screen and (min-width: 600px) {
  /* line 117, ../scss/contents.scss */
  .drawer-toggle {
    display: none !important;
  }
}
/*--------------------------

ビルディング

--------------------------*/
/* line 131, ../scss/contents.scss */
.bill_box {
  padding-left: 40px;
  padding-right: 40px;
  margin: 30px auto;
}
/* line 136, ../scss/contents.scss */
.bill_box .txt_wrap p {
  font-size: 15px;
  line-height: 2.0em;
}

@media print, screen and (min-width: 600px) {
  /* line 145, ../scss/contents.scss */
  .bill_box {
    padding: 0;
    max-width: 658px;
    margin: 50px auto;
  }
  /* line 149, ../scss/contents.scss */
  .bill_box .img_wrap {
    width: 36%;
    float: right;
    margin: 0;
  }
  /* line 154, ../scss/contents.scss */
  .bill_box .txt_wrap {
    width: 60%;
    float: left;
  }
}
/* line 163, ../scss/contents.scss */
.promo_wrap {
  max-width: 910px;
  margin: 0 auto;
}

/* line 169, ../scss/contents.scss */
section.bg {
  background: #f5f5f7;
}

/* line 173, ../scss/contents.scss */
section {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 178, ../scss/contents.scss */
section .content {
  margin-left: 20px;
  margin-right: 20px;
}
/* line 182, ../scss/contents.scss */
section h2 {
  font-size: 27px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
/* line 189, ../scss/contents.scss */
section h3 {
  font-size: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin-bottom: 40px;
}
/* line 197, ../scss/contents.scss */
section h3:before,
section h3:after {
  content: "";
  flex-grow: 1;
  border-top: 2px dotted #000000;
  display: block;
}
/* line 204, ../scss/contents.scss */
section h3:before {
  margin-right: 1rem;
}
/* line 207, ../scss/contents.scss */
section h3:after {
  margin-left: 1rem;
}
/* line 210, ../scss/contents.scss */
section h4 {
  letter-spacing: 0.1em;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 216, ../scss/contents.scss */
section h5 {
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
}
/* line 224, ../scss/contents.scss */
section h5:before {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icn_link.png) no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  top: 0.3em;
}
/* line 238, ../scss/contents.scss */
section a h5 {
  text-decoration: underline;
}
/* line 243, ../scss/contents.scss */
section a:hover h5 {
  text-decoration: none;
}
/* line 247, ../scss/contents.scss */
section p.catch {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2.0em;
  text-align: center;
}
/* line 253, ../scss/contents.scss */
section p.catch span {
  display: inline-block;
  text-align: left;
  letter-spacing: 0.2em;
}
/* line 259, ../scss/contents.scss */
section p {
  font-size: 14px;
}
/* line 262, ../scss/contents.scss */
section p.kanren_txt {
  min-height: 3em;
}
/* line 265, ../scss/contents.scss */
section .img_wrap {
  margin-bottom: 15px;
}
/* line 270, ../scss/contents.scss */
section .dl_table {
  margin-bottom: 50px;
}
/* line 273, ../scss/contents.scss */
section .dl_table dt {
  font-weight: bold;
}
/* line 276, ../scss/contents.scss */
section .dl_table dd {
  margin-bottom: 1em;
}
/* line 280, ../scss/contents.scss */
section .row_2 .box {
  margin-bottom: 20px;
}
/* line 282, ../scss/contents.scss */
section .row_2 .box p {
  margin-bottom: 10px;
}
/* line 285, ../scss/contents.scss */
section .row_2 .box p:last-child {
  margin-bottom: 0;
}
/* line 288, ../scss/contents.scss */
section .row_2 .box a {
  display: block;
}
/* line 292, ../scss/contents.scss */
section .row_2 .box:last-child {
  margin-bottom: 0;
}
/* line 296, ../scss/contents.scss */
section a:hover {
  text-decoration: none;
}
/* line 299, ../scss/contents.scss */
section hr {
  border: none;
  border-top: 2px dotted #000000;
}

@media print, screen and (min-width: 600px) {
  /* line 309, ../scss/contents.scss */
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 312, ../scss/contents.scss */
  section .content {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 318, ../scss/contents.scss */
  section .dl_table {
    margin: 20px 20px 50px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  /* line 323, ../scss/contents.scss */
  section .dl_table dt,
  section .dl_table dd {
    box-sizing: border-box;
  }
  /* line 327, ../scss/contents.scss */
  section .dl_table dt {
    font-weight: normal;
    width: 7em;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
  }
  /* line 334, ../scss/contents.scss */
  section .dl_table dd {
    width: 80%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 11em);
    width: calc(100% - 11em);
    margin-left: 3em;
  }
  /* line 340, ../scss/contents.scss */
  section .row_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* line 344, ../scss/contents.scss */
  section .row_2 .box {
    width: 44.87%;
    margin-bottom: 30px;
  }
  /* line 348, ../scss/contents.scss */
  section .row_2 .box {
    margin-right: 10.26%;
  }
  /* line 351, ../scss/contents.scss */
  section .row_2 .box:nth-child(2n) {
    /* 奇数番目(1,3,5……番目)だけに適用されるCSS */
    margin-right: 0%;
  }
}
/* line 359, ../scss/contents.scss */
footer {
  padding-top: 1em;
  padding-bottom: 1em;
  background: #000000;
}
/* line 363, ../scss/contents.scss */
footer p {
  font-size: 9px;
  text-align: center;
  color: #fff;
}
