@charset "utf-8";

  ul,li,dl,dt,dd,p{
   margin: 0;
   padding: 0;
   line-height: 1;
  }
  img{
   max-width: 100%;
   vertical-align: bottom;
  }
  ul{
   list-style: none;
  }
  dt,dd{
   line-height: 1.7;
  }
  h5{
  width: 80px;
  margin: 20px 0 10px 1em;
  }
  h6{
  font-size: 1.2em;
  font-weight: bold;
  color: #0000ff;
  margin-left:1em;
  }
  .box{
  border: 1px solid #fe0000;
  text-align: center;
  padding: 5px 0;
  font-size: 1.2em;
  }
  .photo{
   width:30px;
   margin: 5px auto;
  }
 
  .m-text>li{
   list-style: inside;
   margin-left: 1em;
   line-height: 1.7;
  }

  .read>dt{
  color: #fe0000;
  margin-left: 1em;
  }
  .read>dd{
   margin-left: 2em;
  }


 .impact{
  margin: 0 0 0 1em;
  font-size: 1.2em;
 }
 .line{
  border-bottom: 4px solid #fe0000;
 }

.text-box{
 display: flex;
 justify-content: space-between;
}
.text-box>li{
 line-height: 30px;
 border: 1px solid #fe0000;
 border-radius: 20px;
 padding: 2%;
 margin: 1%;
}
.text-box dt{
 margin-bottom: 1em;
}
.text-box dd{
 margin-left: 1em;
 text-indent: -1em;
}

.text-box02>li{
 line-height: 30px;
 border: 1px solid #fe0000;
 border-radius: 20px;
 padding: 2% 4%;
 margin: 0.5%;
}
.text-box02>li{
 margin-bottom: 2em;
}
.text-box02 dt{
 margin-bottom: 1em;
}
.text-box02 dd{
 margin-left: 1em;
 text-indent: -1em;
}
.image>dd{
 width: 332px;
 margin: 0 auto;
}

.text-box03{
 display: flex;
 justify-content: space-between;
}
.text-box03>li{
 line-height: 30px;
 border: 1px solid #fe0000;
 border-radius: 20px;
 padding: 2%;
 margin: 0.5%;
}
.text-box03>li{
 margin-bottom: 1em;
}


.text-box04{
 display: flex;
 justify-content: space-between;
}
.text-box04>li{
 width: 50%;
 line-height: 30px;
 border: 1px solid #fe0000;
 border-radius: 20px;
 padding: 2% 4%;
 margin: 0.5%;
}
.text-box04>li{
 margin-bottom: 1em;
}

.text-box00{
 display: flex;
 justify-content: space-between;
}
.text-box00>li{
 width: 50%;
 line-height: 30px;
 padding: 4%;
 margin: 0.5%;
}
.text-box00>li{
 /* margin-bottom: 1em; */
}
.privacy{
 margin-left: 8em;
}

.osusume{
background: url(../img/balloon.png) no-repeat;
background-size: 80px; 
background-position: right 5% top 10%;
}



.red{
 color: #fe0000;
}
.blue{
 color: #0000ff;
}
.large{
 font-size: 1.6em;
}
.right{
 text-align: right;
}



@media (max-width:500px){
  .osusume{
    background: url(../img/balloon.png) no-repeat;
    background-size: 25%; 
    background-position: right 5% top 18%;
    }
  }