@charset "iso-2022-jp";
/*---------------ckeditor用リセット-------------------*/
.cms_free_aea strong,
.cms_free_aea b{
    font-weight:bold!important;
}
.cms_free_aea em{
    font-style:italic;
    font-family:"游ゴシック", "Yu Gothic";
}
.cms_free_aea s,
.cms_free_aea strike{
    text-decoration: line-through;
}
.cms_free_aea table{
    width:auto;
}
.cms_free_aea table th,
.cms_free_aea table td{
    border:solid 1px #ddd;
    padding:16px 20px;
}
.cms_free_aea table th{
    background-color:#f5f5f5;
}
.cms_free_aea ul,
.cms_free_aea ol{
    padding:16px 16px 16px 30px;
}
.cms_free_aea ul{
    list-style-type:disc!important;
}
.cms_free_aea ol{
    list-style-type:decimal!important;
}
.cms_free_aea hr{
    display:block;
    width:100%;
    border-bottom:solid 1px #ddd;
    border-left:none;
    border-right:none;
    border-top:none;
    margin-top:40px;
    margin-bottom:40px;
}
.cms_free_aea h2{position:relative;padding-bottom:20px;padding-bottom:2rem;margin-bottom:3vw;font-size:180%;border-bottom:solid 1px #ddd}
.cms_free_aea h2:before{position:absolute;background:#d71318;content:"";width:40px;height:1px;left:0;bottom:0}
.cms_free_aea h3{border-left:solid 2px #d71318;padding-left:10px;padding-left:1rem;margin-bottom:20px;margin-bottom:2rem;font-size:150%}


@media only screen and (max-width: 640px) {
    .cms_free_aea table{
        width:100%;
    }
    .cms_free_aea h2{font-size:150%}
    .cms_free_aea ul,
    .cms_free_aea ol{
        padding:1rem 1rem 1rem 20px;
    }
}
