@charset "shift-jis";
.keyVisual-inner{
    margin: 0 auto;
}
.h1Title_02,
.sidenoneLayout{
    padding-top: 0!important;
}
.h2title{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 3px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(/powerflex/housing/common/images/icon_heading_blue.gif) !important;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
    z-index: 1;
}
.flex_tab{
    display: flex;
    border-bottom: solid 2px #e5e7e8;
}
.tab:first-child{
    margin-right: 20px;
}
.tab{
    width: 50%;
}
.tab a{
    text-decoration: none!important;
}
.tab a div:hover{
    text-decoration: none!important;
    opacity: 0.7;
}
.tab_blue{
    border-radius: 10px 10px 0 0;
    border: solid 2px #0079c3;
    border-bottom: none;
    color: #0079c3;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.tab_yellow{
    border-radius: 10px 10px 0 0;
    color: #fff;
    border: solid 2px #ffc700;
    background-color: #ffc700;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.btn_blue a{
    font-weight: bold;
    margin: 0 auto;
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 600px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px 40px 20px 15px;
    background: #0079c3;
    color: #fff!important;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}
.btn_blue a::after{
    content: "";
    position: absolute;
    top: 49%;
    right: 18px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(
45deg);
    margin-top: -5px;
}
.infoBox{
    border: solid 1px #E5E7E8;
    display: flex;
    padding: 10px;
}
.infoBox div img{
    width: 100%;
}
.infoBox div:first-child{
    width: 40%;
    padding: 10px;
}
.infoBox div:last-child{
    width: 60%;
    padding: 10px;
}
.seminarTitle{
    font-size: 18px;
    font-weight: bold;
}
.link_detail{
    text-align: right;
    color: #0072ca;
}
.categoryLabel{
    display: flex;
    vertical-align: middle;
}
.yellowLabel{
    color: #fff;
    background-color: #ffc700;
    border: solid 3px #ffc700;
    font-weight: bold;
    padding: 0 30px;
    margin: 0 5px;
}
.greenLabel{
    border: solid 3px #70ad47;
    font-weight: bold;
    padding: 0 30px;
    margin: 0 5px;
}
.flow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_item{
    padding: 10px;
    width: 25%;
    height: 250px;
}
.flow_item img{
    width: 100%;
}
.arrow{
    margin-top: -95px;
}
.info a{
    text-decoration: none;
    color: #000;
}
.info a:hover{
    text-decoration: none!important;
    color: #000!important;
}
.infoBox:hover{
    opacity: 0.7;
}

