/*
base-color
*/
/*
business-color
*/
/*
brakepoint
*/
h1.entry-title::after,
h2::after {
  background: #004EAB; }

#business_top {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    #business_top {
      margin-bottom: 40px; } }
  #business_top .cbox {
    max-width: 860px; }
  #business_top #read_business_top {
    color: #004EAB;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 35px; }
    @media screen and (max-width: 768px) {
      #business_top #read_business_top {
        font-size: 16px;
        margin: 0 auto 25px; } }
  #business_top #business_top_img {
    width: 100%;
    text-align: center;
    margin: 0 auto 55px; }
    @media screen and (max-width: 768px) {
      #business_top #business_top_img {
        margin: 0 auto 30px; } }
  #business_top #cap_business_top {
    margin: 0; }

#business_entry {
  background: #f2f2f2;
  padding: 90px 0 70px; }
  #business_entry .cbox {
    max-width: 1200px; }
  @media screen and (max-width: 768px) {
    #business_entry {
      padding: 55px 0 40px; } }

#case_entrylist {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%; }
  #case_entrylist a {
    display: flex;
    flex-wrap: wrap;
    width: 32.1%;
    height: 100%;
    padding-bottom: 30px;
    margin: 0 1.7% 20px 0;
    text-decoration: none;
    background: #fff;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      #case_entrylist a {
        width: 100%;
        margin: 0 auto 20px; } }
    #case_entrylist a:nth-child(3n) {
      margin: 0 0 20px; }
  #case_entrylist .case_entry {
    position: relative;
    width: 100%;
    height: 100%; }
    #case_entrylist .case_entry p {
      margin: 0;
      padding: 0 7.8%;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #case_entrylist .case_entry p {
          padding: 0 20px; } }
      #case_entrylist .case_entry p.case_category {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        max-width: 245px;
        background: #B6D800;
        padding: 8px;
        text-align: center;
        z-index: 2;
        line-height: 1.3;
        margin: 0; }
        #case_entrylist .case_entry p.case_category.cat-system {
          background: #F2307B; }
        @media screen and (max-width: 768px) {
          #case_entrylist .case_entry p.case_category {
            font-size: 14px;
            max-width: 200px; } }
      #case_entrylist .case_entry p.case_title {
        font-size: 18px;
        line-height: 1.3;
        height: 45px;
        text-align: justify;
        text-justify: inter-ideograph;
        overflow: hidden;
        font-weight: bold;
        color: #004EAB;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          #case_entrylist .case_entry p.case_title {
            height: auto;
            text-align: left; } }
      #case_entrylist .case_entry p.case_naiyo {
        height: 55px;
        text-align: justify;
        text-justify: inter-ideograph;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          #case_entrylist .case_entry p.case_naiyo {
            height: auto;
            text-align: left; } }
    #case_entrylist .case_entry figure {
      width: 100%;
      max-height: 270px;
      overflow: hidden;
      text-align: center;
      margin: 0 auto 20px; }
      @media screen and (max-width: 768px) {
        #case_entrylist .case_entry figure {
          max-height: none; } }
      #case_entrylist .case_entry figure img {
        width: 100%; }
