@charset "utf-8";
/* CSS Document */
.ios,.android{
	display:none;		
}


#content{
	width:100%;
	padding:25px 12px 0;
	box-sizing:border-box;
}

#content section{
	width:100%;
	height:auto;
	margin-bottom:20px;	
}

#content h2{
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro TT", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1;
	padding-bottom:6px;
	border-bottom:1px #bab9ba solid;
	font-weight:bold;
	color:#4e4e4e;
	margin-bottom:5px;
}
 
#content p{
	font-size:13px;
	line-height:19px;
	color:#4e4e4e;
	font-family:"ヒラギノ角ゴ Pro TT", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.prev {
    width: auto;
    height: auto;
    display: table;
    font-size: 14px;
    color: #4285f4 !important;
    background: url(../img/icon_arrow.png) left center no-repeat;
    background-size: 13px auto;
    padding-left: 18px;
    margin: 35px 0;
}

.prev a {
	color: #4285f4 !important;
}