.last_btn2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.content2 .content_a .loop2 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media only screen and (min-width: 901px) {
  .content2 .content_a .loop2 {
    max-width: 900px;
    margin: 0 auto;
  }
}
.content2 .content_b .profile_li .profile_hako {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 950px;
  margin: 0 auto;
}

.content2 .content_b .profile_li .profile_hako .profile_item {
  width: calc(20% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  .content2 .content_b .profile_li .profile_hako .profile_item {
    width: calc(50% - 50px);
    margin: 20px 20px;
  }
}
.content2 .content_b .profile_li .profile_hako .profile_item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.content2 .content_b .profile_li .profile_hako .profile_item a .profile_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.content2 .content_b .profile_li .profile_hako .profile_item a .profile_content p {
  font-size: 12px;
}

.content2 .content_b .profile_li .profile_hako .profile_item a .profile_content .hukidashi {
  background: #fff;
  color: #333333;
  padding: 0.7em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  width: 110px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-wrap: break-word;
}

.content2 .content_b .profile_li .profile_hako .profile_item a .profile_content .hukidashi::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.content2 .content_b .profile_li .profile_hako .profile_item a .profile_content .p_icon {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.content2 .content_b .profile_li .profile_hako .profile_item a .profile_content .p_name {
  margin-top: 10px;
}

.content2 .cnt_cen {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .content2 .cnt_cen {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .content2 .cnt_cen p {
    font-size: 20px;
  }
}
.content2 .content_c {
  padding-bottom: 90px;
  padding-top: 45px;
}

@media only screen and (max-width: 768px) {
  .content2 .content_c .fukidashi_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content2 .content_c .fukidashi_hako {
  border: 2px solid #333333;
  max-width: 1000px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
}

.content2 .content_c .fukidashi_hako .fukidashi_txt {
  font-size: 24px;
  word-break: break-word;
}

.content2 .content_c .fukidashi_hako::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #333333;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.content2 .content_c .fukidashi_hako::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -10px;
  margin-top: -3px;
  top: 100%;
  left: 50%;
  position: absolute;
}

.content2 .content_c .qa_top_hako {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  padding-top: 20px;
  max-width: 1000px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.content2 .content_c .qa_top_hako .qa_img {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}

.content2 .content_c .qa_top_hako .qa_txt_hako {
  text-align: right;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.content2 .content_c .title_c {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px;
  color: #fff;
  background-color: #FFA16C;
}
.content2 .content_c .cnt02 {
  max-width: 1000px;
  padding: 45px 20px;
  margin: 0 auto;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .content2 .content_c .cnt02 {
    margin: 0 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.content2 .content_c .cnt02 tr {
  display: inline-table;
  width: 100%;
  padding-bottom: 20px;
}

.content2 .content_c .cnt02 tr th {
  width: 25%;
  vertical-align: top;
}

@media only screen and (min-width: 769px) {
  .content2 .content_c .cnt02 tr th {
    width: 20%;
  }
}
.content2 .content_c .cnt02 tr td {
  width: 75%;
  padding-left: 5px;
}

@media only screen and (min-width: 769px) {
  .content2 .content_c .cnt02 tr td {
    width: 80%;
  }
}
.content2 .content_c .about03 {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  width: 100%;
  pointer-events: none;
}

@media only screen and (min-width: 769px) {
  .content2 .content_c .about03 {
    width: 80%;
  }
}
.content2 .content_c .qa_date {
  max-width: 1200px;
  text-align: right;
  margin: 15px auto;
  font-size: 20px;
  padding-right: 10px;
}

@media only screen and (max-width: 768px) {
  .content2 .content_c .qa_date {
    font-size: 16px;
    margin: 15px 20px;
    padding: 0;
  }
  main .title_b {
    text-align: center;
  }
}
.content2 .content_c .mr_btn02 {
  display: block;
  color: #333333;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  background-color: #fff;
  margin: 45px auto;
  padding-top: 8px;
  border: 2px solid #333333;
}

.content2 .message {
  font-size: 24px;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .content2 .content_c .mr_btn02 {
    color: darkslategrey;
    border: 2px solid dimgrey;
    font-weight: 500;
  }
}
/*  */
#member_list {
    padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  #member_list {
    padding-top: 65px;
  }
  main .a-title {
    color: darkslategrey;
  }
  main .content_b .a-title {
    color: ivory;
  }  
  .content2 .content_b .profile_li .profile_hako .profile_item a .profile_content .hukidashi {
    text-wrap:balance;
    word-break: auto-phrase;
    width: 95%;
  }

  .content2 .content_c .fukidashi_hako {
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(134, 134, 134, 0.35);
/*    border-color: palegreen;*/
/*    background: repeating-linear-gradient(#c9efcb 0 2px, transparent 2px 6px),
        repeating-linear-gradient(90deg, #c9efcb 0 2px, transparent 2px 6px);*/
/*    border-width: 10px;*/
/*    border-style: inset;*/
/*    border: 1px solid slategray;*/
/*    background-color: lightgoldenrodyellow;*/
    border: 1px solid springgreen;
/*    border: 1px solid #7fff0094;*/
    min-width: 310px;
    padding: 30px 20px;
  }
/*
  .content2 .content_c .fukidashi_hako::before {
    border-top: 10px solid darkorchid;
  }
  .content2 .content_c .fukidashi_hako::after {
    border-top: 10px solid #fffffff0;
  }
*/
  .content2 .content_c .fukidashi_hako::before,
  .content2 .content_c .fukidashi_hako::after {
    position: absolute;
    border-radius: 50%;
/*    background-color: palegreen;*/
/*    border: 0px;*/
/*    border: 1px solid slategray;*/
/*    background-color: lightgoldenrodyellow;*/
    border: 1px solid springgreen;
/*    border: 1px solid #7fff0094;*/
    content: "";
  }

  .content2 .content_c .fukidashi_hako::before {
    top: 120%;
    left: 44%;
    height: 15px;
    width: 15px;
    opacity: 0.8;
    box-shadow: 0px 5px 15px 0px rgba(134, 134, 134, 0.35);
  }
  .content2 .content_c .fukidashi_hako::after {
    top: 140%;
    left: 38%;
    height: 10px;
    height: 10px;
    width: 10px;
    opacity: 0.6;
    box-shadow: 0px 5px 20px 0px rgba(134, 134, 134, 0.35);
  }
  .content2 .content_c .fukidashi_hako .fukidashi_txt {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: mediumvioletred;
    -webkit-text-stroke: 0.5px mediumvioletred;
    text-wrap:balance;
    word-break: auto-phrase;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }
  .content2 .content_c .qa_top_hako .qa_txt_hako {
    font-size: 18px;
    min-width: 180px;
  }
  .content2 .content_c .title_c {
    text-align: left;
    font-size: 18px;
    color: ivory;
  }
  .cnt02 table th {
    color: darkslategrey;
    position: relative;
    font-size: 19px;
    font-style: italic;
  }
  .cnt02 table th::after {
    content: "▶";
    position: absolute;
    top: 6px;
    width: 5rem;
    left: 4.6em;
    font-style: normal;
    font-size: 13px;
    color: mediumslateblue;
    text-shadow: 3px 3px 0px rgb(0 0 0 / 20%);
  }
}