@media only screen and (max-width: 768px){
	#contents .headSection .innerBlock .leftArea .title.txt {
    padding: 5px 0 0 10px !important;
    font-size: 3.8vw;
    line-height: 19px;
    display: block;
    margin-top: 60px;
    margin-bottom: 0;
}
#contents.responsive .headSection .title {
    width: auto;
}
#contents.responsive .headSection .rightArea {
    padding-top: 0;
}


/* 2024/4/18 微調整 */
	* {
		box-sizing: border-box;
	}
}
