@charset "UTF-8";
/* 音楽で振り返る、大正クロニクル　フルート100年トリップ！│後編 */



/*hr 幅をなくす*/
#main_left #magazine_main hr {
	height: initial;
}


.name_line{
  border-bottom: dashed 1px #999999;
  margin: 0 0 20px 0;
}


.thema {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

.thema:before, .thema:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}


.thema:before {
  left:0;
}
.thema:after {
  right: 0;
}



.thema_2 {
  position: relative;
  color: #b81b22;/*文字色*/
  font-size: 18px;
  font-weight: bold;
  padding: 50px 0 15px 0;
  border-bottom: dashed 2px #b81b22;
}



.name {
  padding: 0 0.5em;/*上下 左右の余白*/
  color: #000;/*文字色*/
  font-size: 18px;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #999;/*左線*/
}




/* PC */
@media (min-width:1000px){ 
	/* box2_rs_rv */
	.box2_rs_rv{
		display: flex;
		justify-content:space-between;
		flex-direction:row-reverse;
	}

	.box2_rs_rv .item{
		width: 47%;
	}
	.box2_rs_rv .item img{
		max-width: 100%;
	}

}

/* SP */
@media (max-width:999px){
  .box2_rs_rv{
    display: block;
  }
  .box2_rs_rv .item{
    width: 100%;
  }
  .box2_rs_rv .item img{
    max-width: 100%;
  }
}

