@charset "UTF-8";
/* fl144 フルートのためのからだメソッド 〜トレーニング編 */


#main_left #magazine_main hr{
	height: initial;
}

div.title {
	border: 3px solid #61bcbe;
	background-color: #ffffff;
	border-radius: 10px 10px 10px 10px;
	width: 80%;
	padding: 20px;
	display: inline-block;
	color: #61bcbe;
}

div.subtitle {
	border-radius: 10px;
	width: 90%;
	padding: 0.8em 1.2em;
	display: inline-block;
}

.balloon1 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 2px 10px;
/* 	min-width: 120px; */
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #f5f1e1;
	border-radius: 15px;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}

#contents_box{
	background-color: #ecaa9b;
	border-radius: 0px 20px 20px 20px;
	width: 90%;
	padding: 20px;
	display: inline-block;
	color: #ffffff;
}

#contents_box .item_l,#contents_box .item_r{
	padding: 1em;
}

.box1_4{
	display: flex;
	justify-content:space-between;
}

.box1_4 .item_l{
	width: 20%;
}

.box1_4 .item_r{
	width: 80%;
}

/* box3 */
.box3{
	display: flex;
	justify-content:space-between;
}

.box3 .item{
	width: 25%;
}

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


.balloon1-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
/* 	min-width: 120px; */
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fae2cc;
	border-radius: 8px;
}

.balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fae2cc;

}

.balloon1-right p {
	margin: 0;
	padding: 0;
}

.balloon1-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 10px;
/* 	min-width: 120px; */
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #dddddd;
	border-radius: 8px;
}

.balloon1-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #dddddd;
}

.balloon1-left p {
	margin: 0;
	padding: 0;
}

.balloon1-top {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
/* 	min-width: 120px; */
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #fae2cc;
	border-radius: 8px;
}

.balloon1-top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fae2cc;

}

.balloon1-bottom p {
	margin: 0;
	padding: 0;
}

#main_left #magazine_main .FLmagaTitle{
	border-left: solid #61bcbe 6px;
	padding-left: 1em;
	display: block;
	font-size:135%;
	margin-top:6%;
	margin-bottom:1%;
	letter-spacing:3px
}

/* PC */
@media (min-width:1000px){ 


	.box2_rs{
		display: flex;
		justify-content:space-between;
	}

	/* box2_rs */
	.box2_rs .item{
		width: 47%;
	}
	.box2_rs .item img{
		max-width: 100%;
	}

	/* 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%;
	}

	/* box3_rs */
	.box3_rs .item{
		width: 30%;
	}
	.box3_rs .item img{
		max-width: 100%;
	}

	/* box4_rs2 */
	.box4_rs2{
		display: flex;
		justify-content:space-between;
	}
	
	.box4_rs2 .item{
		width: 21%;
		margin: 0 2%;
	}
	
	.box4_rs2 .item img{
		max-width: 100%;
	}

	.sp{
		display: none;
	}
	
	.pc{
		display: block;
	}
}
/* SP */
@media (max-width:999px){

	/* box2_rs */
	.box2_rs .item{
		width: 100%;
	}

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

	.box2_rs .caption{
		font-size: 0.8em;
	}
	/* box3_rs */
	.box3_rs .item{
		width: 100%;
	}
	.box3_rs .item img{
		max-width: 100%;
	}
	/* box4_rs2 */
	.box4_rs2{
		display: flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	
	.box4_rs2 .item{
		width: 43%;
		margin: 0 2%;
	}
	
	.box4_rs2 .item img{
		max-width: 100%;
	}


	.sp{
		display: block;
	}
	
	.pc{
		display: none;
	}
}