/* ==== post ==== */
/**
 * 記事
 */
.devidecol {
  margin: 0 auto;
  width: 1060px;
}
.devidecol__col--left {
  float: left;
  width: 755px;
}
.devidecol__col--right {
  float: right;
  width: 250px;
}
.column {
  border-bottom: 1px dotted #ccc;
  display: table;
  padding: 15px 0;
  table-layout: fixed;
  width: 100%;
}
.column:first-child {
  padding-top: 0;
}
.column__img {
  border: 8px solid #fff;
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.column__img a {
  display: block;
  height: 150px;
  overflow: hidden;
  width: 150px;
}
.column__data {
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
}
.column__data:first-child {
  padding-left: 0;
}
.column__ttl {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.70588;
}
.column__ttl a {
  color: #000;
}
.column__excerpt {
  font-size: 1.5rem;
  line-height: 1.5;
}
.column__ft {
  margin-top: 10px;
}
.column__date {
  color: #737272;
  font-size: 1.3rem;
  line-height: 1;
}
.column__read {
  float: right;
  font-size: 0;
  margin-top: -15px;
}
.column__read a {
  background: #a9a9aa;
  display: inline-block;
  padding: 0 15px;
}
.column__read a:hover,
.column__read a:focus {
  opacity: 0.6;
}
.column__read a img {
  vertical-align: top;
}
.entry {
  background: #fff;
  margin-bottom: 30px;
}
.entry__hd {
  background: url("../../images/ico_plus.png") no-repeat 0 5px;
  margin-bottom: 20px;
  padding-left: 35px;
}
.entry__ttl {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
}
.entry__thubmnail {
  margin-bottom: 35px;
}
.entry__thubmnail img {
  width: 100%;
}
.wysiwyg p {
  line-height: 1.8;
  margin: 1.69231rem 0;
}
.wysiwyg p > a {
  color: #18a2e2;
  text-decoration: underline;
}
.visualBottomMessage {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 2.9rem;
  margin: 30px 0 0;
  text-align: center;
}
.taCenter {
  text-align: center;
}
.clRed {
  color: #fe6c6c;
}
.blueBkLine {
  background: #007DBE /*c-blue*/;
  color: #fff;
  font-size: 2.2rem;
  padding: 10px 0;
  text-align: center;
}
.entry .wysiwyg p {
  word-wrap: break-word;
}
.entry .wysiwyg h3 {
  font-size: 16px;
  font-weight: bold;
}
.entry .wysiwyg strong {
  font-weight: bold;
}
.entry .wysiwyg em {
  font-style: italic;
}
.fd17-commonBtn {
  background-color: #168fc1;
  border-radius: 10px;
  color: #fff !important;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 30px;
  padding: 12px 15px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}
.fd17-commonBtn--post {
  -webkit-box-shadow: 0 1px 3px 1px #ccc;
  background-color: #00bd81;
  box-shadow: 0 1px 3px 1px #ccc;
  font-size: 15px;
  margin: auto;
  padding: 15px;
  width: 45%;
}
.fd17-commonBtn--post > span {
  font-size: 1.4rem;
}
.fd17-commonBtn--post > span:after {
  content: "▼";
  display: inline-block;
  margin-left: 5px;
}
.fd17-commonBtn:hover {
  color: #fff;
}
.fd17-commonBtn--postReview {
  -webkit-box-shadow: 0 1px 3px 1px #ccc;
  background-color: #168fc1;
  box-shadow: 0 1px 3px 1px #ccc;
  font-size: 15px;
  margin: auto;
  padding: 15px;
  width: 45%;
}
.fd17-commonBtn--postReview > span {
  font-size: 1.4rem;
}
.fd17-postAnchor {
  margin-top: -79px;
  padding-top: 79px;
}
.fd17-postSection {
  border-bottom: 1px dashed #03a3e1;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.fd17-postSection--noBorder {
  border-bottom: none;
}
.fd17-postSection__inner {
  padding: 0 60px;
}
.fd17-postImg {
  margin: auto;
  max-width: 100%;
}
.fd17-postListTable {
  border: 1px solid #03a3e1;
  margin-bottom: 30px;
}
.fd17-postListTable > li {
  border-bottom: 1px solid #03a3e1;
  font-weight: bold;
  padding: 5px 10px;
}
.fd17-postListTable > li:last-child {
  border-bottom: none;
}
.fd17-u-tar {
  text-align: right !important;
}
.fd17-u-tal {
  text-align: left !important;
}
.fd17-u-tac {
  text-align: center !important;
}
.columnBody {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1100px;
  -ms-flex-wrap: flex;
}
.columnBody__item {
  padding: 30px 15px;
}
.columnBody__item:first-child {
  width: 800px;
}
.columnBody__item:last-child {
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
}
.entry__bd > p {
  line-height: 1.5;
}
.columns__block .column__title {
  font-size: 2.4rem;
  line-height: 1.4em;
}
.columns__block .column__body a {
  color: #007DBE /*c-blue*/;
  text-decoration: underline;
}
.columns__block .column__body h2 {
  line-height: 1.4em;
}

/*# sourceMappingURL=../maps/post.css.map */
