  @charset "UTF-8";
/* CSS Document */

#single .addBox.addDesc{
  border-color: #26b7bc;
  padding: 1em 2em;
}
#single .addBox.addDesc h3 {
font-size: 22px;
text-align: center;
padding: 0;
margin-bottom: 0.5em;
border:none;
  color: #26b7bc;
}
#single .addBox.addDesc p {
  font-size: 18px;
line-height: 2;
}
#single.oshihamo h3.area {
padding: 1em 0 0.5em 0;
line-height: 1.3;
  border-bottom: #c8c9ca dotted 1px;
border-top: #c8c9ca solid 2px;
margin-bottom: 0;
}
#single .sec h2 {
border-top: none;
  padding: 0.5em 0 0.8em;
}
#single .editer .imgBox {
  border-radius: 50%;
  overflow: hidden;
}
#single .putihamo .editer .imgBox {
  border-radius: 0;
  overflow: hidden;
}

.oshima #sec07 .imgWrap .imgBox {
  width: 48%;
}

@media screen and (max-width : 959px ){
  #single.oshihamo .addBox .flex .rightBox {
    position: static;
    width: 100%;
    top: 5%;
    right: 2em;
    margin-top: 1em;

  }
  #single .addBox .flex .rightBox .btnBox {
    justify-content: center;
    padding-top: 10px;
  }
}
@media screen and (max-width : 599px ){
  .oshima #sec07 .imgWrap .imgBox {
    width: 100%;
  }
}