/* line 8, sass/top.scss */
.documents .box h3 {
  cursor: pointer;
}

/* line 12, sass/top.scss */
.documents .box .list {
  display: none;
}

/* line 15, sass/top.scss */
.documents .box .list:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}

/* line 32, sass/top.scss */
.documents .box .list-box .item {
  display: block;
  width: 46%;
  margin: 0 auto;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 42, sass/top.scss */
.documents .box .list-box .item .el_item_toggle {
  position: relative;
  border-radius: 6px;
  border: 1px solid #0095d8;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  color: #0095d8;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* line 53, sass/top.scss */
.documents .box .list-box .item .el_item_toggle:after {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 4.5px);
  display: block;
  background-image: url(/wp-content/themes/indexjapan/images/item-arrow.png);
  width: 13px;
  height: 9px;
  transition: 0.5s;
}

/* line 67, sass/top.scss */
.documents .box .list-box .item .el_item_toggle.open:after {
  transform: rotate(-90deg);
}

/* line 73, sass/top.scss */
.documents .box .list-box .item .el_item_content {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px;
  line-height: 2.5em;
  position: relative;
}

/* line 87, sass/top.scss */
.documents .box.jisha h2 {
  background-color: #ff7500;
  color: #fff;
}

/* line 93, sass/top.scss */
.documents .box.jisha .item .el_item_toggle {
  position: relative;
  border-radius: 6px;
  border: 1px solid #ff7500;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  color: #ff7500;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* line 104, sass/top.scss */
.documents .box.jisha .item .el_item_toggle:after {
  background-image: url(/wp-content/themes/indexjapan/images/item-arrow2.png);
}

/* line 113, sass/top.scss */
.documents .kessaiji {
  max-width: 1100px;
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px;
  text-align: center;
  line-height: 2.5em;
  position: relative;
  margin: 0 auto 40px;
}

/* line 123, sass/top.scss */
.documents .kessaiji:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}

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

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

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

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

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

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

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

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

/* line 193, 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 205, 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 220, sass/top.scss */
.bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content {
  width: 70%;
  max-width: 800px;
  background: transparent;
  padding: 60px 40px;
}

/* line 226, 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 232, 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 248, sass/top.scss */
.el_marubasu_table {
  border-collapse: collapse;
  width: 100%;
}

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

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

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

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

/* line 278, 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 285, 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 297, sass/top.scss */
.el_moyamoya_list {
  max-width: 1000px;
  margin: 80px auto 0;
}

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

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

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

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

@media (max-width: 1500px) {
  /* line 321, sass/top.scss */
  .bl_reaseback_images {
    align-items: flex-start;
  }
  /* line 324, sass/top.scss */
  .bl_reaseback_images .el_reaseback_item {
    width: calc(50% - 10px);
  }
  /* line 328, sass/top.scss */
  .bl_reaseback_images .el_reaseback_item:nth-child(even) {
    margin-left: 10px;
  }
  /* line 332, sass/top.scss */
  .bl_reaseback_images .el_reaseback_item:nth-child(odd) {
    margin-right: 10px;
  }
  /* line 337, sass/top.scss */
  .bl_reaseback_images .el_reaseback_photo {
    position: static;
    height: 300px;
  }
  /* line 341, sass/top.scss */
  .bl_reaseback_images .el_reaseback_photo .el_reaseback_bg_photo {
    width: 100%;
  }
  /* line 346, sass/top.scss */
  .bl_reaseback_images .bl_reaseback_info {
    align-items: flex-start;
  }
  /* line 349, sass/top.scss */
  .bl_reaseback_images .bl_reaseback_info .el_reaseback_info_content {
    width: 100%;
    padding: 0;
  }
  /* line 353, 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: 1200px) {
  /* line 366, sass/top.scss */
  .documents .box .list-box .item {
    width: 100%;
  }
}

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

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

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

@media (max-width: 600px) {
  /* line 429, sass/top.scss */
  .documents {
    padding: 30px 0;
  }
  /* line 433, sass/top.scss */
  .documents .box {
    margin-top: 20px;
  }
  /* line 436, sass/top.scss */
  .documents .box h2 {
    font-size: 20px;
    padding: 10px;
  }
  /* line 441, sass/top.scss */
  .documents .box h3 {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  /* line 447, sass/top.scss */
  .documents .box .list-box {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-position: right 5px center;
    padding: 20px 15px 40px;
  }
  /* line 455, sass/top.scss */
  .documents .box .list-box .item {
    font-size: 16px;
    margin: 10px 0;
  }
  /* line 460, sass/top.scss */
  .documents .box .list-box .item .el_item_toggle {
    font-size: 14px;
    padding: 10px;
  }
  /* line 463, sass/top.scss */
  .documents .box .list-box .item .el_item_toggle:after {
    right: 10px;
  }
  /* line 470, sass/top.scss */
  .documents .box .text.text4 {
    background-size: 25%;
    text-align: left;
    background-position: center 10px;
    margin: 0;
    padding: 130px 10px 10px;
  }
  /* line 476, sass/top.scss */
  .documents .box .text.text4 .nowrap {
    display: inline;
  }
  /* line 481, sass/top.scss */
  .documents .box .text.text3 {
    background-position: center 10px;
    background-size: 20%;
    padding: 100px 10px 10px;
    text-align: left;
  }
  /* line 486, sass/top.scss */
  .documents .box .text.text3 .nowrap {
    display: inline;
  }
  /* line 491, sass/top.scss */
  .documents .box .text.text2 {
    background-position: center 10px;
    margin: 0;
    padding: 100px 10px 10px;
    text-align: left;
    background-size: 25%;
  }
  /* line 497, sass/top.scss */
  .documents .box .text.text2 .nowrap {
    display: inline;
  }
  /* line 502, sass/top.scss */
  .documents .box .text {
    padding: 100px 10px 10px;
    background-image: url(../images/doc-3.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    text-align: left;
    background-size: 25%;
  }
  /* line 509, sass/top.scss */
  .documents .box .text .nowrap {
    display: inline;
  }
  /* line 515, sass/top.scss */
  .documents .content {
    width: 100%;
    display: block;
    justify-content: space-between;
  }
  /* line 521, sass/top.scss */
  .documents .content .item .article {
    display: block;
    position: inherit;
    padding: 10px;
    font-size: 1.2em;
  }
  /* line 527, sass/top.scss */
  .documents .content .item .article span {
    font-size: 30px;
  }
  /* line 532, sass/top.scss */
  .documents .content .item svg {
    width: 200px;
    margin: 0 auto;
    display: block;
    height: 150px;
    padding: 0;
    margin-bottom: 10px;
  }
  /* line 543, sass/top.scss */
  .documents .kessaiji {
    margin-bottom: 0;
  }
  /* line 549, sass/top.scss */
  .col-title {
    text-align: center;
    margin-top: 0;
  }
  /* line 558, sass/top.scss */
  .performance .content ul li a {
    font-size: 14px;
  }
  /* line 566, sass/top.scss */
  .el_moyamoya_list {
    margin-top: 40px;
  }
  /* line 569, sass/top.scss */
  .el_moyamoya_list dd {
    margin-bottom: 30px;
  }
}
