/**
Theme Name: gosen
 */
 
@media screen and (min-width: 768px) {
.archive-box .post-list .pic img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover;
}
.top-content-box .banner-box1 .pic img {
	width: auto !important;
}
section.post-box .post-body img {
    margin-bottom: 0;
    width: auto;
}
#top-header h1 {
    margin: 0 0 15px;
    text-shadow: 5px #FFF;
    -webkit-text-stroke-color: #FFF;
    -webkit-text-stroke-width: 1px;
}
#top-header h1 span {
    -webkit-text-stroke-width: 0px;
}

.questionnaire-body span {
	display: block;
}

.questionnaire-body img {
	width: auto;
}
.youtube-box img {
	width: auto;
}

}