{% extends 'default_frame.twig' %}
{% import 'macro/iframe.twig' as iframe_macro %}
{% block stylesheet %}
<style>
.ec-layoutRole {
background:#fbfbfb !important;
}
div.res_iframe {
padding-bottom: 680%;
}
@media only screen and (min-width: 428px) {
div.res_iframe {
padding-bottom: 550%;
}
}
@media only screen and (min-width: 768px) {
div.res_iframe {
padding-bottom: 200%;
}
}
@media only screen and (min-width: 1024px) {
div.res_iframe {
padding-bottom: 150%;
}
}
</style>
{% endblock %}
{% block main %}
{{ iframe_macro.kofun_iframe('tradelaw') }}
{% endblock %}