.tab.type1 .tab__items {
  width: calc(100% - 4.9rem);
  margin-left: 10px;
}
.tab__btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.6rem 1rem 0.6rem 0.8rem;
  background-color: #4A65F6;
  font-size: 0.75rem;
  visibility: hidden;
  height: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
}
.tab__btn em {
  display: inline-block;
}
.tab__btn span {
  display: inline-block;
}
.tab__btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  right: 12px;
  width: 11px;
  height: 7px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i66CI7J207Ja0XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTUuNDUgOC4yMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTUuNDUgOC4yMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHBhdGggaWQ9IlhNTElEXzE1N18iIGNsYXNzPSJzdDAiIGQ9Ik0wLDAuNWMwLTAuMTMsMC4wNS0wLjI2LDAuMTUtMC4zNWMwLjItMC4yLDAuNTEtMC4yLDAuNzEsMGw2Ljg3LDYuODdsNi44Ny02Ljg3DQoJYzAuMi0wLjIsMC41MS0wLjIsMC43MSwwYzAuMiwwLjIsMC4yLDAuNTEsMCwwLjcxTDguMDgsOC4wOGMtMC4yLDAuMi0wLjUxLDAuMi0wLjcxLDBMMC4xNSwwLjg1QzAuMDUsMC43NiwwLDAuNjMsMCwwLjV6Ii8+DQo8L3N2Zz4NCg==);
}
.tab__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -2.5px;
}
.tab__items.pdl--60 {
  padding-left: 3rem;
}
.tab__item {
  width: 25%;
  padding: 2.5px;
}
.tab__item.all {
  position: absolute;
  width: 3rem;
  left: 0;
  top: 0;
}
.tab__item.all .tab__item__link {
  width: 3rem;
}
.tab__item .in-list {
  width: calc(100% - 60px);
  padding-left: 5px;
}
.tab__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 2rem;
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid #4A65F6;
  font-size: 0.75rem;
  line-height: 1;
  color: #7F7F7F;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease;
}
.tab__link:hover, .tab__item.on .tab__link {
  background-color: #CFA1F5;
  border-color: #CFA1F5;
  color: #fff;
}

.search-etc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 1.1rem;
}
.search-etc .tab {
  width: 59%;
}
.search-etc .frm_input_box1 {
  width: 41%;
}
@media screen and (max-width: 720px) {
  .search-etc {
    flex-direction: column;
    margin-top: 0.6rem;
  }
  .search-etc .tab {
    width: 100%;
  }
  .search-etc .frm_input_box1 {
    width: 100%;
    margin-top: 0.6rem;
  }
}

.search-order {
  position: relative;
  margin-top: 1.1rem;
}

.ico-new {
  display: block;
  position: absolute;
  top: -1.2rem;
  left: -0.35rem;
  width: 1.75rem;
  height: 1.95rem;
  background-image: url(../../new_imgs/icon/ico_new.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% auto;
  animation: FadeIn 1.5s ease infinite normal both;
  z-index: 1;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-etc.application {
  margin-top: 7px;
}

.policy-net {
  position: relative;
  padding-top: 2.1rem;
}
.policy-net__title {
  font-weight: 700;
  font-size: 5.5rem;
  color: #4A65F6;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 1030px) {
  .policy-net__title {
    font-size: 10vw;
  }
}
.policy-net__cont {
  margin-top: 6.45rem;
  text-align: center;
}
.policy-net__cont img {
  max-width: 100%;
}
@media screen and (max-width: 1030px) {
  .policy-net__cont {
    margin-top: 3rem;
  }
}

.fund {
  position: relative;
}
.fund__title {
  font-size: 1.5rem;
  color: #4A65F6;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}
.fund__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .fund__items {
    margin-top: 0.8rem;
  }
}
.fund__item {
  width: 33.3333333333%;
  padding: 0.6rem 1.05rem;
  text-align: center;
  border-right: 1px dashed #4a65f6;
  word-break: keep-all;
}
.fund__item:last-child {
  border-right: 0;
}
@media screen and (max-width: 750px) {
  .fund__item {
    width: 50%;
    border-right: 0;
    padding: 1rem 0.5rem;
    border-bottom: 1px dashed #4a65f6;
  }
  .fund__item:nth-child(1) {
    border-right: 1px dashed #4a65f6;
  }
  .fund__item:nth-child(3) {
    border-right: 1px dashed #4a65f6;
  }
}
@media screen and (max-width: 405px) {
  .fund__item {
    width: 100%;
    padding: 1rem 0;
  }
  .fund__item:nth-child(1) {
    border-right: 0;
  }
  .fund__item:nth-child(3) {
    border-right: 0;
  }
}
.fund__image {
  position: relative;
  width: 10.35rem;
  margin: 0 auto;
}
.fund__image img {
  max-width: 100%;
}
@media screen and (max-width: 465px) {
  .fund__image {
    width: 8rem;
  }
}
.fund dl {
  margin-top: 0.9rem;
}
.fund dl dt {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #4A65F6;
}
.fund dl dt span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.75rem;
  color: #000;
  font-weight: 400;
}
.fund dl dd {
  margin-top: 0.85rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  color: #000000;
  font-weight: 300;
  min-height: 161px;
}
.fund dl dd .s-text {
  display: block;
  margin-top: 1.8rem;
  color: #ec81aa;
}
.fund dl dd .dp--block {
  display: block;
}
@media screen and (max-width: 1133px) {
  .fund dl dd .dp--block {
    display: inline;
  }
}
@media screen and (max-width: 750px) {
  .fund dl dd {
    min-height: auto;
  }
  .fund dl dd .s-text {
    margin-top: 1rem;
  }
}
.fund__btn-box {
  text-align: center;
  margin-top: 0.8rem;
}
.fund__btn-box .link {
  display: inline-block;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  padding: 0.5rem 1.05rem;
  border-radius: 50px;
  background-color: #ec81aa;
}
.fund__btn-box2 {
  text-align: center;
  margin-top: 5.25rem;
}
.fund__btn-box2 .link {
  display: inline-block;
  width: 100%;
  max-width: 467px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding: 1.05rem 1.05rem;
  border-radius: 50px;
  background-color: #4a65f6;
}
@media screen and (max-width: 1030px) {
  .fund__btn-box2 .link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1030px) {
  .fund__btn-box2 {
    margin-top: 3rem;
  }
}

.search-row {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.search-row .tab .tab_list li {
  width: auto;
  min-width: 4.5rem;
}
.search-row .tab .tab_list li#all {
  min-width: 3rem;
}
.search-row .tab .tab_list li a {
  padding: 0 0.38rem;
}
.search-row__left {
  position: relative;
  width: 100%;
  max-width: 588px;
  padding-right: 1.6rem;
  border-right: 1px dashed #4A65F6;
}
.search-row__right {
  position: relative;
  width: 100%;
  max-width: 528px;
  padding-left: 1.6rem;
}
@media screen and (max-width: 1350px) {
  .search-row__left, .search-row__right {
    max-width: 50%;
  }
}
@media screen and (max-width: 1111px) {
  .search-row__left, .search-row__right {
    max-width: 100%;
    padding: 0;
  }
  .search-row__left {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-right: 0;
    border-bottom: 1px dashed #4A65F6;
  }
}

.great-tip {
  position: relative;
  margin-top: 3.85rem;
}
@media screen and (max-width: 1030px) {
  .great-tip {
    margin-top: 2rem;
  }
}
.great-tip__list-wrap {
  position: relative;
  margin-top: 0.7rem;
}
.great-tip__total-count {
  font-size: 0.75rem;
  font-weight: 500;
  color: #4A65F6;
  line-height: 1;
}
.great-tip .gallery_list_type2 {
  margin-top: 0.6rem;
  margin-bottom: 0;
}

.bo-total-count {
  font-size: 0.75rem;
  font-weight: 500;
  color: #4A65F6;
  line-height: 1;
}
.bo-total-count.mt--42 {
  margin-top: 2.1rem;
}
.bo-total-count.mb--15 {
  margin-bottom: 0.75rem;
}
.bo-total-count.mt--71 {
  margin-top: 3.55rem;
}

.great-tip-site {
  position: relative;
  margin-top: 3.55rem;
  padding-top: 3.5rem;
}
.great-tip-site::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: url(../../new_imgs/policy/policy_line.png) no-repeat 50% 0;
  background-size: auto;
}
.great-tip-site .site-lists-box {
  position: relative;
  margin-top: 3rem;
}
.great-tip-site .site-lists-box .site-lists-title {
  position: relative;
  margin-bottom: 1rem;
}
.great-tip-site .site-lists-box .site-lists-title span {
  display: inline-block;
  padding: 7px 2.2rem;
  border: 1px solid #4A65F6;
  border-radius: 50px;
  font-size: 0.85rem;
  line-height: 1;
  color: #4A65F6;
  font-weight: 700;
}
.great-tip-site .site-lists-box + .site-lists-box {
  padding-top: 3rem;
  border-top: 1.5px solid #4A65F6;
}
.great-tip-site .site-lists {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}
.great-tip-site .site-lists__item {
  width: 20%;
  text-align: center;
}
.great-tip-site .site-lists__item img {
  max-width: 100%;
}
@media screen and (max-width: 720px) {
  .great-tip-site .site-lists__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .great-tip-site .site-lists__item {
    width: 50%;
  }
}
.great-tip-site .site-lists__link {
  display: inline-flex;
  width: 100%;
  min-height: 3.35rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 720px) {
  .great-tip-site .site-lists__link {
    margin-bottom: 0;
  }
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 3px;
}

.ui-datepicker table {
  font-size: 11px;
}

.reporter {
  position: relative;
  margin-top: 3.05rem;
  overflow: hidden;
}
.reporter--w1200 {
  width: 100%;
  max-width: 941px;
  margin-left: auto;
  margin-right: auto;
}
.reporter__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0.5rem -0.55rem -3.1rem;
}
@media screen and (max-width: 960px) {
  .reporter__items {
    margin-bottom: 0;
  }
}
.reporter__item {
  position: relative;
  width: 25%;
  padding: 0 0.55rem 0;
  margin-bottom: 3.1rem;
}
.reporter__item .chk {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 10;
}
.reporter__item .btn-box {
  position: absolute;
  bottom: 0;
  right: 0.8rem;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .reporter__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .reporter__item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 600px) {
  .reporter__item {
    width: 50%;
  }
}
.reporter__label-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.reporter__label-img img {
  width: 4.25rem;
}
.reporter__image-box {
  position: relative;
  width: 100%;
  border: 1.5px solid #E9E9E9;
  border-radius: 6px;
  overflow: hidden;
}
.reporter__image-box .s_img {
  padding-top: 101%;
}
.reporter__image {
  position: relative;
  width: 100%;
}
.reporter__desc {
  padding: 1.15rem 9px 1.3rem;
}
.reporter__subject {
  display: inline-block;
  width: 100%;
  font-size: 0.75rem;
  line-height: 0.85rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #5A5A5A;
  font-weight: 700;
  white-space: normal;
  line-height: 1.2;
  height: 1.85rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.reporter__text {
  display: none;
  margin-top: 5px;
  font-size: 0.65rem;
  line-height: 1rem;
  color: #aaa;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.reporter-search {
  position: relative;
  width: 100%;
  max-width: 939px;
  margin: 0 auto;
}
.reporter-search--mt50 {
  margin-top: 2.5rem;
}
.reporter-search dl dd {
  letter-spacing: -0.05em;
}
.reporter-search .dp--block {
  display: block;
}
.reporter-search .frm_input {
  width: 100%;
  height: 2.2rem;
  padding-left: 1.15rem !important;
  line-height: 2.2rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
  font-size: 0.85rem;
  color: #7F7F7F;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .reporter-search .frm_input {
    padding-left: 10px !important;
  }
}
.reporter-search .btn {
  width: 100%;
  height: 2.2rem;
  line-height: 2rem;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.reporter-search .word-search {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1.7rem;
}
.reporter-search .word-search .fst {
  width: 100%;
  max-width: 579px;
  padding-right: 5px;
}
.reporter-search .word-search .mid {
  width: 100%;
  max-width: 122px;
  padding-right: 5px;
}
.reporter-search .word-search .last {
  width: 100%;
  max-width: 238px;
}
@media screen and (max-width: 1030px) {
  .reporter-search .word-search .fst {
    width: 50%;
    max-width: 100%;
  }
  .reporter-search .word-search .mid {
    width: 20%;
    max-width: 100%;
  }
  .reporter-search .word-search .last {
    width: 30%;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .reporter-search .word-search .fst {
    width: 80%;
    max-width: 80%;
    padding-right: 5px;
  }
  .reporter-search .word-search .mid {
    width: 20%;
    max-width: 20%;
    padding-right: 0;
  }
  .reporter-search .word-search .last {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
  }
}
.reporter-search .search_bottom {
  margin: 1.75rem 0 0;
}
.reporter-search .tab {
  margin-bottom: 0.5rem;
}
.reporter-search .tab li {
  width: 20%;
}
.reporter-search .tab li span {
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
  padding-left: 0.9rem;
}
.reporter-search .tab li span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.reporter-search .tab li a {
  display: block;
}
.reporter-search .tab li a.color--5dc3ad span {
  color: #5dc3ad;
}
.reporter-search .tab li a.color--5dc3ad span::before {
  background-color: #5dc3ad;
}
.reporter-search .tab li a.color--796caf span {
  color: #796caf;
}
.reporter-search .tab li a.color--796caf span::before {
  background-color: #796caf;
}
.reporter-search .tab li a.color--e97e26 span {
  color: #e97e26;
}
.reporter-search .tab li a.color--e97e26 span::before {
  background-color: #e97e26;
}
.reporter-search .tab li a.color--2aa3dc span {
  color: #2aa3dc;
}
.reporter-search .tab li a.color--2aa3dc span::before {
  background-color: #2aa3dc;
}
.reporter-search .tab li a.color--ed7980 span {
  color: #ed7980;
}
.reporter-search .tab li a.color--ed7980 span::before {
  background-color: #ed7980;
}

.reporter-intro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 2rem;
  background-color: #e7f7ff;
  border-radius: 10px;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .reporter-intro {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }
}
.reporter-intro__image {
  position: relative;
  width: 6rem;
}
.reporter-intro__image img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .reporter-intro__image {
    margin: 0 auto;
  }
}
.reporter-intro__content {
  position: relative;
  width: calc(100% - 6rem);
  padding-left: 1rem;
}
@media screen and (max-width: 500px) {
  .reporter-intro__content {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
}
.reporter-intro__title {
  display: block;
  font-weight: bold;
  font-size: 1.05rem;
  color: #4A65F6;
  line-height: 1;
}
.reporter-intro__text {
  display: block;
  margin-top: 9px;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #7F7F7F;
  letter-spacing: -0.05em;
}
.reporter-intro__text .dp-block {
  display: block;
}
@media screen and (max-width: 836px) {
  .reporter-intro__text .dp-block {
    display: inline;
  }
}

.newsman {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -0.9rem;
}
@media screen and (max-width: 1330px) {
  .newsman {
    margin: -9px;
  }
}
@media screen and (max-width: 1023px) {
  .newsman {
    padding: 0;
  }
}
.newsman__item {
  width: 20%;
  padding: 0.9rem;
}
@media screen and (max-width: 1330px) {
  .newsman__item {
    padding: 9px;
  }
}
@media screen and (max-width: 720px) {
  .newsman__item {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 639px) {
  .newsman__item {
    width: 50%;
  }
}
.newsman__item__image {
  position: relative;
  overflow: hidden;
}
.newsman__item__image .s_img {
  border: 1px solid #E9E9E9;
  border-radius: 7px;
  padding-top: 133%;
}
.newsman__item__image .s_img img {
  margin-left: 0 !important;
}
.newsman__item__desc {
  margin-top: 0.4rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
  color: #000;
  letter-spacing: 0;
}

.scrap {
  position: relative;
  margin-top: 2rem;
}
.scrap-list {
  padding-top: 0.75rem;
}
.scrap__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.scrap__item {
  position: relative;
  width: calc(50% - 4px - 4px);
  margin: 4px;
  border: 1.5px solid #e9e9e9;
  border-radius: 6px;
  padding: 1.5rem 1.5rem 2.5rem 1.5rem;
}
.scrap__item .chk {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
}
@media screen and (max-width: 720px) {
  .scrap__item {
    width: calc(100% - 4px - 4px);
  }
}
.scrap__link {
  display: block;
  position: relative;
  width: 100%;
}
.scrap__cmp {
  margin-bottom: 0.55rem;
}
.scrap__cmp span {
  display: inline-block;
  font-size: 0.6rem;
  color: #fff;
  line-height: 1;
  background-color: #b4b4b4;
  padding: 6px 0.5rem;
}
.scrap__title {
  font-size: 1rem;
  color: #555555;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.scrap__text {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #7F7F7F;
  margin-top: 0.5rem;
}
.scrap__btn-box {
  margin-top: 0.9rem;
}
.scrap__btn-box .btn-link {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1;
  color: #FFF;
  padding: 7px 1.5rem;
  font-weight: 500;
  border-radius: 50px;
  background-color: #4a65f6;
}

.law-search {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.law-search .frm_input {
  width: 100%;
  height: 2.2rem;
  padding-left: 1.15rem !important;
  line-height: 2.2rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
  font-size: 0.85rem;
  color: #7F7F7F;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .law-search .frm_input {
    padding-left: 10px !important;
  }
}
.law-search .btn {
  width: 100%;
  height: 2.2rem;
  line-height: 2rem;
  font-size: 0.95rem;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.law-search__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.law-search__item {
  position: relative;
  width: 100%;
  max-width: 619px;
  padding-right: 2.5px;
}
.law-search__item:last-child {
  max-width: 155px;
}
@media screen and (max-width: 850px) {
  .law-search__item {
    width: 80%;
    max-width: none;
  }
  .law-search__item:last-child {
    width: 20%;
    max-width: none;
  }
}
.law-search__item + .law-search__item {
  padding-right: 0;
  padding-left: 2.5px;
}

.counseling-finish {
  padding: 2.5rem 2rem;
  border-radius: 20px;
  margin-bottom: 2rem;
  background: rgba(74, 101, 246, 0.4);
  text-align: center;
}
.counseling-finish__text1 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #1b2daf;
}
.counseling-finish__text2 {
  margin-top: 1.45rem;
  font-size: 1rem;
  color: rgba(27, 45, 175, 0.86);
}
.counseling-finish__btnbox {
  margin-top: 1.45rem;
}
.counseling-finish__btnbox a {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1.25rem;
  border-radius: 10px;
  font-size: 0.9rem;
  background: #1b2daf;
  color: #fff;
}

.counseling {
  margin-top: 0;
}
.counseling__top {
  width: 100%;
  text-align: center;
}
.counseling__top img {
  max-width: 100%;
}
.counseling__items {
  position: relative;
  /*
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  */
  padding-top: 4rem;
  margin: -1.4rem -1.2rem;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .counseling__items {
    margin: -1rem -0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .counseling__items br {
    display: none;
  }
}
.counseling__item {
  position: relative;
  display: inline-block;
  margin-left: -5px;
  width: 25%;
  padding: 1.4rem 1.2rem;
  text-align: center;
  vertical-align: top;
}
@media screen and (max-width: 1030px) {
  .counseling__item {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 960px) {
  .counseling__item {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 600px) {
  .counseling__item {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .counseling__item {
    width: 100%;
  }
}
.counseling__item__image {
  position: relative;
  z-index: 2;
  text-align: center;
}
.counseling__item__image img {
  max-width: 100%;
}
.counseling__item__cont {
  position: relative;
  z-index: 1;
  margin-top: -3px;
}
.counseling__item__title {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.6rem 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 1.15rem;
  color: #fff;
  font-weight: 700;
  border: 1px solid #4A65F6;
  background-color: #4A65F6;
}
.counseling__item__title .color--yellow {
  color: #FFEA0E;
}
.counseling__item__desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 126px;
  padding: 1.25rem 0.8rem 1.55rem;
  border: 1px solid #4A65F6;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 0.8rem;
  color: #7F7F7F;
}
.counseling__item__desc .dp--block {
  display: block;
}
@media screen and (max-width: 1100px) {
  .counseling__item__desc .dp--block {
    display: inline;
  }
  .counseling__item__desc {
    word-wrap: break-word;
  }
}
.counseling__line {
  position: relative;
  width: 100%;
  height: 0.5rem;
  margin: 2.2rem 0;
  background: url(../../new_imgs/counseling/counselling_line.png) repeat-x 50% 50%;
  background-size: 100% auto;
}
.counseling__bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.counseling__info {
  width: 100%;
  position: relative;
  border-radius: 20px;
  background-color: #0b2f8b;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .counseling__info {
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .counseling__info {
    width: 100%;
    max-width: 100%;
  }
}
.counseling__info dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 654px) {
  .counseling__info dl {
    flex-direction: column;
  }
}
.counseling__info dt {
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 654px) {
  .counseling__info dt {
    width: 100%;
  }
}
.counseling__info dd {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (max-width: 654px) {
  .counseling__info dd {
    width: 100%;
    padding-left: 0;
  }
}
.counseling__info dd span {
  display: block;
  position: relative;
  padding-left: 1.8rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.counseling__info dd span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
}
.counseling__info dd span.bg1::before {
  background-image: url(../../new_imgs/icon/ico_pen.svg);
}
.counseling__info dd span.bg2::before {
  top: 0.8rem;
  background-image: url(../../new_imgs/icon/ico_qa.svg);
}
.counseling__info dd span + span {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px dashed #fff;
}
.counseling__btnbox {
  position: relative;
  overflow: hidden;
  width: 49%;
}
@media screen and (max-width: 1200px) {
  .counseling__btnbox + .counseling__btnbox {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 788px) {
  .counseling__btnbox {
    width: 100%;
  }
}
.counseling__btnbox .btn-qa {
  display: block;
  min-height: 124px;
  padding: 1.15rem 1.95rem 1.15rem 1.7rem;
  background-color: #CFA1F5;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 900;
  border-radius: 20px;
}
.counseling__btnbox .btn-qa span {
  display: inline-block;
  position: relative;
  padding-left: 3.45rem;
  line-height: 3.2rem;
}
.counseling__btnbox .btn-qa span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.95rem;
  height: 3.4rem;
  background: url(../../new_imgs/icon/ico_q_search.svg) no-repeat 0 0;
  background-size: 2.95rem 3.4rem;
}
@media screen and (max-width: 364px) {
  .counseling__btnbox .btn-qa span::before {
    width: 2rem;
    height: 3rem;
    background-size: 2rem 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .counseling__btnbox .btn-qa span br {
    display: none;
  }
  .counseling__btnbox .btn-qa span {
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 394px) {
  .counseling__btnbox .btn-qa span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 364px) {
  .counseling__btnbox .btn-qa span {
    padding-left: 2.5rem;
    font-size: 1rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 269px) {
  .counseling__btnbox .btn-qa span {
    line-height: normal;
  }
}
.counseling__btnbox .btn-write {
  display: block;
  min-height: 112px;
  padding: 1.15rem 1.95rem 1.15rem 1.8rem;
  background-color: #ec81aa;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 900;
  border-radius: 20px;
}
.counseling__btnbox .btn-write span {
  display: inline-block;
  position: relative;
  padding-left: 3.45rem;
}
.counseling__btnbox .btn-write span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.95rem;
  height: 3.4rem;
  background: url(../../new_imgs/icon/ico_book_write.svg) no-repeat 0 0;
  background-size: 2.95rem 3.4rem;
}
@media screen and (max-width: 364px) {
  .counseling__btnbox .btn-write span::before {
    width: 2rem;
    height: 3rem;
    background-size: 2rem 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .counseling__btnbox .btn-write span {
    line-height: 1.6;
  }
}
@media screen and (max-width: 394px) {
  .counseling__btnbox .btn-write span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 364px) {
  .counseling__btnbox .btn-write span {
    padding-left: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 331px) {
  .counseling__btnbox .btn-write span {
    line-height: normal;
  }
}

.counseling-tab-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.9rem;
  justify-content: space-between;
}
.counseling-tab-box .tab .tab_list li#all a {
  width: 3rem;
  padding: 0.5rem 0;
}
.counseling-tab-box .tab .tab_list li a {
  padding: 0.5rem 0.95rem;
}
.counseling-tab-box .tab .tab_list li a:hover, .counseling-tab-box .tab .tab_list li.on a {
  background-color: #4A65F6;
  border-color: #4A65F6;
  color: #fff;
}
.counseling-tab-box .tab .tab_list li {
  width: auto;
}
.counseling-tab-box__left {
  width: 81%;
}
.counseling-tab-box__right {
  width: 177px;
}
.counseling-tab-box__right .link {
  display: inline-block;
  position: relative;
  padding: 0.5rem 1.75rem;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  background-color: #4A65F6;
}
@media screen and (max-width: 1030px) {
  .counseling-tab-box__left {
    width: 100%;
  }
  .counseling-tab-box__right {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
}

.mypage-tab-box {
  position: relative;
  width: 100%;
  max-width: 1071px;
}
.mypage-tab-box__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mypage-tab-box__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mypage-tab-box__item:nth-child(1) {
  width: 80%;
  padding-right: 2px;
}
.mypage-tab-box__item:nth-child(2) {
  width: 20%;
  padding-left: 2px;
}
@media screen and (max-width: 720px) {
  .mypage-tab-box__item:nth-child(1) {
    width: 80%;
    padding-right: 0;
  }
  .mypage-tab-box__item:nth-child(2) {
    width: 20%;
    padding-left: 5px;
  }
}
.mypage-tab-box .frm_input {
  width: 100%;
  height: 2.2rem;
  padding-left: 1.15rem !important;
  line-height: 2.2rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
  font-size: 0.85rem;
  color: #7F7F7F;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .mypage-tab-box .frm_input {
    padding-left: 10px !important;
  }
}
.mypage-tab-box .sch_btn1 {
  width: 100%;
  height: 2.2rem;
  line-height: 2rem;
  background-color: #cfa1f5;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
}
.mypage-tab-box .search_bottom {
  margin-top: 0.65rem;
}
.mypage-tab-box .tab .tab_list li {
  width: auto;
}
.mypage-tab-box .tab .tab_list li a {
  padding: 0.5rem 1rem;
}
.mypage-tab-box .tab .tab_list li#all a {
  width: 3rem;
  padding: 0.5rem 0;
}

.worry-tab-box {
  position: relative;
  width: 100%;
  max-width: 1071px;
  margin: 0 auto 0;
}
.worry-tab-box__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.worry-tab-box__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.worry-tab-box__item:nth-child(1) {
  width: 80%;
  padding-right: 2px;
}
.worry-tab-box__item:nth-child(2) {
  width: 20%;
  padding-left: 2px;
}
@media screen and (max-width: 720px) {
  .worry-tab-box__item:nth-child(1) {
    width: 80%;
    padding-right: 0;
  }
  .worry-tab-box__item:nth-child(2) {
    width: 20%;
    padding-left: 5px;
  }
}
.worry-tab-box .frm_input {
  width: 100%;
  height: 2.2rem;
  padding-left: 1.15rem !important;
  line-height: 2.2rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
  font-size: 0.85rem;
  color: #7F7F7F;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .worry-tab-box .frm_input {
    padding-left: 10px !important;
  }
}
.worry-tab-box .sch_btn1 {
  width: 100%;
  height: 2.2rem;
  line-height: 2rem;
  background-color: #cfa1f5;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
}
.worry-tab-box .search_bottom {
  margin-top: 0.65rem;
}
.worry-tab-box .tab .tab_list li {
  width: auto;
}
.worry-tab-box .tab .tab_list li a {
  padding: 0.5rem 1rem;
}
.worry-tab-box .tab .tab_list li#all a {
  width: 3rem;
  padding: 0.5rem 0;
}

.space-top-search {
  position: relative;
}
.space-top-search__top {
  margin-top: 1.05rem;
}
.space-top-search__top .frm_input {
  width: 100%;
  height: 2.2rem;
  padding-left: 1.15rem !important;
  line-height: 2.2rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
  font-size: 0.85rem;
  color: #7F7F7F;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .space-top-search__top .frm_input {
    padding-left: 10px !important;
  }
}
.space-top-search .space-text {
  font-size: 0.8rem;
  text-align: left;
  color: #4a65f6;
  line-height: 1.2;
  margin-top: 0;
}
.space-top-search .btn_md {
  width: 100%;
  padding: 0.7rem 0;
  height: 2.2rem;
  font-size: 0.85rem;
}
.space-top-search__list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: row;
}
.space-top-search__list.list--mb li:nth-child(1) {
  width: 618px;
}
.space-top-search__list.list--mb li:nth-child(2) {
  width: 152px;
  padding-left: 5px;
}
.space-top-search__list.list--mb li:nth-child(3) {
  width: 200px;
  padding-left: 5px;
}
.space-top-search__list.list--mb li:nth-child(4) {
  width: 200px;
  padding-left: 5px;
}
@media screen and (max-width: 1279px) {
  .space-top-search__list.list--mb li:nth-child(1) {
    width: 50%;
  }
  .space-top-search__list.list--mb li:nth-child(2) {
    width: 15%;
  }
  .space-top-search__list.list--mb li:nth-child(3) {
    width: 15%;
  }
  .space-top-search__list.list--mb li:nth-child(4) {
    width: 20%;
  }
}
@media screen and (max-width: 720px) {
  .space-top-search__list.list--mb li:nth-child(1) {
    width: 80%;
  }
  .space-top-search__list.list--mb li:nth-child(2) {
    width: 20%;
    padding-left: 5px;
  }
  .space-top-search__list.list--mb li:nth-child(3) {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
  .space-top-search__list.list--mb li:nth-child(4) {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}
.space-top-search__list li:nth-child(1) {
  width: 60%;
}
.space-top-search__list li:nth-child(2) {
  width: 15%;
  padding-left: 5px;
}
.space-top-search__list li:nth-child(3) {
  width: 25%;
  padding-left: 5px;
}
@media screen and (max-width: 720px) {
  .space-top-search__list li:nth-child(1) {
    width: 80%;
  }
  .space-top-search__list li:nth-child(2) {
    width: 20%;
    padding-left: 5px;
  }
  .space-top-search__list li:nth-child(3) {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}
.space-top-search .btn_md.bg--0b2f8b {
  background-color: #0b2f8b;
}
.space-top-search .tab .tab_list li {
  width: auto;
}
.space-top-search .tab .tab_list li a {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.space-top-search .tab .tab_list li#all a {
  padding-left: 0;
  padding-right: 0;
}

.space-info-text {
  margin-top: 2rem;
  position: relative;
  font-size: 0.8rem;
  color: #4A65F6;
}

.space-map {
  position: relative;
  margin-top: 2.1rem;
  border: 2px solid #4A65F6;
}

.smap_legend {
  padding: 5px;
}

.smap_legend p {
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #4A65F6;
}

.smap_legend p img {
  width: 18px;
}

#smap {
  position: relative;
  border-top: 1px solid #4A65F6;
}

.space {
  position: relative;
  margin-top: 4.05rem;
}
@media screen and (max-width: 1030px) {
  .space {
    margin-top: 2rem;
  }
}
.space__container {
  margin: 0 -0.5rem -2.65rem;
}
@media screen and (max-width: 1030px) {
  .space__container {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.space__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.space__item {
  position: relative;
  width: 25%;
  padding: 0 0.5rem;
  margin-bottom: 2.65rem;
}
@media screen and (max-width: 1030px) {
  .space__item {
    padding: 0 5px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .space__item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .space__item {
    width: 33.333333%;
  }
}
@media screen and (max-width: 600px) {
  .space__item {
    width: 50%;
  }
}
.space__chk {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  z-index: 20;
}
.space__image-box {
  position: relative;
  width: 100%;
  border: 1.5px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
}
.space__image-box .s_img {
  padding-top: 100%;
}
.space__image-box .lb-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.space__image-box .lb-img img {
  max-width: 4rem;
}
.space__desc {
  padding: 1rem 0.8rem;
  text-align: center;
}
.space__subject {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #5A5A5A;
  font-weight: 700;
}
.space__text1 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
  color: #7f7f7f;
  font-size: 0.65rem;
}
.space__text2 {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0.65rem;
  font-size: 0.65rem;
  color: #aaaaaa;
}
.space__address {
  display: inline-block;
  position: relative;
  padding-left: 0.85rem;
  line-height: 0.75rem;
}
.space__address::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.75rem;
  background: url(../../new_imgs/icon/ico_map.svg) no-repeat 0 0;
  background-size: 0.6rem 0.75rem;
}

.community-search {
  position: relative;
  margin-top: 1.9rem;
}
.community-search .frm_input {
  width: 100%;
  height: 2.2rem;
  padding-left: 1.15rem !important;
  line-height: 2.2rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
  font-size: 0.85rem;
  color: #7F7F7F;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .community-search .frm_input {
    padding-left: 10px !important;
  }
}
.community-search .search_list2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.community-search .search_list2 li.fst {
  width: 80%;
}
.community-search .search_list2 li.last {
  padding-left: 5px;
  width: 20%;
}
.community-search + .search_bottom {
  margin-top: 0.65rem !important;
}

.community-tab li:not(#all) {
  width: 16.6666666667%;
}

.board-wrap {
  position: relative;
  margin-top: 2.65rem;
}

.board-search-top {
  position: relative;
  padding-bottom: 2.9rem;
  background: url(../../new_imgs/info/info_top_line.png) no-repeat 50% 100%;
  background-size: auto;
}

.board-search-bottom {
  position: relative;
  margin-top: 2.05rem;
}
.board-search-bottom .search_list2 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 795px;
  margin: 0 auto;
}
.board-search-bottom .search_list2 li.fst {
  width: 158px;
}
.board-search-bottom .search_list2 li.mid {
  width: 480px;
  padding-left: 5px;
}
.board-search-bottom .search_list2 li.last {
  width: 157px;
  padding-left: 5px;
}
@media screen and (max-width: 867px) {
  .board-search-bottom .search_list2 li.fst {
    width: 100%;
  }
  .board-search-bottom .search_list2 li.mid {
    width: 80%;
    margin-top: 5px;
    padding-left: 0px;
  }
  .board-search-bottom .search_list2 li.last {
    width: 20%;
    margin-top: 5px;
    padding-left: 5px;
  }
}
.board-search-bottom .frm_input {
  width: 100%;
  height: 2.2rem;
  padding-left: 1.15rem !important;
  line-height: 2.2rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
  font-size: 0.85rem;
  color: #7F7F7F;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 720px) {
  .board-search-bottom .frm_input {
    padding-left: 10px !important;
  }
}
.board-search-bottom select.frm_input {
  padding: 0 !important;
  background-color: #fff;
  font-size: 0.8rem;
  color: #4a65f6;
  text-align: center;
  background: url(../../new_imgs/icon/ico_blue_down_arr.svg) no-repeat calc(100% - 10px) 50% #fff;
  background-size: 13px 7px;
  font-weight: 700;
}

.space-use-info {
  margin-top: 1.9rem;
}

.ul-list2 {
  position: relative;
  border-top: 0.5px solid #4A65F6;
  border-bottom: 0.5px solid #4A65F6;
}
.ul-list2 li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-bottom: 0.5px solid #4A65F6;
  padding: 0.75rem 0;
}
.ul-list2 li:last-child {
  border-bottom: 0;
}
.ul-list2 .tit {
  display: block;
  width: 4.45rem;
  font-size: 0.75rem;
  color: #4A65F6;
  font-weight: 700;
}
.ul-list2 .text {
  display: block;
  width: calc(100% - 4.45rem);
  padding-left: 1.6rem;
  font-size: 0.75rem;
  color: #7F7F7F;
  font-weight: 700;
}

.survey {
  margin-top: 1.9rem;
  padding: 1.3rem 2.8rem;
  background-color: #E9EEFF;
}
.survey__content {
  position: relative;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 3.3rem 4rem;
}
.survey__title {
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  color: #4a65f6;
}
.survey__text {
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #333;
}
.survey__info {
  margin-top: 1.6rem;
  padding: 0.5rem 1.05rem;
  background-color: #f8f8f8;
  font-size: 0.8rem;
  color: #333;
}
.survey__info dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
.survey__info dl dt {
  position: relative;
  padding-left: 0.8rem;
  width: 6rem;
}
.survey__info dl dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #333;
}
.survey__info dl dd {
  position: relative;
  width: calc(100% - 6rem);
}
.survey__items {
  margin-top: 1.85rem;
  padding-top: 1.6rem;
  border-top: 1px dashed #707070;
}
.survey__subject {
  font-size: 0.8rem;
  font-weight: 700;
  color: #4A65F6;
}
.survey__sumary {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #333;
}
.survey__frmbox {
  position: relative;
  margin-top: 1rem;
  overflow: hidden;
}
.survey .frm_input {
  padding-left: 10px !important;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.75rem;
  background-color: rgba(212, 222, 255, 0.5);
  border-color: rgba(74, 101, 246, 0.5) !important;
}
.survey textarea.frm_input {
  padding: 0.5rem !important;
  height: 150px;
  line-height: 1.5;
}
.survey__item + .survey__item {
  margin-top: 2.5rem;
}
.survey .check-list {
  margin: -1rem;
}
.survey .check-list li {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  font-size: 0.75rem;
  color: #333;
}
.survey .check-list li label {
  display: inline-block;
  padding-left: 5px;
}

.work-tip {
  position: relative;
  margin-top: 3rem;
  background-color: rgba(74, 101, 246, 0.8) !important;
  font-size: 1rem;
  text-align: center;
  padding: 1.2rem;
  color: #fff;
}

.talk-tip {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  background-color: rgba(212, 222, 255, 0.5);
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem;
  color: #4a65f6;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.talk-tip img {
  display: inline-block;
  width: 4.5rem;
  margin-right: 1rem;
}
@media screen and (max-width: 500px) {
  .talk-tip img {
    width: 3.5rem;
    margin-right: 0.5rem;
  }
  .talk-tip {
    font-size: 0.8rem;
    padding: 0.8rem;
    text-align: left;
  }
}

.talk-tip2-box {
  position: relative;
  margin-top: 2rem;
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
.talk-tip2-box__text {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 0.7rem;
  color: #666;
  margin-top: 1rem;
  padding: 0 1rem;
  text-align: left;
}
.talk-tip2-box__text p {
  position: relative;
  width: calc(100% - 0.85rem);
  padding-left: 0.4rem;
}
.talk-tip2-box__text-icon {
  width: 0.85rem;
  height: 0.85rem;
}
.talk-tip2-box__text-icon img, .talk-tip2-box__text-icon svg {
  width: 100%;
  height: 100%;
}

.talk-tip2 {
  position: relative;
  width: 100%;
  background-color: rgba(212, 222, 255, 0.5);
  font-size: 0.9rem;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.talk-tip2 img {
  display: inline-block;
  width: 6rem;
  margin-right: 1rem;
}
.talk-tip2__desc {
  width: calc(100% - 6rem);
}
.talk-tip2__text1 {
  font-size: 0.8rem;
  color: #000;
}
.talk-tip2__text1 strong {
  font-size: 1rem;
  font-weight: 700;
  color: #4a65f6;
}
.talk-tip2__text2 {
  font-size: 0.8rem;
  color: #000;
  margin-top: 1rem;
}
@media screen and (max-width: 720px) {
  .talk-tip2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .talk-tip2__desc {
    width: 100%;
    margin-top: 1.5rem;
  }
}