@charset "utf-8";

.special_topics{
    padding-bottom:50px;
}
.special_topics h3{
    text-align: left;
    margin-bottom: 10px;
    line-height: 2rem;
    border-bottom:1px solid #5D4435;
}
.special_topics .topics_text{
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.5rem;
}
.special_topics .topics_media{
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.5rem;
}
/* レスポンシブ */
/* ************************************************** */
/* 画面の横幅が1024pxまでの場合のCSS */
@media screen and (max-width:1024px){
/* ************************************************** */
    .pageHeading{
      margin-top: 100px;
    }
}
/* ************************************************** */
/* タブレット */
@media screen and (min-width: 500px) and (max-width: 835px){
/* ************************************************** */
    .special_topics .topics_media img{
        text-align: center;
        width:95%;
    }
}

/* ************************************************** */
/* iPHone4,iPhone5,iPhone5s,iPhone6,iPhone6 Plus 縦*/
@media screen and (min-width: 0px) and (max-width: 499px){
/* ************************************************** */
	img{
		width:100%;
		height:100%;
	}
    .special_topics .topics_media img{
        text-align: center;
        width:100%;
    }
}