@charset "utf-8";
/* CSS Document */

body {
    position: relative;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

a:hover img {
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}


.fll,
.flL {
    float: left;
}

.flr,
.flR {
    float: right;
}

.clear,
.clearfix:after {
    clear: both;
    display: block;
    overflow: hidden;
}

.clearfix:after {
    content: " ";
    width: 0;
    height: 0;
}




.baseW {
    margin: 0 auto 52px;
    width: 960px;
}




/* コンテンツ枠 */

#contents {
    color: #000;
}

#contents,
#header_fix_bg {
    margin: 0 auto;
    max-width: 1920px;
}

#contents a,
#contents img {
    display: block;
    height: auto;
    margin: 0 auto;
}




/* 共通　エントリーボタンまわり */

.entry {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7)
}

.entry img {
    width: 100%;
}

.entry .flL {
    position: relative;
    margin-left: 30px;
    padding-top: 8px;
    padding-bottom: 15px;
    width: 261px;
}

.entry .flR {
    margin-top: -13px;
    width: 599px;
}

.entry .flR a {
    display: block;
    cursor: default;
}

.entry .entry_btn{
    position: relative;
    bottom: -8px;
    width: 314px;
}

.entry .entry_btn img {
    width: 152px;
}

.entry .entry_btn a {
    display: inline-block;
}

.entry .entry_btn a:first-child{
    float: left;
    cursor: pointer;
}
.entry .entry_btn a:last-child{
    float: right;
}

a.op_always:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    cursor: default
}


/*---------------------------------
光らせたりする
--------------------------------*/
.entry_box{
    position: relative;
}

.entry_arrow{
    position: absolute;
    z-index: 50;
    top:-10px;
}

.entry {
    position:relative;
}
.entry_overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-80px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


/* ヘッダ */

#header_fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

#header_fix_bg {
    background-color: rgba(255, 255, 255, 0.9);
}

#header_fix img {
    width: 100%;
}

#header_fix .baseW {
    margin-bottom: 0;
}

#header_fix .entry_btn {
    width: 200px;
    margin-top: 18px;
    margin-left: 115px;
    text-align: left;
}

#header_fix .header_flex {
    display: flex;
}

#header_fix .header_flex p {
    white-space: nowrap;
    margin-right: 10px;
}

/* メインイメージ */

#intro {
    padding-top: 92px;
}

#intro h1 {
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_header_main_bg.jpg) no-repeat top center;
}

#intro h2 {
    margin-top: -2px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_m.png) no-repeat top center;
}

#intro h2 img {
    width: 860px;
}




/* 黄金グラデーションの帯 */

.bg_gold {
    background: #face00;
    /* Old browsers */
    background: -moz-linear-gradient(left, #face00 0%, #fffbd0 23%, #fffbd0 23%, #ca9a0c 51%, #f2e08b 84%, #fffbd0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #face00 0%, #fffbd0 23%, #fffbd0 23%, #ca9a0c 51%, #f2e08b 84%, #fffbd0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #face00 0%, #fffbd0 23%, #fffbd0 23%, #ca9a0c 51%, #f2e08b 84%, #fffbd0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#face00', endColorstr='#fffbd0', GradientType=1);
    /* IE6-9 */
    text-align: center;
    /*    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}


/* 材工原価8万円/kWをきるゲストがご登壇
=========================*/

#guest {
    margin-top: -10px;
}

#guest img:first-child {
    margin-bottom: 35px;
}

/* 材工原価3万円/kW以上コストを下げる、そのポイントとは！？
=========================*/
#point h2 {
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_large.png) no-repeat top center;
}

#point h2 img {
    width: 732px;
}

#point dl {
    font-size: 24px;
}

#point dl dt {
    margin-bottom: 10px;
}

#point dl dd {
    padding-left: 1em;
}

#point .q_text {
    font-size: 36px;
    font-weight: bold;
    color: #13AD67;
}

#point .a_text {
    margin-left: -24px;
    font-size: 36px;
    font-weight: bold;
    color: #E73828;
}

#point dl dd p {
    margin-bottom: 44px;
}

#point .bigger {
    font-size: 30px;
    font-weight: bold;
}

/* このような経営者にご参加をお勧め致します
=========================*/
#recommend h2 {
    margin-bottom: 14px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_green.png) no-repeat top center;
}

#recommend h2 img {
    width: 772px;
}

#recommend ul {
    list-style-image: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_check.png);
    padding-left: 77px;
    font-size: 32px;
    font-weight: bold;
}

#recommend ul li {
    margin-bottom: 13px;
}


#recommend p {
    padding: 20px 0;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background-color: #BE0600;
}

/* １日勉強会にご参加いただくと…
=========================*/
#get h2 {
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_green.png) no-repeat top center;
}

#get h2 img {
    width: 572px;
}

#get img {
    margin-bottom: 17px;
}
#get ul {
    padding-left: 28px;
    font-size: 36px;
    font-weight: bold;
}

/* 当日は下記の特典を実際にお持ち帰りいただけます。
=========================*/
#present h2 {
    margin-bottom: 32px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg.png) no-repeat top center;
}

#present h2 img {
    width: 920px;
}

#present .baseW img:first-child {
    margin-bottom: 16px;
}

#present .baseW img:nth-child(2) {
    margin-bottom: 10px;
}


#present #sheet_img {
    width: 97%;
    margin-bottom: 18px;
}

/* お客様の声
=========================*/
#voice h2 {
    margin-bottom: 32px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg.png) no-repeat top center;
}

#voice h2 img {
    width: 738px;
}

#voice .baseW img:first-child {
    margin-bottom: 18px;
}

/* 1日勉強会の詳細
=========================*/
#seminar_detail h2 {
    height: 118px;
    margin-bottom: 18px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 85px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_red.png) no-repeat center;

}

#seminar_detail table.gaiyou {
    margin-left: 28px;
    font-size: 28px;
    font-weight: bold;
}

#seminar_detail table.gaiyou th {
    width: 2em;
    font-weight: bold;
}

#seminar_detail .kaiin {
    margin-left: 28px;
    margin-bottom: 44px;
    font-size: 18px;
}

#seminar_detail table.schedule {
    border-collapse: separate;
    border-spacing: 12px 15px;
}

#seminar_detail table.schedule caption {
    padding-left: 1em;
    margin-left: 11px;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_schedule_bg.png) no-repeat;
}

#seminar_detail table.schedule th {
    width: 234px;
    height: 115px;
    margin-right: 7px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #5A88C6;
    box-shadow:5px 5px 4px 3px #8c8585;
}

#seminar_detail table.schedule th span {
    display: block;
    width: 60%;
    margin: auto;
    font-size: 22px;
    background: #BE0600;
}


#seminar_detail table.schedule td {
    width: 688px;
    height: 115px;
    border: 2px solid #19003F;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    box-shadow:5px 5px 4px 3px #8c8585;
}

#seminar_detail table.schedule td .schedule_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 50px;
}

#seminar_detail table.schedule td .job {
    margin-right: 15px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 15px;
    text-align: right;
}

#seminar_detail table.schedule td .job span {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 18px;
}

#seminar_detail table.schedule td .name {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 27px;
}

#seminar_detail p.hakaku {
    font-size: 26px;
    font-weight: bold;
}

#seminar_detail p.manseki {
    max-width: 1348px;
    padding: 20px 0;
    margin: -12px auto 10px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    background: #ff0;
}

#seminar_detail p.caution {
    border: 2px solid #000;
    margin-bottom: 33px;
    font-size: 22px;
    text-align: center;
}

/* 講師紹介
=========================*/
#teacher h2 {
    margin-bottom: 26px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_green.png) no-repeat top center;
}

#teacher h2 img {
    width: 350px;
}

#teacher .baseW > img {
    margin-bottom: 59px;
}
/* セミナーの様子
=========================*/
#seminar_real h2 {
    margin-bottom: 19px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_green.png) no-repeat top center;
}

#seminar_real h2 img {
    width: 350px;
}

#seminar_real .seminar_real_img01 {
    width: 859px;
    margin-bottom: 19px;
}

#seminar_real .seminar_real_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
}

#seminar_real .seminar_real_flex img {
    width: 272px;
    margin: 0;
}

/* セミナーに関するよくある質問
=========================*/
/* #question h2 {
    margin-bottom: 40px;
    background: url(/image/026245_lp_heading_bg.png) no-repeat top center;
}

#question dl.question_base {
    font-size: 19px;
    margin-bottom: 40px;
}

#question dl.question_base > dt {
    padding-left: 1em;
    border-left: 5px solid #C2B14E;
}

#question dl.qanda {
}

#question dl.qanda dt {
    position: relative;
    padding: 20px 0;
    border-top: 2px solid #C2B14E;
    border-bottom: 2px solid #C2B14E;
    margin-top:10px;
    cursor: pointer;
}

#question dl.qanda dt:before {
    content:"Q";
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    background-color: #C2B14E;
}

#question dl.qanda dt:after {
    position: absolute;
    bottom: 3px;
    right: 20px;
    content: url(/image/026245_lp_toggle_inactive.png);
}

#question dl.open dt:after {
    content: url(/image/026245_lp_toggle_active.png);
}

#question dd.second dl.qanda dt {
    border-top: none;
    margin-top: 0;
}


#question dl.qanda dd {
    display: none;
    padding: 20px 0;
    border-bottom: 2px solid #C2B14E;
}

#question dl.qanda dd:before {
    content:"A";
    padding: 5px 10px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    background-color: #E73828;
}
 */
/* 会社概要
=========================*/
#about h2 {
    margin-bottom: 40px;
    background: url(https://lp.funaisoken.co.jp/seminar/smartenergy/026245/image/026245_lp_heading_bg_green.png) no-repeat top center;
}

#about h2 img {
    width: 248px;
}

#about h3 {
    padding-left: 10px;
    border-left: 5px solid #C2B14E;
    margin: 0 0 47px 17px;
    font-size: 22px;
}

#about h4 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #00903A;
}

#about img.honsya_img {
    width: 50%;
    margin: 0 0 30px;
}

#about .address_box {
    margin-bottom: 34px;
    font-size: 15px;
}

#about .address {
    line-height: 2.0;
}

#about dl {
    padding: 22px 28px;
    margin-bottom: 35px;
    color: #595757;
    background-color: #e6e6e6;
}

#about dl dt {
    margin-bottom: 5px;
    font-size: 20px;
}

#about dl dd.michi {
    margin: 22px 0 50px;
}

#about dl dd.michi_last {
    margin: 22px 0 0;
}

#about h5 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #00903A;
}

#about table {
    border-collapse: separate;
    border-spacing: 4px;
    margin-bottom: 88px;
}

#about table th {
    width: 177px;
    padding: 18px 0;
    color: #fff;
    text-align: center;
    background-color: #727171;
}

#about table td {
    width: 761px;
    padding: 18px 0 18px 1em;
    color: #595757;
    background-color: #E6E6E6;
}

/* コピーライト */

#copyright {
    padding: 10px 0 15px;
    font-size: 18px;
    text-align: center;
    background-color: #fff
}

#copyright strong {}
