@charset "utf-8";
/* CSS Document */
.contentbox {}
.contentbox img {
  display: block;
  margin: 0 auto;
}
.rightwrapper2 h3 {
  color: #0D2264;
  padding: 0 !important; /*上下の余白*/
  border-bottom: dotted 2px #364e96; /*下線*/
  margin-bottom: 0.3rem;
	font-size: 1.3rem;
}
.youtube {
  max-width: 640px;
}
img.ma-right {
  float: left;
  width: 500px;
  margin-right: 20px;
}
@media screen and (max-width : 800px) {
  .rightwrapper2 .tlbox {
    font-size: 1.1rem;
    font-weight: bold;
    color: #37428B;
    padding: 0;
    margin: 0 0px 10px 0px;
    border-bottom: 2px solid #37428B;
  }
  img {
    width: 100%;
  }
  img.ma-right {
    max-width: 400px;
    width: 100%;
    float: none;
    margin: 0px auto;
  }
.rightwrapper2 h3 {
  color: #0D2264;
  padding: 0 !important; /*上下の余白*/
  border-bottom: dotted 2px #364e96; /*下線*/
  margin-bottom: 0.3rem;
	font-size: 1rem;
}
}