.container-inner {
  word-break: break-all;
}

.count_box {
  border: 1px solid #ccc;
  background: #f3f3f3;
  padding: 15px;
  display: table;
  width: 100%;
  /*
  box-sizing: border-box;
   */
}

.count_box > div {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .count_box > div {
    display: block;
  }
}

.note_box {
  border: 1px solid #ccc;
  background: #f3f3f3;
  padding: 15px;
  margin-top: 15px;
}

.su_comment {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.su_comment .txt {
  border: 1px solid #5c9cd5;
  padding: 20px;
  position: relative;
  width: 80%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .su_comment .txt {
    width: 100%;
  }
}
.su_comment .txt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #5c9cd5;
  border-left: 1px solid #5c9cd5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .su_comment .txt:before {
    top: -8px;
    bottom: inherit;
    right: inherit;
    display: block;
    border-top: 1px solid #5c9cd5;
    border-left: 1px solid #5c9cd5;
    border-bottom: none;
    border-right: none;
    left: 50%;
  }
}
.su_comment .txt.txt-only:before {
  content: none;
}
.su_comment.imgL .txt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  border-top: 1px solid #5c9cd5;
  border-right: 1px solid #5c9cd5;
  border-bottom: none;
  border-left: none;
  left: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .su_comment.imgL .txt:before {
    top: inherit;
    bottom: -8px;
    right: inherit;
    display: block;
    border-bottom: 1px solid #5c9cd5;
    border-right: 1px solid #5c9cd5;
    border-top: none;
    border-left: none;
    left: 50%;
  }
}

.su_comment .staff, .su_comment .txt {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .su_comment .staff, .su_comment .txt {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .su_comment.imgL .staff {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .su_comment .staff {
    margin-bottom: 15px;
  }
}

.list02_box {
  background: #feecb8;
  border: 1px solid #fcbe08;
  padding: 15px;
  position: relative;
  color: #333;
  font-size: 14px;
  width: 770px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 640px) {
  .list02_box {
    width: 100%;
    padding: 15px 10px;
  }
}
.list02_box ul {
  background: url(../images/arw01.png) no-repeat 425px 20px;
}
.list02_box ul.notBg {
  background: none;
}
@media only screen and (max-width: 640px) {
  .list02_box ul {
    background: none;
  }
}
.list02_box ul li span {
  display: inline-block;
  width: 300px;
}
@media only screen and (max-width: 640px) {
  .list02_box ul li span {
    width: auto;
  }
}
.list02_box .add {
  background: #fff;
  border: 1px solid red;
  padding: 15px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 641px) {
  .list02_box .add {
    position: absolute;
    top: calc(50% + 1em);
    transform: translateY(-50%);
    right: 15px;
  }
}

.list_box {
  background: #feecb8;
  border: 1px solid #fcbe08;
  padding: 15px;
}

@media only screen and (max-width: 640px) {
  .bnr_coronainfo {
    width: 170px;
  }
}
.box-line {
  border-radius: 5px;
  border: 4px solid #00B900;
  background: rgba(0, 185, 0, 0.1);
  padding: 15px;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .box-line {
    border: 2px solid #00B900;
    max-width: 100%;
  }
}
.box-line .title {
  color: #00B900;
  font-weight: bold;
}
.box-line .box-line_btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.box-friend_add {
  border-radius: 10px;
  border: 4px solid #00B900;
  padding: 10px;
}
.box-friend_add > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.box-friend_add > .line.row{
	justify-content: center;
}
@media only screen and (max-width: 640px) {
  .box-friend_add > .row {
    display: block;
  }
}
.box-friend_add .box-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: none;
}
@media only screen and (max-width: 640px) {
  .box-friend_add .box-card.sp_flexWrap {
    flex-wrap: wrap;
  }
  .box-friend_add .box-card.sp_flexWrap .box-footer.txt-left p.mb10{
    text-align: center;
  }
}
.box-friend_add .box-card .box-body {
  background: none;
  padding: 0px 10px;
}
@media only screen and (max-width: 640px) {
  .box-friend_add .box-card .box-body {
    width: 40%;
    width: 100%;
  }
}
.box-friend_add .box-card .box-footer {
  font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
  .box-friend_add .box-card .box-footer {
    width: 60%;
    width: 100%;
  }
}

.l_img, .r_img {
  float: left;
  max-width: 400px;
  margin: 4px 32px 34px 0;
}

.r_img {
  float: right;
  margin: 4px 0 34px 32px;
}

@media only screen and (max-width: 640px) {
  .l_img, .r_img {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 20px 0;
  }
}
