/* line 6, sass/top.scss */
.popup .content {
  padding: 100px;
  height: auto;
}

/* line 11, sass/top.scss */
.popup .window {
  background-color: #FFF;
}

/* line 13, sass/top.scss */
.popup .window .el_title {
  line-height: 1.4;
  margin-bottom: 50px;
}

/* line 17, sass/top.scss */
.popup .window .el_title .ja {
  color: #0095d8;
  display: block;
  font-size: 38px;
  margin-left: -10px;
}

/* line 24, sass/top.scss */
.popup .window .el_title .en {
  display: block;
  font-size: 20px;
}

/* line 32, sass/top.scss */
.bl_reaseback_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

/* line 38, sass/top.scss */
.bl_reaseback_images .el_reaseback_item {
  width: 50%;
  position: relative;
  margin-bottom: 30px;
}

/* line 45, sass/top.scss */
.bl_reaseback_images .el_reaseback_photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

/* line 55, sass/top.scss */
.bl_reaseback_images .el_reaseback_photo .el_reaseback_bg_photo {
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 67, sass/top.scss */
.bl_reaseback_images .bl_reaseback_info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 82, sass/top.scss */
.bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content {
  width: 70%;
  max-width: 800px;
  background: transparent;
  padding: 60px 40px;
}

/* line 88, sass/top.scss */
.bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content .el_reaseback_content_in {
  background-color: #FFF;
  padding: 30px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

/* line 94, sass/top.scss */
.bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content .el_content_title {
  color: #0095d8;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 110, sass/top.scss */
.el_marubasu_table {
  border-collapse: collapse;
  width: 100%;
}

/* line 114, sass/top.scss */
.el_marubasu_table th,
.el_marubasu_table td {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

/* line 120, sass/top.scss */
.el_marubasu_table th {
  font-weight: bold;
  background: #0095d8;
  text-align: center;
  color: #FFF;
}

/* line 128, sass/top.scss */
.el_marubasu_table tbody th {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}

/* line 133, sass/top.scss */
.el_marubasu_table tbody td {
  text-align: left;
  border-right: 1px solid #ddd;
}

/* line 138, sass/top.scss */
.el_marubasu_table tbody td.maru {
  background-image: url("../images/maru.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}

/* line 145, sass/top.scss */
.el_marubasu_table tbody td.batsu {
  background-image: url("../images/batsu.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}

/* line 157, sass/top.scss */
.el_moyamoya_list {
  max-width: 1000px;
  margin: 80px auto 0;
}

/* line 161, sass/top.scss */
.el_moyamoya_list dt, .el_moyamoya_list dd {
  display: block;
}

/* line 165, sass/top.scss */
.el_moyamoya_list dt {
  font-weight: bold;
  color: #0095d8;
  margin-bottom: 10px;
}

/* line 171, sass/top.scss */
.el_moyamoya_list dd {
  margin-bottom: 60px;
}

/* line 175, sass/top.scss */
.el_moyamoya_list dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  /* line 181, sass/top.scss */
  .bl_reaseback_images {
    align-items: flex-start;
  }
  /* line 184, sass/top.scss */
  .bl_reaseback_images .el_reaseback_item {
    width: calc(50% - 10px);
  }
  /* line 188, sass/top.scss */
  .bl_reaseback_images .el_reaseback_item:nth-child(even) {
    margin-left: 10px;
  }
  /* line 191, sass/top.scss */
  .bl_reaseback_images .el_reaseback_item:nth-child(odd) {
    margin-right: 10px;
  }
  /* line 196, sass/top.scss */
  .bl_reaseback_images .el_reaseback_photo {
    position: static;
    height: 300px;
  }
  /* line 200, sass/top.scss */
  .bl_reaseback_images .el_reaseback_photo .el_reaseback_bg_photo {
    width: 100%;
  }
  /* line 205, sass/top.scss */
  .bl_reaseback_images .bl_reaseback_info {
    align-items: flex-start;
  }
  /* line 208, sass/top.scss */
  .bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content {
    width: 100%;
    padding: 0;
  }
  /* line 212, sass/top.scss */
  .bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content .el_reaseback_content_in {
    box-shadow: none;
    height: 150px;
  }
}

@media (max-width: 900px) {
  /* line 223, sass/top.scss */
  .bl_reaseback_images .el_reaseback_item {
    width: 100%;
  }
}

@media (max-width: 800px) {
  /* line 231, sass/top.scss */
  .el_marubasu_table .heading {
    display: none;
  }
  /* line 237, sass/top.scss */
  tbody th,
  tbody td {
    display: block;
    border-left: 1px solid #ddd;
  }
  /* line 242, sass/top.scss */
  tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 0.25rem;
  }
}

@media (max-width: 700px) {
  /* line 254, sass/top.scss */
  .popup .content {
    padding: 20px;
  }
  /* line 263, sass/top.scss */
  .bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content .el_reaseback_content_in {
    height: auto;
  }
}

@media (max-width: 600px) {
  /* line 273, sass/top.scss */
  .el_moyamoya_list {
    margin-top: 40px;
  }
  /* line 276, sass/top.scss */
  .el_moyamoya_list dd {
    margin-bottom: 30px;
  }
}
