@charset "UTF-8";

@media (max-width: 768px) {

h3{
	text-align: center;
}

h3 img{
	width: 70%;
}
#content .main #title {
    background-image:none;
    background-color: #7CA933;
    height:auto;
    width:100%;
    padding:8px 0;
    margin:0;
    font-size: 16px;
    color: #FFFFFF;
    line-height:unset;
}
#content .main #title img {
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 18px;
}

#content .main {
    margin: 0px;
    width:100%;
    padding:0;
    background-image: url(images/contentMain.gif);
    background-repeat: repeat-y;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: relative;
    height: auto;
}

img.responsive-tb-sp{
	max-width: 100%;
	margin:0 auto;
}

#content .text{
	margin-left: 3%;
	margin-right: 3%;
    font-size: 14px;
}


.mail-sp-block{
    display: block;
}


}