.txtarea{
    width: 90%;
    /* max-width: 700px; */
    margin: 0px auto 5px;
    height: 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: ヒラギノ角ゴシック;
    color: #222222;
}
.txtarea.open{
	height: auto;
	overflow: unset;
	padding-bottom: 70px;
}
.read-more{
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.8), white) repeat scroll 0 0;
	width: 100%;
	padding: 30px 0 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease-in;
}
.txtarea.open .read-more{
	background: none;
}
.read-more span{
	cursor: pointer;
	display: inline-block;
	width: 120px;
	padding: 5px 0;
}
.read-more span::after{
	content: url(/art-college/music/assets/inc/pc/instrument_curriculum_parts/more.png);
}
.txtarea.open .read-more span::after{
	content: url(/art-college/music/assets/inc/pc/instrument_curriculum_parts/close.png);
}


.faq-title{
    width: 880px;
    height: 85px;
    background: #E5F2FD 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 52px;
}
.faq-letter{
    text-align: center;
    font-size: 40px;
    letter-spacing: 4px;
    color: #7799FF;
    opacity: 1;
    position: relative;
    top: 15%;
}
.qa-box{
    margin: 10px auto;
    width: 880px;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 1;
    margin-bottom: 20px;
}
.q-content{
    padding-top: 2%;
    padding-bottom: 1.5%;
    padding-left: 2%;
    border: 0.1px solid #EEEEEE;
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Hiragino Sans';
    color: #222222;
}
.a-content{
    padding-top: 1.5%;
    padding-bottom: 1%;
    padding-left: 2%;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Hiragino Sans';
    color: #222222;
}
.q-font{
    color: #7799FF;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto';
}
.a-font{
    color: #FF8888;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Roboto';
}
.view-more-btn{
    margin-top: 41px;
    margin-bottom: -35px;
}