.section02{
  display:block;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.odoburu_point{
  margin:auto;
  text-align:center;
  padding-left,padding-right:2%;
}

.odoburu_point img{
  width:400px;
  display:block;
  margin:auto;
  left:0;
  right:0;
  margin-bottom:40px;
}

.tab-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin:auto;
    font-size: 20px;
}

.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    background-color: #fafafa;
    color: #931b15;
    font-size:24px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #d2b768;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #d2b768;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em .5em;
    color:#fff;
    line-height:2em;
}

.tab-4 label:has(:checked) + div {
    display: block;
    color:#fff;
}

.odoburusize_PC{
  padding-top:20px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.odoburusize_PC{ display: block !important; }
.odoburusize_SP{ display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .odoburusize_PC{ display: none !important; }
    .odoburusize_SP { display: block !important; }
}

@media screen and (max-width:560px) {
  .odoburu_point img{
  width:280px;
}  
  .section02{
  padding-left, padding-right:1em!important;
  }
  .tab-4 > label {
    font-size:16px;
  }
  .tab-4 {
    font-size:14px;
  }
  .odoburusize_SP{
  padding-top:15px;
}
}
