@media (min-width: 768px) {
  .ro a {
    transition: opacity .2s ease;
  }
  .ro a:hover {
    opacity: .8;
  }
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.fRodin {
  font-family: fot-rodin-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.fHKakuGoW3 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.yuuGo {
  font-weight: 300;
  font-style: normal;
}
.header-image:after {
  background-color: transparent;
}
.entry-header {
  display: none;
}
#main .section {
  margin-bottom: 80px;
}
#main .section h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: none;
}
#main .section h2:before {
  content: "";
  position: absolute;
  border: 3px solid #ffa800;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
  margin-left: -30px;
}
#greeting .wrap p {
  margin-bottom: 15px;
  line-height: 1.8;
}
#greeting .wrap p img {
  float: right;
  width: 200px;
  padding: 0 0 10px 15px;
}
#greeting .wrap p .name {
  display: block;
  margin: 10px  0;
  text-align: right;
}
#works .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#works .list ul li {
  width: 32%;
  padding: 10px;
  border: solid 1px #eee;
  box-shadow: 0 0 8px #ccc;
  margin-bottom: 20px;
}
#works .list ul li .image {
  height: 180px;
  border: solid 1px #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfbfb;
  margin-bottom: 10px;
}
#works .list ul li .image img {
  max-width: 100%;
  max-height: 100%;
}
#works .list ul li dl.author,
#works .list ul li dl.name,
#works .list ul li dl.size,
#works .list ul li dl.weight,
#works .list ul li dl.price {
  display: flex;
  border-bottom: dotted 1px #ddd;
  font-size: 1.4rem;
}
#works .list ul li dl.author dt,
#works .list ul li dl.name dt,
#works .list ul li dl.size dt,
#works .list ul li dl.weight dt,
#works .list ul li dl.price dt {
  width: 30%;
  padding: 5px 0;
  font-weight: normal;
}
#works .list ul li dl.author dd,
#works .list ul li dl.name dd,
#works .list ul li dl.size dd,
#works .list ul li dl.weight dd,
#works .list ul li dl.price dd {
  flex: 1;
  padding: 5px 0;
}
#works .list ul li dl.author dt {
  width: 30%;
  font-weight: 600;
}
#works .list ul li dl.author dd {
  font-weight: 600;
}
#news ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}
#news ul li .date {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
#news ul li .text a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #works .list ul {
    display: block;
  }
  #works .list ul li {
    width: 100%;
  }
  #greeting .wrap p {
    margin-bottom: 20px;
  }
  #greeting .wrap p img {
    display: block;
    float: inherit;
    width: 150px;
    padding: 0;
    margin: 0 auto 15px;
  }
  #greeting .wrap .image {
    text-align: center;
  }
  #works .list ul {
    flex-wrap: wrap;
  }
  #works .list ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
