@charset "shift-jis";
.keyVisual-inner{
    margin: 0 auto;
}
.h1Title_02,
.w940{
    width: 940px!important;
    margin: 0 auto;
}
.sidenoneLayout{
    padding-top: 0!important;
}
.keyVisual-inner img{
    width: 100%!important;
}
.keyVisual-inner .flex p{
    padding: 5px 20px;
    font-weight: bold;
    margin-right: 5px;
}
.keyVisual-inner .flex p:first-child{
    color: #fff;
    background-color: orange;
}
.keyVisual-inner .flex p:last-child{
    border: 1px solid green;
}
.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{
    display: flex;
}
.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_orange 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: #fc9100;
    color: #fff!important;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}
.btn_blue a::after,
.btn_orange 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;
}
.common_disclaimer{
    margin-top: 20px;
    margin-bottom: 20px;
}
#disclaimer-area{
    margin-top: 60px;
    background-color: #eee;
    border: 3px solid #e0e0e0;
    padding: 15px 20px 15px 20px;
}
.instructor_img p img{
    width: 200px;
}
.instructor_text{
    margin-left: 30px;
    margin-top: 30px;
}


