@charset "UTF-8";

.mb40 {
    margin-bottom: 40px;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mt40 {
    margin-top: 40px;
}
.clear {
    clear: both;
}
.btn_p02 a {
    display: block;
    text-decoration: none;
    background: #ff9999;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 130%;
    border-radius: 10px;
    max-width: 450px;
}
.btn_p02 a:hover{
    opacity: 0.5;
}
@media screen and (min-width: 641px){
  .leobox_wrap {
    justify-content: center;
    display: flex;
  }
}
figure.leobox {
    float: left;
}
figure img.setting {
    width: 330px;
    height: auto;
}
figcaption {
    color: #2793e6;
}
.mr {
    margin-right: 8px;
}
span.rena {
    color: #ff9999;
    font-weight: bold;
}
span.ino {
    color: #9cabec;
    font-weight: bold;
}
.mokuji{
    border: solid 1px #f793c7;
    padding: 15px;
}
.mokuji a {
    color: #2793e6!important;
}
.youtube{
}
.youtube iframe{
}
.mokuji2 {
    border: solid 1px #ccc;
    padding: 15px;
    background: linear-gradient(#f7eded, #ffd0e6);
    clear: both;
    overflow: hidden;
}
.mokuji2 p {
    color: #ff0097!important;
    font-weight: bold;
    font-size: 18px;
}
.btn_p01 a {
    display: block;
    text-decoration: none;
    background: #ff0097;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 130%;
    border-radius: 10px;
    max-width: 450px;
}
.btn_p01 a:hover{
    opacity: 0.5;
}
.mokuji2 .cp-left {
    float: left;
    padding-right: 15px;
}
.mokuji2 .cp-left img {
    width: 150px;
    margin-left: 10px;
}
.cp-right {
    width: 70%;
    float: right;
}
@media screen and (max-width: 640px){
  figure img.setting {
    width: 100%;
  }
  .mokuji2 .cp-left img {
    width: 100%;
  }
  .cp-right {
    width: 100%;
  }
  .mokuji a {
      font-size: 80%;
  }
}