#df_content .df_cornerMidTitle:before {
  background: #005ea1; }

#df_content .df_cornerSmallTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding-left: 10px;
  position: relative; }
  #df_content .df_cornerSmallTitle:before {
    content: "";
    background-color: #EFA31E;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0; }

#df_content .df_newBlog .fukidashiTitle {
  background: #eab544;
  color: #fff; }
  #df_content .df_newBlog .fukidashiTitle:before {
    border-color: #eab544 transparent transparent transparent; }
  #df_content .df_newBlog .fukidashiTitle i {
    color: #fff;
    opacity: 0.8;
    margin-right: 6px; }

#df_content .df_newBlog__mainContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 0px #d8d8d8;
  margin: 10px auto 0;
  padding: 2% 2%;
  position: relative; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog__mainContent {
      flex-wrap: wrap; } }

#df_content .df_newBlog__announcerImgWrap {
  display: block;
  width: 140px;
  border-radius: 50%;
  transition: .2s;
  text-align: center;
  padding: 10px; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog__announcerImgWrap {
      width: 100%;
      display: flex;
      padding: 4px 10px 10px; } }
  #df_content .df_newBlog__announcerImgWrap:hover {
    opacity: .7;
    text-decoration: none; }
  #df_content .df_newBlog__announcerImgWrap .imgInnerWrap {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; }
    @media all and (max-width: 640px) {
      #df_content .df_newBlog__announcerImgWrap .imgInnerWrap {
        width: 70px;
        height: 70px; } }
    #df_content .df_newBlog__announcerImgWrap .imgInnerWrap img {
      width: 100%; }
  #df_content .df_newBlog__announcerImgWrap span {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 10px; }
    #df_content .df_newBlog__announcerImgWrap span:before {
      content: "\f130";
      font-family: fontawesome;
      margin-right: 8px;
      color: #eab544;
      font-weight: 100;
      font-size: 16px; }
      @media all and (max-width: 640px) {
        #df_content .df_newBlog__announcerImgWrap span:before {
          font-size: 20px;
          margin-right: 10px; } }
    @media all and (max-width: 640px) {
      #df_content .df_newBlog__announcerImgWrap span {
        font-size: 20px;
        width: calc(100% - 70px);
        padding-left: 16px;
        text-align: left; } }

#df_content .df_newBlog__imgArea {
  position: relative;
  width: 233px;
  min-width: 233px; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog__imgArea {
      width: 100%;
      min-width: 100%;
      height: 160px; } }

#df_content .df_newBlog__articleImg {
  display: block;
  min-height: 108px;
  transition: .3s; }
  #df_content .df_newBlog__articleImg:hover {
    opacity: .7; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog__articleImg {
      height: 100%; } }
  #df_content .df_newBlog__articleImg img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute; }

#df_content .df_newBlog__txtArea {
  width: calc(100% - 140px);
  position: relative;
  padding-left: 2%; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog__txtArea {
      width: 100%;
      padding-left: 0; } }

#df_content .df_newBlog__ttlWrap {
  justify-content: space-between;
  align-items: center; }
  #df_content .df_newBlog__ttlWrap .df_blogIndexTitle {
    position: relative;
    padding: 0 8px; }
    #df_content .df_newBlog__ttlWrap .df_blogIndexTitle:before {
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      background: #ffff51;
      position: absolute;
      bottom: -2px;
      left: 0;
      opacity: 0.5; }
    #df_content .df_newBlog__ttlWrap .df_blogIndexTitle a {
      font-size: 20px;
      line-height: 1.2;
      font-weight: 600;
      display: block;
      position: relative; }
  #df_content .df_newBlog__ttlWrap .df_newDate {
    font-size: 12px;
    color: #aaa;
    display: block;
    text-align: right; }
    @media all and (max-width: 640px) {
      #df_content .df_newBlog__ttlWrap .df_newDate {
        position: absolute;
        left: 96px;
        top: -36px; } }

#df_content .df_newBlog__txtWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog__txtWrap {
      margin-top: 16px;
      flex-wrap: wrap-reverse; } }

#df_content .df_newBlog__blogTxt {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 1.3px;
  width: 100%; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog__blogTxt {
      font-size: 13px;
      width: 100%;
      flex-grow: 2;
      margin-top: 8px; } }

#df_content .df_newBlog .df_detailBtn {
  margin: 14px 0 0 0;
  background-color: #eab544;
  border-radius: 3px;
  font-size: 12px; }
  @media all and (max-width: 640px) {
    #df_content .df_newBlog .df_detailBtn {
      margin: 14px auto 0; } }

#df_content .df_updateBlog {
  margin-top: 30px; }
  #df_content .df_updateBlog__inner {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap; }
    #df_content .df_updateBlog__inner a.df_updateBlog-cardLink {
      margin: 0 8px 24px;
      width: calc(100%/ 3 - 16px); }
      @media all and (max-width: 640px) {
        #df_content .df_updateBlog__inner a.df_updateBlog-cardLink {
          margin-bottom: 10px;
          width: calc(100% / 2 - 16px);
          margin: 0 8px 24px; } }
    #df_content .df_updateBlog__inner .df_updateBlog__wrap {
      display: block;
      width: 30%;
      height: 250px;
      border: 1px solid #000;
      margin-top: 10px; }
  #df_content .df_updateBlog__announcerImg {
    bottom: 36px !important; }
  #df_content .df_updateBlog__detailArea {
    padding: 6px 8px !important; }
    #df_content .df_updateBlog__detailArea .df_detailArea__name span {
      font-size: 12px; }
      @media all and (max-width: 640px) {
        #df_content .df_updateBlog__detailArea .df_detailArea__name span {
          font-size: 10px !important; } }
    #df_content .df_updateBlog__detailArea .df_detailArea__name a {
      display: block; }
    @media screen and (max-width: 340px) {
      #df_content .df_updateBlog__detailArea .df_blogIndexTitle {
        font-size: 11px !important; } }
  #df_content .df_updateBlog .df_detailArea__date {
    font-size: 12px !important;
    top: 3px !important; }
    @media all and (max-width: 640px) {
      #df_content .df_updateBlog .df_detailArea__date {
        top: 5px !important;
        font-size: 10px !important; } }

#df_content .df_announcerCardArea {
  margin-top: 24px; }
  #df_content .df_announcerCardArea__inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    text-align: center; }

#df_content .df_announcerCard {
  border-radius: 3px;
  box-shadow: 0px 0px 4px 0px #cccccc;
  margin: 0 8px 24px;
  overflow: hidden;
  width: calc(100% / 5 - 16px); }
  @media all and (max-width: 768px) {
    #df_content .df_announcerCard {
      width: calc(100% / 4 - 16px); } }
  @media all and (max-width: 640px) {
    #df_content .df_announcerCard {
      width: calc(100% / 3 - 16px); } }
  @media only screen and (max-width: 414px) {
    #df_content .df_announcerCard {
      width: calc(100% / 2 - 16px); } }
  #df_content .df_announcerCard__img a {
    display: block;
    transition: .3s;
    overflow: hidden;
    height: 140px;
    position: relative;
    background: #f1f1f1; }
    #df_content .df_announcerCard__img a:hover {
      opacity: .7; }
    #df_content .df_announcerCard__img a img {
      object-fit: cover;
      font-family: 'object-fit: cover;';
      width: 100%;
      height: 140px;
      max-width: inherit; }
  #df_content .df_announcerCard__nameWrap {
    padding: 4px 6px 6px;
    display: block;
    transition: .2s; }
    #df_content .df_announcerCard__nameWrap:hover {
      text-decoration: none;
      background-color: #fff; }
      #df_content .df_announcerCard__nameWrap:hover p {
        color: #fff !important; }
  #df_content .df_announcerCard__name {
    font-weight: bold;
    margin-bottom: 2px;
    transition: .2s; }
    #df_content .df_announcerCard__name--kana {
      font-size: 12px;
      color: #7b7b7b;
      line-height: 12px;
      transition: .2s; }
  #df_content .df_announcerCard__linkWrap {
    font-size: 11px;
    text-align: left; }
    #df_content .df_announcerCard__linkWrap li {
      border-top: 1px dashed #aaa; }
      #df_content .df_announcerCard__linkWrap li a {
        display: block;
        color: #000;
        font-weight: bold;
        padding: 3px 6px;
        background: #f5f5f5;
        transition: .2s; }
        #df_content .df_announcerCard__linkWrap li a:before {
          content: "\f0da";
          font-family: Fontawesome;
          margin-right: 4px; }
        #df_content .df_announcerCard__linkWrap li a:hover {
          text-decoration: none;
          background: #fffbc2; }

#df_content .df_announcerCard--footer {
  width: calc(83% / 7);
  margin: 0px 8px 16px 8px; }
  @media all and (max-width: 768px) {
    #df_content .df_announcerCard--footer {
      width: calc(100% / 6 - 18px); } }
  @media all and (max-width: 640px) {
    #df_content .df_announcerCard--footer {
      width: calc(100% / 3 - 18px); } }
  @media only screen and (max-width: 414px) {
    #df_content .df_announcerCard--footer {
      width: calc(100% / 2 - 18px); } }
  #df_content .df_announcerCard--footer__name {
    text-align: center;
    font-size: 12px;
    font-weight: bold; }

#df_content .df_blogArticle {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media all and (max-width: 768px) {
    #df_content .df_blogArticle {
      display: block; } }

#df_content .df_blogMainWrap {
  width: calc(100% - 180px); }
  @media all and (max-width: 768px) {
    #df_content .df_blogMainWrap {
      width: 100%; } }
  #df_content .df_blogMainWrap__blogTitle {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    text-align: center;
    padding: 10px 4px 10px 12px;
    border-top: 6px solid #005ea1;
    background: rgba(0, 94, 161, 0.1);
    position: relative; }
  #df_content .df_blogMainWrap__blogName {
    font-size: 16px;
    padding: 4px 15px;
    font-weight: bold;
    position: relative;
    z-index: 2;
    margin-bottom: 8px; }
    #df_content .df_blogMainWrap__blogName:before {
      content: "";
      width: 100%;
      height: 10px;
      position: absolute;
      left: 0;
      bottom: 2px;
      background: #ffff51;
      opacity: 0.5; }
    #df_content .df_blogMainWrap__blogName p {
      position: relative;
      z-index: 1;
      font-weight: 600;
      font-size: 18px;
      line-height: 1.2; }
  #df_content .df_blogMainWrap__list {
    display: block;
    border: 1px solid rgba(201, 201, 201, 0.2);
    border-radius: 3px;
    box-shadow: 1px 1px 3px 1px rgba(220, 220, 220, 0.5);
    padding: 15px;
    margin-bottom: 10px;
    transition: .3s; }
    #df_content .df_blogMainWrap__list:hover {
      text-decoration: none;
      opacity: .7; }
  #df_content .df_blogMainWrap__mainArea {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 12px; }
    @media all and (max-width: 640px) {
      #df_content .df_blogMainWrap__mainArea {
        flex-direction: inherit;
        flex-wrap: wrap; } }
  #df_content .df_blogMainWrap__img {
    width: 40%;
    height: 155px;
    position: relative; }
    @media all and (max-width: 640px) {
      #df_content .df_blogMainWrap__img {
        width: 100%; } }
    #df_content .df_blogMainWrap__img img {
      top: 0;
      right: 0;
      left: 0;
      margin: auto;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      position: absolute; }
  #df_content .df_blogMainWrap__txtArea {
    width: 60%;
    padding-right: 10px; }
    @media all and (max-width: 640px) {
      #df_content .df_blogMainWrap__txtArea {
        width: 100%;
        padding-right: 0;
        margin-top: 8px; } }
  #df_content .df_blogMainWrap__ttl {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    z-index: 1; }
    #df_content .df_blogMainWrap__ttl:before {
      content: "";
      display: block;
      width: 100%;
      height: 10px;
      background: #ffff51;
      position: absolute;
      bottom: -2px;
      left: 0;
      opacity: 0.5;
      z-index: -1; }
  #df_content .df_blogMainWrap__category {
    font-size: 12px;
    background-color: #efefef;
    color: #868686;
    padding: 2px 8px;
    margin-right: 5px; }
  #df_content .df_blogMainWrap__dateWrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4px; }
  #df_content .df_blogMainWrap__date {
    font-size: 12px;
    color: #717171;
    letter-spacing: -0.6px; }
  #df_content .df_blogMainWrap__txt {
    margin-top: 4px; }
  #df_content .df_blogMainWrap .df_detailBtn {
    width: 50%; }
  #df_content .df_blogMainWrap .df_blogMainWrap__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  #df_content .df_blogMainWrap .df_richEditor {
    margin-bottom: 10px; }
    #df_content .df_blogMainWrap .df_richEditor img {
      display: block;
      margin: 10px auto;
      max-width: 100% !important; }
  #df_content .df_blogMainWrap .df_kijiPaging {
    margin-top: 10px; }
    #df_content .df_blogMainWrap .df_kijiPaging__list {
      display: flex;
      justify-content: space-between; }
    #df_content .df_blogMainWrap .df_kijiPaging__item {
      margin: 0 auto;
      position: relative;
      width: calc(50% - 25px); }
      #df_content .df_blogMainWrap .df_kijiPaging__item.df_prev {
        margin-right: 17px;
        text-align: right; }
        #df_content .df_blogMainWrap .df_kijiPaging__item.df_prev a {
          font-weight: bold; }
          #df_content .df_blogMainWrap .df_kijiPaging__item.df_prev a:after {
            content: "\f061";
            font-family: Fontawesome;
            top: -1px;
            right: -17px;
            font-weight: 100;
            position: absolute; }
      #df_content .df_blogMainWrap .df_kijiPaging__item.df_next {
        margin-left: 17px; }
        #df_content .df_blogMainWrap .df_kijiPaging__item.df_next a {
          font-weight: bold; }
          #df_content .df_blogMainWrap .df_kijiPaging__item.df_next a:before {
            content: "\f060";
            font-family: Fontawesome;
            font-weight: 100;
            top: -1px;
            left: -17px;
            position: absolute; }

#df_content .df_backNumberList__item {
  border-bottom: 1px dotted #b7b7b7; }

#df_content .df_backNumberList__link {
  display: block;
  transition: .3s;
  padding: 12px; }
  #df_content .df_backNumberList__link:before {
    content: "\f105";
    font-family: fontAwesome;
    margin-right: 4px; }
  #df_content .df_backNumberList__link:hover {
    background-color: #f0f0f0; }

#df_content .df_announcerProfile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  @media all and (max-width: 768px) {
    #df_content .df_announcerProfile {
      display: block; } }
  #df_content .df_announcerProfile__wrap--side {
    width: 180px;
    margin-right: 24px; }
    @media all and (max-width: 768px) {
      #df_content .df_announcerProfile__wrap--side {
        width: 100%; } }
  #df_content .df_announcerProfile__wrap--main {
    width: calc(100% - 180px); }
    @media all and (max-width: 768px) {
      #df_content .df_announcerProfile__wrap--main {
        width: 100%; } }
    #df_content .df_announcerProfile__wrap--main .fukidashiTitle {
      background: rgba(0, 94, 161, 0.1); }
      #df_content .df_announcerProfile__wrap--main .fukidashiTitle:before {
        border-color: rgba(0, 94, 161, 0.1) transparent transparent transparent; }
    #df_content .df_announcerProfile__wrap--main .df_dlLinkTitle {
      padding: 2px;
      margin-bottom: 10px;
      font-weight: 600;
      text-align: center;
      border-bottom: 2px dotted #ebabb6;
      border-top: 2px dotted #ebabb6;
      color: #d46678; }
      #df_content .df_announcerProfile__wrap--main .df_dlLinkTitle:before {
        content: "\f019";
        font-family: Fontawesome;
        margin-right: 6px;
        color: #d46678; }
    #df_content .df_announcerProfile__wrap--main .df_dlLink {
      margin-bottom: 20px;
      text-align: center; }
      #df_content .df_announcerProfile__wrap--main .df_dlLink a {
        padding: 6px 12px;
        border: 2px solid #ebabb6;
        min-width: 140px;
        display: inline-block;
        text-align: center;
        color: #d46678;
        font-weight: 600;
        border-radius: 2px;
        transition: .2s; }
        #df_content .df_announcerProfile__wrap--main .df_dlLink a:hover {
          background: #ebabb6;
          text-decoration: none !important;
          color: #fff; }
  @media all and (max-width: 768px) {
    #df_content .df_announcerProfile__img {
      max-width: 240px;
      margin: 0 auto; } }
  #df_content .df_announcerProfile__img img {
    width: 100%; }
  #df_content .df_announcerProfile__linkBtn {
    margin: 10px 0;
    background-color: #f1c067; }
  #df_content .df_announcerProfile__name {
    font-size: 18px;
    font-weight: bold;
    background-color: #aaa;
    padding: 4px;
    margin-bottom: 15px; }

#df_content .df_announcerSide {
  width: 180px;
  min-width: 180px;
  margin-right: 24px; }
  @media all and (max-width: 768px) {
    #df_content .df_announcerSide {
      width: 100%;
      margin-top: 14px; } }

#df_content .df_sideCategory {
  margin: 0 auto 13px; }
  #df_content .df_sideCategory .df_calender .week {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  #df_content .df_sideCategory .df_calender .current {
    background: rgba(255, 255, 81, 0.5); }
  #df_content .df_sideCategory .df_calender th {
    padding: 2px 0 1px; }
    #df_content .df_sideCategory .df_calender th.sunday {
      background: #ffdee3; }
    #df_content .df_sideCategory .df_calender th.saturday {
      background: rgba(0, 94, 161, 0.1); }
  #df_content .df_sideCategory .df_calender td {
    padding: 2px; }
  #df_content .df_sideCategory__ttl {
    font-weight: bold;
    background-color: rgba(0, 94, 161, 0.1);
    padding: 5px 10px;
    border-left: 4px solid #005ea1;
    border-radius: 0 3px 3px 0; }
  #df_content .df_sideCategory__inner li {
    border-bottom: 1px dotted #b7b7b7; }
    #df_content .df_sideCategory__inner li:last-child {
      border: none; }
    #df_content .df_sideCategory__inner li a {
      display: block;
      position: relative;
      text-decoration: none;
      transition: .3s;
      padding: 10px 4px 10px 20px; }
      #df_content .df_sideCategory__inner li a:before {
        content: "\f105";
        font-family: fontAwesome;
        position: absolute;
        top: 9px;
        left: 10px; }
      #df_content .df_sideCategory__inner li a:hover {
        background-color: rgba(240, 240, 240, 0.6); }

@-moz-document url-prefix() {
  #df_content .df_sideCategory__inner li a:before {
    top: 10px; } }
  #df_content .df_sideCategory .df_calender table {
    width: 100%;
    margin: 10px auto 0;
    font-weight: bold; }
    #df_content .df_sideCategory .df_calender table tr th {
      font-weight: bold; }
      #df_content .df_sideCategory .df_calender table tr th span {
        font-weight: bold; }
    #df_content .df_sideCategory .df_calender table tr td {
      text-align: center;
      font-size: 12px; }
    #df_content .df_sideCategory .df_calender table tr .current span {
      font-weight: bold; }

#df_content .df_announcerTable dt {
  margin-top: -1px;
  padding: 8px;
  background-color: #f2f2f2;
  border: 1px solid #c2cfd3; }

#df_content .df_announcerTable dd {
  border: 1px solid #c2cfd3;
  padding: 8px;
  margin-top: -1px;
  border: 1px solid #c2cfd3; }

#df_content .announcerProfList .df_announcerCard__img a, #df_content .blogDetail .df_announcerCard__img a {
  height: 90px; }
  @media all and (max-width: 640px) {
    #df_content .announcerProfList .df_announcerCard__img a, #df_content .blogDetail .df_announcerCard__img a {
      height: 140px; } }
  #df_content .announcerProfList .df_announcerCard__img a img, #df_content .blogDetail .df_announcerCard__img a img {
    height: 90px; }
    @media all and (max-width: 640px) {
      #df_content .announcerProfList .df_announcerCard__img a img, #df_content .blogDetail .df_announcerCard__img a img {
        height: 140px; } }

#df_content .df_man .df_announcerCard__img {
  border-bottom: 4px solid #005ea1; }

#df_content .df_man .df_announcerCard__nameWrap:hover {
  background-color: #005ea1; }

#df_content .df_man .df_announcerCard__name {
  color: #005ea1; }

#df_content .df_man .df_announcerCard__linkWrap li a:hover {
  background: rgba(0, 94, 161, 0.2); }

#df_content .df_man .df_announcerCard__linkWrap li a:before {
  color: #005ea1; }

#df_content .df_woman .df_announcerCard__img {
  border-bottom: 4px solid #ed7183; }

#df_content .df_woman .df_announcerCard__nameWrap:hover {
  background-color: #ed7183; }

#df_content .df_woman .df_announcerCard__name {
  color: #ed7183; }

#df_content .df_woman .df_announcerCard__linkWrap li a:hover {
  background: rgba(237, 113, 131, 0.2); }

#df_content .df_woman .df_announcerCard__linkWrap li a:before {
  color: #ed7183; }

#df_content .df_woman .fukidashiTitle {
  background-color: rgba(237, 113, 132, 0.1); }
  #df_content .df_woman .fukidashiTitle:before {
    border-color: rgba(237, 113, 132, 0.1) transparent transparent transparent; }

#df_content .df_woman .df_sideCategory__ttl {
  border-left: 4px solid #ed7183;
  background-color: rgba(237, 113, 132, 0.1); }

#df_content .df_woman .df_blogMainWrap__blogTitle {
  border-top: 6px solid #EB6789;
  background: #ffebeb; }
