@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;
  margin-bottom: 15px;
}

#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;
  }

  #box1 .flexbox {
    display: flex;
    gap: 10px;
  }

  #box1 .flexbox p{
    width: calc( 100% - 260px);
    line-height: 1.7;
  }

  #box1 figure {
    width: 250px;
    height: auto;
  }
}

iframe{
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  aspect-ratio: 16 / 9;
}