@charset "UTF-8";
/* CSS Document */

.ijyucontents-title  {
    display: flex;
    margin: 40px 0;
}

.ijyucontents-title h2 {
    font-size: 1.286em;
    font-weight: 700;
    flex: 1;
    line-height: 62px;
    padding-left: 10px;
}

.ijyucontents-icon {	
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #ffdf2c;
}

p.ijyucontents-icon  {	
    margin-top: 0;
}

.ijyucontents-icon span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :62px;
  text-align:center;
    font-size: 11px;
    line-height: 1.2;
}

.ijyucontents-icon em {
    display: block;
    font-size: 20px;
}

.ijyucontents-linkbutton {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ijyucontents-linkbutton li {
    width: 32%;
}

.ijyucontents-linkbutton li a {
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: #15a6db;
    display: block;
    padding: 14px 0;
    border-radius: 5px;
}

.ijyucontents-linkbutton li a:hover {
    opacity: 0.8;
    transition: 0.5s ;
}


