/* CSS Document */
.btn-orange {
  color: #fff;
  background-color: #f6ad49;
  border-color: #f6ad49;
}

.comment_center {
    text-align:center;
    font-size:2rem;
    font-weight: bold;
}

.comment_left {
    text-align:left;
    font-size:2rem;
    font-weight: bold;
}

.radio-003 {
    border: none;
}

.radio-003 label {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    max-width: 1200px;
    margin-bottom: 20px;
    padding: 15px;
    border: 2px solid #40ab2b;
    border-radius: 10px;
    background-color: #40ab2b26;
    cursor: pointer;

}

.radio-003 label:has(:checked) {
    background-color: #40ab2b;
    color: #fff;
}

.radio-003 label::before,
.radio-003 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio-003 label::before {
    width: 18px;
    height: 18px;
    background-color: #fff;
}

.radio-003 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(9px + .9em);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #40ab2b;
}

.radio-003 input {
    display: none;
}

.fukidashi1 {
  width: 95%;
  margin: 12px 14px;

}

.fukidashi1 .icon {
  float: left;
  margin-right: -85px;
  width: 85px;

}

.fukidashi1 .icon .wphg{
  width: 85px;
  height: 85px;
}

.fukidashi1 .icon img{
  width: 100%;
  height: auto;
  border: solid 3px #b2d99a;
  border-radius: 30%;
}

.fukidashi1 .bubble {
  display: inline-block;
  position: relative; 
  margin: 15px 20px 0 110px;
  padding: 13px; 
  border-radius: 25px;
  background: #b2d99a;
  max-width: 850px;
  font-size:2rem;
  font-weight: bold;
}

.fukidashi1 .bubble:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px; 
  left: -14px;
  border-style: solid;
  border-width: 0 24px 17px 0;
  border-color: transparent #b2d99a;
}

.fukidashi2 span{
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.fukidashi2 span::before,
.fukidashi2 span::after{
  content: "";
  display: inline-block;
  background: #000;
  width: 2px;
  position: absolute;
  text-align: center;
}
.fukidashi2 span::before{
  left: 0;
}
.fukidashi2 span::after{
  right: 0;
}
@media screen and (min-width: 768px){
  .fukidashi2 span{
    padding: 0 40px;
  }
  .fukidashi2 span::before,
  .fukidashi2 span::after{
    height: 30px;
    bottom: 0px;
  }
  .fukidashi2 span::before{
    transform: rotate(-30deg);
  }
  .fukidashi2 span::after{
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 767px){
  .fukidashi2 span{
    display: inline-block;
    padding: 0 20px;
  }
  .fukidashi2 span::before,
  .fukidashi2 span::after{
    height: 30px;
    bottom: 0px;
  }
  .fukidashi2 span::before{
    transform: rotate(-20deg);
  }
  .fukidashi2 span::after{
    transform: rotate(20deg);
  }
}
