@charset "utf-8";

.text_scroll_box{
	width: 80%;
    /*height: 78%;*/
    height: 87%;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    /*background: #ddd;*/
	border: 1px solid #ddd;
	padding: 10px;
	overflow-y: scroll;
    overflow-x: hidden;
}

ol,ul{
	
	list-style:none;
	box-sizing:border-box;
}

ol{
	width:100%;
	margin:10px auto 15px auto;
	padding:0 15px;
}

.btn_back{
	/*line-height: 34px;*/
	line-height: 8.3vw;
	/*margin-top: 40px;*/
	margin-top: 9vw;
	margin-bottom: 0px;
}
.btn_back:active{
	/*opacity: 0.6;*/
	background-color: #d2d2d2;
}

/* ***スクロールコンテンツ*** */
/*.scroll_list{
	margin-top:30px;
	height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;   
    -webkit-overflow-scrolling: touch;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contents_box p{
	margin-left:20px;
	font-weight:bold;
}*/

@media screen and (max-width: 375px) {
	
}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {
	
}
