@charset "UTF-8";

.h302 {
  margin-top: 90px;
  font-size: 130%;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  background: rgba(154,213,229,0.4);
  background: -webkit-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: -o-linear-gradient(left, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
  background: linear-gradient(to right, rgba(154,213,229,0.4) 0%, rgba(102,51,204,0.4) 50%, rgba(244,96,131,0.4) 100%);
}

main section .contents {
  width: 880px;
}
@media only screen and (max-width: 782px) {
  .h302 {margin-top: 60px;padding: 10px 0; line-height: 1.5;}
  main section .contents { width: auto;}
}
.contents article {
  margin: 50px 0 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.contents article figure { width: 450px;}
.contents article .text { width: calc(100% - 490px);}
.contents article h4 {
  font-size: 24px;
  color: #9ad5e5;
  font-weight: bold;
  line-height: 1.6;
}
.contents article h5 {
  font-weight: bold;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.contents article p {
  margin-top: 1.5rem;
  font-size: 86%;
}
@media only screen and (max-width: 782px) {
  .contents article {
    margin: 30px 0 0 0;
    display: block;
  }
  .contents article + article { margin-top: 60px;}
  .contents article figure { width: auto; text-align: center; margin-top: 0;}
  .contents article .text { margin-top: 1.2rem; width: auto;}
  .contents article h4 { font-size: 18px;}
}