/*  otasuke  pc page  */
#c-0 {
  font-size: 108%;
}
#c-0 .headline {
  color: #E3640D;
  font-weight: bold;
}
#c-0 p {
  margin-top: 15px;
}
#c-1 .title {
  margin-top: 30px;
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: medium solid #E4620C;
}
#c-1 .item {
  margin-top: 15px;
  font-size: 108%;
}
#c-1 .headline {
  font-weight: bold;
  color: #E3640D;
}
#c-1,#c-2{
  margin: 50px 0;
}

h1 img{
  border:1px solid #e8e8e8;
}

#c-2 p.attention {
  max-width: 680px;
  margin: 30px auto 0;
  text-indent: -1em;
  padding-left: 1em;
}

#c-2 div.detail-bottom {
  max-width: 700px;
  margin: 30px auto 0;
  background-color: #f1fce6;
}

#c-2 div.detail-bottom-inner {
  max-width: 460px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#c-2 div.detail-bottom-inner > p {
  font-weight: bold;
  font-size: 20px;
}

#c-2 div.detail-tel > a {
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #51781f;
  position: relative;
}

#c-2 div.detail-tel > a:hover {
  text-decoration: underline;
}

#c-2 div.detail-tel > a::before {
  display: block;
  content: '';
  width: 25px;
  height: 35px;
  background: url(../images/otasuke/icon-tel.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25px;
  margin: auto;
  
}

#c-2 div.detail-tel > p {
  font-weight: bold;
  font-size: 20px;
}