.edit_style {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: block;
  margin: 0 auto;
}
.edit_style h3{
  font-size: 1.17em;
}

.edit_style hr,#page .page_content hr{
  border-color: #d2d2d2;
    box-shadow: none;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.edit_style a {
  /* text-decoration: underline; */
  border-bottom: 1px solid #3366BB;
}
.edit_style .watch_pic a{
  border-bottom: 0;
}

.edit_style .table_style001_2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.edit_style .table_style001_2 .b {
  position: relative;
  display: block;
  width: 45%;
  margin-right: 10%;
  border-bottom: 2px solid #b4b4b4;
  padding-bottom: 20px;
  padding-top: 20px;
}

.edit_style .table_style001_2 .b:nth-child(2n) {
  margin-right: 0;
}

.edit_style .table_style001_2 .img {
  position: relative;
  display: block;
}

.edit_style .table_style001_2 .title {
  position: relative;
  display: block;
  font-weight: bold;
  color: #ff728b;
}

.edit_style .table_style001_2 .memo {
  position: relative;
  display: block;
}

.edit_style .table_style001_3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.edit_style .table_style001_3 .b {
  position: relative;
  display: block;
  width: 30%;
  margin-right: 5%;
  border-bottom: 2px solid #b4b4b4;
  padding-bottom: 20px;
  padding-top: 20px;
}

.edit_style .table_style001_3 .b:nth-child(3n) {
  margin-right: 0;
}

.edit_style .table_style001_3 .img {
  position: relative;
  display: block;
}

.edit_style .table_style001_3 .title {
  position: relative;
  display: block;
  font-weight: bold;
  color: #ff728b;
}

.edit_style .table_style001_3 .memo {
  position: relative;
  display: block;
}

.edit_style .watch_pic {
  position: relative;
}

.edit_style .watch_pic a {
  display: block;
  position: relative;
}

.edit_style .watch_pic a::after {
  content: '';
  background-image: url(/images/edit/zoom-in.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-size: 50px;
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

.edit_style .watch_pic img {
  position: relative;
  max-width: 100%;
}

.edit_style .table_two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.edit_style .table_two .b {
  position: relative;
  display: block;
  width: 45%;
  margin-right: 10%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.edit_style .table_two .b:nth-child(2n) {
  margin-right: 0;
}

.edit_style .table_two .b ul, .edit_style .table_two .b ol {
  margin: 6px 0;
  padding-left: 22px;
}

.edit_style .table_two .t {
  position: relative;
  display: block;
}

.edit_style .table_two .img {
  position: relative;
  display: block;
}

.edit_style .table_two .title {
  position: relative;
  display: inline-block;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

.edit_style .table_two .memo {
  position: relative;
  display: block;
}

.edit_style .table_style002 {
  position: relative;
  display: block;
}

.edit_style .table_style002 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.edit_style .table_style002 table thead tr {
  background-color: #009944;
  color: white;
  font-weight: bold;
}

.edit_style .table_style002 table th {
  min-width: 100px;
  padding: 8px;
  text-align: left;
  top: 0;
}

.edit_style .table_style002 table td {
  border-bottom: 1px solid #c7c7c7;
  padding: 8px;
}

.edit_style .table_style002 table tr {
  background-color: white;
}

.edit_style .table_style002 table tr:nth-child(even) {
  background-color: #f0f0f0;
}

.edit_style .table_style002 table.hasrow thead tr {
  background-color: #009944;
  color: white;
  font-weight: bold;
}

.edit_style .table_style002 table.hasrow tr {
  background-color: white;
}

.edit_style .table_style002 table.hasrow tr:nth-child(even) {
  background-color: white;
}

.edit_style .picmode {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.edit_style .picmode img {
  position: relative;
  margin-bottom: 25px;
}

.edit_style .picmode.num5 img {
  max-width: 18.4%;
  margin-right: 2%;
}

.edit_style .picmode.num5 img:nth-child(5n) {
  margin-right: 0;
}

.edit_style .picmode.num4 img {
  max-width: 22%;
  margin-right: 4%;
}

.edit_style .picmode.num4 img:nth-child(4n) {
  margin-right: 0;
}

.edit_style .picmode.num3 img {
  max-width: 30%;
  margin-right: 5%;
}

.edit_style .picmode.num3 img:nth-child(3n) {
  margin-right: 0;
}

.edit_style .picmode.num2 img {
  max-width: 48%;
  margin-right: 4%;
}

.edit_style .picmode.num2 img:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) {
  .edit_style .watch_pic:hover a::after {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
  .edit_style .watch_pic a::after {
    opacity: .7;
  }
  .edit_style .table_style002 {
    overflow-x: scroll;
  }
  .edit_style .table_style002 table {
    min-width: 1000px;
  }
  .edit_style .picmode.num5 img {
    max-width: 22%;
    margin-right: 4%;
  }
  .edit_style .picmode.num5 img:nth-child(5n) {
    margin-right: 4%;
  }
  .edit_style .picmode.num5 img:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .edit_style .table_style001_3 .b {
    width: 47%;
    margin-right: 6%;
  }
  .edit_style .table_style001_3 .b:nth-child(3n) {
    margin-right: 6%;
  }
  .edit_style .table_style001_3 .b:nth-child(2n) {
    margin-right: 0;
  }
  .edit_style .table_style001_2 .b {
    width: 47%;
    margin-right: 6%;
  }
  .edit_style .watch_pic a::after {
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  .edit_style .table_two .b {
    width: 47%;
    margin-right: 6%;
  }
  .edit_style .picmode.num5 img {
    max-width: 30%;
    margin-right: 5%;
  }
  .edit_style .picmode.num5 img:nth-child(5n), .edit_style .picmode.num5 img:nth-child(4n) {
    margin-right: 5%;
  }
  .edit_style .picmode.num5 img:nth-child(3n) {
    margin-right: 0;
  }
  .edit_style .picmode.num4 img {
    max-width: 30%;
    margin-right: 5%;
  }
  .edit_style .picmode.num4 img:nth-child(5n), .edit_style .picmode.num4 img:nth-child(4n) {
    margin-right: 5%;
  }
  .edit_style .picmode.num4 img:nth-child(3n) {
    margin-right: 0;
  }
  .edit_style .picmode.num3 img {
    max-width: 48%;
    margin-right: 4%;
  }
  .edit_style .picmode.num3 img:nth-child(3n) {
    margin-right: 4%;
  }
  .edit_style .picmode.num3 img:nth-child(2n) {
    margin-right: 0;
  }
  .edit_style .picmode.num2 img {
    max-width: 48%;
    margin-right: 4%;
  }
  .edit_style .picmode.num2 img:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 650px) {
  .edit_style .table_style001_3 .b {
    width: 100%;
    margin-right: 0%;
  }
  .edit_style .table_style001_3 .b:nth-child(3n) {
    margin-right: 0%;
  }
  .edit_style .table_style001_3 .b:nth-child(2n) {
    margin-right: 0;
  }
  .edit_style .table_style001_2 .b {
    width: 100%;
    margin-right: 0%;
  }
  .edit_style .table_style001_2 .b:nth-child(2n) {
    margin-right: 0;
  }
  .edit_style .table_two .b {
    width: 100%;
    margin-right: 0%;
  }
  .edit_style .picmode.num5 img {
    max-width: 100%;
    margin-right: 0%;
  }
  .edit_style .picmode.num5 img:nth-child(5n), .edit_style .picmode.num5 img:nth-child(4n) {
    margin-right: 0%;
  }
  .edit_style .picmode.num5 img:nth-child(3n) {
    margin-right: 0;
  }
  .edit_style .picmode.num4 img {
    max-width: 100%;
    margin-right: 0%;
  }
  .edit_style .picmode.num4 img:nth-child(5n), .edit_style .picmode.num4 img:nth-child(4n) {
    margin-right: 0%;
  }
  .edit_style .picmode.num4 img:nth-child(3n) {
    margin-right: 0;
  }
  .edit_style .picmode.num3 img {
    max-width: 100%;
    margin-right: 0%;
  }
  .edit_style .picmode.num3 img:nth-child(3n) {
    margin-right: 0%;
  }
  .edit_style .picmode.num3 img:nth-child(2n) {
    margin-right: 0;
  }
  .edit_style .picmode.num2 img {
    max-width: 100%;
    margin-right: 0%;
  }
  .edit_style .picmode.num2 img:nth-child(2n) {
    margin-right: 0;
  }
}