@charset "UTF-8";


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

    0. anker--reset
    1. anker--type01
    2. anker--type02
    3. anker--type03

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


/* anker--reset
----------------------------------------------------------------*/


/* anker--type01
----------------------------------------------------------------*/

.edit-area.type01 {}

.search-area {}
.search-area form {}
.search-area form input {}
.search-area .search-result {}
.search-area .search-result .search-result__hit-num {
    font-size: 1.2rem;
    margin: 10px 0;
}
.search-area .search-result #search-result__list {
    background-color: #eee;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    letter-spacing: .05em;
}
.search-area .search-result #search-result__list:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.search-area .search-result #search-result__list span {
    width: 23%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    padding: 10px 10px;
    position: relative;
}
.search-area .search-result #search-result__list span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B6B6B6;
}
.search-area .search-result #search-result__list span:nth-of-type(4n) {
  margin-right: 0;
}

.edit-area.type01 .target-area {
    width: 100%;
}


.edit-area.type01 .target-area.type02 {
    display: none;
    opacity: 0;
}
.edit-area.type01 .target-area.type02.visible {
      display: flex;
      opacity: 1;
      animation-duration: 0.5s;
      animation-name: fade-in;
      width: 100%;
}
@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
    .edit-area.type01 .target-area.type02.visible {
        display: block;
        opacity: 1;
    }   
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.edit-area.type01 .target-area.type02 tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none) {
.edit-area.type01 .target-area.type02 tr {
  display: table-row;
}
}
.edit-area.type01 .target-area td {
    width: 24%;
    line-height: 24px;
    box-sizing: border-box;
    /* margin: 0 1% 0 0; */
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #B6B6B6;
}
.edit-area.type01 .target-area td:nth-of-type(4) {
  margin-right: 0;
}

.edit-area.type01 .target-area:first-of-type td {
    border-bottom: 0;
}

.edit-area.type01 .target-area td span {}
.edit-area.type01 .target-area:after {}

.edit-area.type01 .target-area.close {}

.edit-area.type01 .open-btn {
    font-size: 1.8rem;
    text-align: center;
    color: #006AAF;
    margin: 40px 0 0;
    cursor: pointer;
    transition: all .3s;
}
.edit-area.type01 .open-btn:hover {
  opacity: .6;
}
.edit-area.type01 .open-btn span {
    position: relative;
    padding-right: 30px;
}
.edit-area.type01 .open-btn span:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #006AAF;
    border-right: solid 2px #006AAF;
    margin-top: -6px;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 5%;
}
.edit-area.type01 .open-btn span.close:after {
    transform: rotate(-45deg);
    margin-top: -1px;
}



/* anker--type02
----------------------------------------------------------------*/

.edit-area.type02 {}
.edit-area.type02 .blue-zone {
    background: #EBF4FA;
    padding: 35px 40px;
    box-sizing: border-box;
    margin: 0 0 50px;
}
.edit-area.type02 .blue-zone dl {}
.edit-area.type02 .blue-zone dl dt {
    font-weight: 600;
    margin: 0 0 10px;
}
.edit-area.type02 .blue-zone dl:nth-of-type(1) dd {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #B6B6B6;
}
.edit-area.type02 .blue-zone dl dd ol {}
.edit-area.type02 .blue-zone dl dd ol li {
    line-height: 2.2;
}
.edit-area.type02 .blue-zone dl dd ol li span {
    display: block;
}
.edit-area.type02 .blue-zone dl dd ol li .num {
    font-weight: 600;
}

.edit-area.type02 .blue-zone dl dd ol li .num:before {
    content: "";
    font-size: 1.4rem;
    color: #006AAF;
}
.edit-area.type02 .blue-zone dl dd ol li:nth-of-type(1) .num:before {content: "01";}
.edit-area.type02 .blue-zone dl dd ol li:nth-of-type(2) .num:before {content: "02";}
.edit-area.type02 .blue-zone dl dd ol li:nth-of-type(3) .num:before {content: "03";}

.edit-area.type02 .blue-zone dl dd ol li .text {
    padding-left: 20px;
}

.edit-area.type02 .btn-style {
    max-width: 380px;
}










/* anker--type03
----------------------------------------------------------------*/


.edit-area.type03 {}
.edit-area.type03 .btn-style {
    width:  360px;
    margin: 0 auto;
}




