@charset "utf-8";
/* 
CSS Information
 File name:      tag.css
 Author:         Administrator
 Style Info:     Modify YUI Reset CSS, YUI Fonts CSS
 *http://yuilibrary.com/license/
 *version: 3.7.2 build: 5639
----------------------------------------------------- */

.tagInfo {
  position: relative;
  margin-bottom: 68px;
  padding: 25px 20px;
  background-color: #faf4e9;
}
.tagInfo::after {
  position: absolute;
  display: block;
  left: 51px;
  bottom: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 19.5px 0 19.5px;
  border-color: #faf4e9 transparent transparent transparent;
  content: "";
}
.tagInfo_in {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.tagInfo_in_title {
  line-height: 1;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
}
.tagInfo_in_title_main {
  font-family: inherit;
  font-weight: bold;
  font-size: 32px;
  color: #971d38;
}
.tagInfo_in_title_sub {
  font-family: inherit;
  font-size: 24px;
  color: #333333;
}
.tagInfo_in_body {
  font-size: 14px;
}