@charset "UTF-8";

#main div:before,
#main div:after,
section:before,
section:after,
figure:before,
figure:after,
article:before,
article:after,
ul:before,
ul:after,
ol:before,
ol:after,
dl:before,
dl:after {
  display: none;
}

#box1 .inner {
  margin-bottom: 25px;
}

#box1 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#main #box1 div:before,
#main #box1 div:after {
  content: none;
  display: none;
}

#box1 .inner p,
#box1 .inner dd,
#box1 .inner li {
  padding-bottom: 10px;
}

#box1 .inner .special {
  background-color: #e4f6ff;
  padding: 25px;
  line-height: 1.7;
  border-radius: 10px;
}

/* ==========================================================
	PC閲覧用 481px以上
========================================================== */
@media screen and (min-width: 481px) {
  .title h2 {
    font-size: 0.9em;
  }
}


/*---------------------------------
	Youtube button
------------------------------*/
#button {
  text-align: center;
  margin-bottom: 25px;
}

#button:hover,
#button:active {
  opacity: .8;
}

#button img {
  width: 150px;
  height: auto;
  margin-top: 20px;
}