@charset "utf-8";
/**
 * custom.css
 */

 .irohasoft
{
    display : none;
}

.h1,h1
{
    font-size:  36px;
    font-weight:    bold;
    padding:0 0.5em;
    margin-left:0.5em;
    margin-right:0.5em;
    border-left:7px dotted #204979;
    outline:3px solid #204979;
    outline-offset: 0.5em;
    position: relative;
}

.h1,h1::after
{
    content: '';
    position: absolute;
    right: calc(-0.5em - 3px);
    top: calc(-0.5em - 3px);
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #204979 #fff #204979;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.h2,h2
{
    font-size:30px;
    padding:0.5em 0.3em;
    margin-bottom:0.3em;
    position:relative;
}

.h2,h2::before
{
    content: '';
    background-color: #Df2821;
    width:2em;
    height:3px;
    position:absolute;
    bottom: 0;left: 0;
}

.h3,h3
{
    font-size:24px;
    font-weight: bold;
    padding: 0.5em 1em;
    background-color: #F5BE00;
    color: #fff;
    position: relative;
}

.h3,h3:before
{
    content: '';
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    left: 30px;
    top: 100%;
    border-color: transparent;
    border-top-color: #F5BE00;
    border-right-color: #F5BE00;
    border-width: 6.5px;
}

.content-body
{
	padding				: 10px 20px 10px 20px;
}