@charset "utf-8";

article > p {
    margin-bottom: 30px;
    text-align: justify;
}

article img {
    display: block;
    width: 100%;
}

.bold{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.box {
    margin-bottom: 80px;
}

.box img {
    width: 330px;
    float: left;
}

.box .text {
    width: 320px;
    float: right;
}

.text p{
  margin-bottom: 15px;
}

article h3 {
    background-color: #eaeaea;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.box02 li {
    width: 320px;
}

.box02 li:last-child,
.box02 li:nth-child(3) {
    margin-top: 30px;
}


.boxline {
    border: 1px solid #0000ff;
    padding: 20px 0 30px;
    background-color: #fdfcf7;
  margin-bottom: 30px;
}

.boxline h3{
  background: none;
}

.boxline p{
  text-align: center;
  margin-bottom: 0;
}


@media only screen and (max-width: 768px) {
  
  .bold{
    text-align: left;
  }

    .box img {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .box .text {
        width: 100%;
        float: none;
    }
  
  
  .boxline p{
    text-align: left;
  }
  .boxline {
    padding: 10px;
  }
  
  .box {
    margin-bottom: 30px;
}

    .box02 li {
        width: 100%;
    }

    .box02 li:last-child,
    .box02 li:nth-child(2),
    .box02 li:nth-child(3) {
        margin-top: 30px;
    }

}
