.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.7em;
}

.flex_wrap .flex_ct {
  width: 49.5%;
  margin-right: 1%;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

.flex_wrap .flex_ct:last-of-type {
  margin-right: 0;
}

.flex_wrap .flex_ct p.flex_t {
  background-color: #a80447;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 10px 2px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.flex_wrap .flex_ct ul {
  margin: 1em 1em 1em 25px;
}

.flex_wrap .flex_ct ul li {
  line-height: 1.6;
  list-style-type: disc;
}

.wine_red_t {
  color: #cc0000;
  font-weight: bold;
}
.bold_t {
  font-weight: bold;
}

.list_cir li {
  padding-left: 0;
}

.list_cir li:before {
  content: none;
}

.list_hisi li {
  border-bottom:1px dotted #aaa 
}

.list_hisi li {
  padding-left: 0;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em !important;
}

.top_ward {
  border: 2px solid #cc0000;
  padding: 1em;
}

.top_ward p {
  margin: 0;
}

.self_flow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.7em;
}

.self_flow dl {
  width: 19.2%;
  margin-right: 1%;
}

.self_flow dl:last-of-type {
  margin-right: 0;
}

.self_flow dl dt {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.self_flow dl dt img {
  display: block;
  border: 3px solid #a80447;
}

.self_flow dl dd {
  margin: 5px 0 0 0;
  line-height: 1.6;
}

.self_flow dl dd span {
  border-bottom: 1px dotted #a80447;
}

.after_service {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1.7em;
}

.after_service .after_ct {
  width: 32.66%;
  margin-right: 1%;
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}

.after_service .after_ct:nth-child(3n) {
  margin-right: 0;
}

.after_service .after_ct:nth-child(1), .after_service .after_ct:nth-child(2), .after_service .after_ct:nth-child(3) {
  margin-bottom: 10px;
}

.ribbon18-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon18 {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
  color: #fff;
  text-shadow: 0 2px 2px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.ribbon18:before, .ribbon18:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon18:before {
  left: 14px;
}

.ribbon18:after {
  right: 18px;
}

.after_service .after_ct img {
  display: block;
}

.after_service .after_ct p.after_t {
  margin: 0;
  background-color: #a80447;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 5px 0;
}

.after_service .after_ct .after_detail {
  margin: 10px;
}

.after_service .after_ct .after_detail ul {
  margin-left: 20px;
}

.after_service .after_ct .after_detail ul li {
  list-style-type: disc;
  line-height: 1.6;
}

.after_service .after_ct .after_detail ul li ul li {
  list-style-type: circle;
}

.after_service .after_ct .after_detail p {
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 3px dotted #ccc;
}

.after_service .after_ct:last-of-type {
  position: relative;
}

.after_service .after_ct:last-of-type p.after_t {
  background-color: #007a43;
}

.after_service .after_ct:last-of-type .after_detail p {
  margin: 0;
  border: none;
  padding: 0;
}
p.after_t a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.manga{
	width: 96%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px){
.flex_wrap .flex_ct {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.flex_wrap .flex_ct:last-of-type {
  margin-bottom: 0;
}

.self_flow {
  margin: 0 0.5em;
}

.self_flow dl {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 5px;
}

.self_flow dl:last-of-type {
  margin-bottom: 0;
}

.self_flow dl dt {
  width: 20%;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  float: left;
}

.self_flow dl dt img {
  display: block;
  border: 3px solid #a80447;
}

.self_flow dl dd {
  width: 80%;
  margin: 0;
  padding-left: 5px;
  float: right;
}

.after_service {
  margin: 0 0.5em;
}

.after_service .after_ct {
  width: 100%;
  margin-right: 0;
}

.after_service .after_ct:nth-child(4), .after_service .after_ct:nth-child(5) {
  margin-bottom: 10px;
}
}
@media only screen and (max-width: 480px){
.writing_top dl dd ul.list_cir:nth-of-type(2n+1) {
  width: 100%;
}

.writing_top dl dd ul.list_cir:nth-of-type(2n) {
  width: 100%;
}
}