.main-ttl{ padding-bottom:1em; border-bottom:3px solid #F0F0F0; position:relative; margin-bottom:1em; }
.main-ttl:after{ content:""; display:block; width:50%; height:3px; position:absolute; bottom:-3px; background-color:#419696; }
.main-ttl span{ display:block; font-weight:bold; }
.main-ttl span.main{ font-size:2.429em; margin-bottom:0.1em; }
.tpl-text { font-size: 1.071em; line-height: 1.75; margin-bottom: 2em; }
.tpl-radius-box { border-width: 2px; border-style: solid; border-radius: 10px; padding: 20px; border-color: #6DC6C6; }
.tpl-radius-box iframe{
		width:100%;
}
	
@media only screen and (max-width: 750px) {
	.main-ttl { border-bottom:2px solid #F0F0F0; margin-bottom: 1.5em; }
	.main-ttl:after{ height: 2px; bottom: -2px; }
	.main-ttl span.main{ font-size: 19px; margin-bottom: 0.2em; }
	.tpl-text{ font-size: 12px; margin-bottom: 1em; }
	.tpl-radius-box{ padding: 10px; }

}