/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */



/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

  .bloglist {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .bloglist li {
    width:23%;
    height: auto;
    display: block;
    box-shadow: 7px 7px 0px rgba(0,84,183,0.5);
    margin:0 1% 40px;
  }
  .bloglist li a {
    width:100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 56%, rgba(245, 245, 245, 1) 100%);
  }
  .bloglist li a .blogimg {
    width:100%;
    height: auto;
    display: block;
    transition: .4s all;
  }
  .bloglist li a:hover .blogimg {
    opacity: 0.6;
  }
  .bloglist li a .blogcc {
    width:100%;
    height: auto;
    display: block;
    padding:25px 10px;
  }
  .bloglist li a .blogcc h3 {
    font-size:16px;
    font-weight: 700;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 8px;
  }
  .bloglist li a:hover .blogcc h3 {
    color:var(--color-1st);
  }
  .bloglist li a .blogcc p.blogcom {
    font-size:14px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 15px;
  }
  .bloglist li a .blogcc .blogspec {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
  }
  .bloglist li a .blogcc .blogspec p.postdate {
    font-size:12px;
    line-height: 1em;
    color:var(--color-666);
    margin:0;
    order:2;
  }
  .bloglist li a .blogcc .blogspec p.blogbn {
    width:fit-content;
    height: 20px;
    display: block;
    font-size:12px;
    line-height: 20px;
    color:var(--color-1st);
    padding-right:20px;
    background-image: url(../img/header/ic-ar_h_b.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 12px;
    margin:0;
    transition: .4s all;
    order:1;
  }
  .bloglist li a:hover .blogcc .blogspec p.blogbn {
  background-position: 100% center;
  }

}


/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .bloglist {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .bloglist li {
    width:45%;
    height: auto;
    display: block;
    box-shadow: 7px 7px 0px rgba(0,84,183,0.5);
    margin:0 2.5% 40px;
  }
  .bloglist li a {
    width:100%;
       height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #FFFFFF;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 56%, rgba(245, 245, 245, 1) 100%);
  }
  .bloglist li a .blogimg {
    width:100%;
    height: auto;
    display: block;
    transition: .4s all;
  }
  .bloglist li a:hover .blogimg {
    opacity: 0.6;
  }
  .bloglist li a .blogcc {
    width:100%;
    height: auto;
    display: block;
    padding:25px 10px;
  }
  .bloglist li a .blogcc h3 {
    font-size:16px;
    font-weight: 700;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 8px;
  }
  .bloglist li a:hover .blogcc h3 {
    color:var(--color-1st);
  }
  .bloglist li a .blogcc p.blogcom {
    font-size:14px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 15px;
  }
  .bloglist li a .blogcc .blogspec {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
  }
  .bloglist li a .blogcc .blogspec p.postdate {
    font-size:12px;
    line-height: 1em;
    color:var(--color-666);
    margin:0;
    order:2;
  }
  .bloglist li a .blogcc .blogspec p.blogbn {
    width:fit-content;
    height: 20px;
    display: block;
    font-size:12px;
    line-height: 20px;
    color:var(--color-1st);
    padding-right:20px;
    background-image: url(../img/header/ic-ar_h_b.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 12px;
    margin:0;
    transition: .4s all;
    order:1;
  }
  .bloglist li a:hover .blogcc .blogspec p.blogbn {
  background-position: 100% center;
  }

}



/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

.bloglist {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .bloglist li {
    width:100%;
    height: auto;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dotted var(--color-999);
    margin:0 0 20px;
  }
  .bloglist li a {
    width:100%;
       height: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    background: #FFFFFF;
  }
  .bloglist li a .blogimg {
    width:25%;
    height: auto;
    display: block;
    transition: .4s all;
  }
  .bloglist li a:hover .blogimg {
    opacity: 0.6;
  }
  .bloglist li a .blogcc {
    width:70%;
    height: auto;
    display: block;
    padding:0px 0px 0px 0px;
  }
  .bloglist li a .blogcc h3 {
    font-size:16px;
    font-weight: 500;
    line-height: 1.5em;
    color:var(--color-black);
    margin-bottom: 8px;
  }
  .bloglist li a:hover .blogcc h3 {
    color:var(--color-1st);
  }
  .bloglist li a .blogcc p.blogcom {
    font-size:12px;
    font-weight: 400;
    line-height: 1.5em;
    color:var(--color-666);
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
   line-clamp: 2;
  -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }
  .bloglist li a .blogcc .blogspec {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0;
  }
  .bloglist li a .blogcc .blogspec p.postdate {
    font-size:12px;
    line-height: 1em;
    color:var(--color-666);
    margin:0;
    order:2;
  }
  .bloglist li a .blogcc .blogspec p.blogbn {
    width:fit-content;
    height: 20px;
    display: block;
    font-size:12px;
    line-height: 20px;
    color:var(--color-1st);
    padding-right:20px;
    background-image: url(../img/header/ic-ar_h_b.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: auto 12px;
    margin:0;
    transition: .4s all;
    order:1;
  }
  .bloglist li a:hover .blogcc .blogspec p.blogbn {
  background-position: 100% center;
  }

}
