@charset "utf-8";
/* 2016.07. KyotoInnovation */

.top_main {
    background: url(../img/top_main_bg.jpg) top center no-repeat;
    background-size: contain;
}
.top_main_pad {
    padding-top: 70px;
}
.main_logout {
    margin:90px 0 0;
    padding: 0;
    z-index:2 !important;
}
.main_logout_catch {
    float: left;
    width: 940px;
    color: #000;
}
@media only screen and (max-width: 1440px) {
  .main_logout_catch {
      float: left;
      width: 750px;
      color: #000;
  }
}
.catch_area {
    margin: 0 auto;
    padding-top: 40px;
    /*padding-left: 135px;*/
}

@media only screen and (max-width: 1440px) {
  .catch_area {
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 20px;
  }
  .catch_area_panels p {
      font-size:1.5rem !important;
  }
}

.inner_frame {
    width: 1440px;
    height: 476px;
    margin: 0 auto;
}
@media only screen and (max-width: 1440px) {
  .inner_frame {
    width: 1220px;
  }
}
@media only screen and (max-width: 767px) {
  .inner_frame {
    width: 100%;
  }
}

.catch_area h1 {
    font-size: 60px;
    font-size: 6.0rem;
    margin-bottom: 8px;
    text-shadow: 1px 1px 1px #fff;
    line-height: 1.3;
}
.win .catch_area h1 {
    font-weight: normal;
}
/*#fade02 h1 {
    font-size: 56px;
    font-size: 5.6rem;
    letter-spacing: -0.02em;
}
#fade02 h1 span {
    letter-spacing: -0.1em;
}*/
.underlayer_header .catch_area h1 {
    font-size: 36px;
    font-weight: 300;
}
.underlayer_header .catch_area .fm_mincho {
    /*font-weight: 600;*/
    font-weight: normal;
    line-height: 1.4;
}
.catch_area_txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.catch_area_panels {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:space-between;
    -ms-flex-pack:justify;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    margin:0 -7.5px;
}
.catch_area_panels > div {
    width:33.33333%;
    padding:7.5px;
}
.catch_area_panels p {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    justify-content:center;
    -ms-flex-pack:center;
    height:70px;
    padding:5px;
    line-height:1.1;
    text-align:center;
    color:#fff;
    font-size:1.8rem;
    background:rgba(0,0,0,.6);
    border-radius:8px;
}

.underlayer_header .catch_area_txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.main_login_unit {
    float: right;
    width: 365px;
    background: url(../img/top_main_login_bg.png) repeat;
    margin-right: 30px;
    padding: 45px 32px;
}
.main_login_input {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    width: 100%;
    background: url(../img/login_input_bg.png) repeat;
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow:hidden;
    margin-bottom: 15px;
    padding: 14px 20px;

}
.password_unit {
    color: #fff;
    width: 95%;
    margin: 0 auto 28px;
}
.password_unit a {
    color: #fff;
}
.password_unit li {
    font-size: 12px;
    font-size: 1.2rem;
}
.pass_save {
    float: left;
    width: 40%;
}
.main_login_unit .pass_save input {
    background: url(../img/login_input_bg.png) repeat;
    filter: alpha(opacity=50); /* internet explorer */
    -khtml-opacity: 0.5;      /* khtml, old safari */
    -moz-opacity: 0.5;       /* mozilla, netscape */
    opacity: 0.5;           /* fx, safari, opera */
    border: 1px solid #fff;
    width: 20px;
    height: 20px;

}
.pass_forget {
    float: right;
    width: 60%;
    text-align: right;
    padding-top: 3px;
}
.add_member {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding-top: 27px;
}
.login_form .add_member p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.login .add_member {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    text-align: center;
    padding-top: 27px;
}
.login .login_form button.btn {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 8px 12px;
}
.login .add_member .btn {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 6px 12px;
}
.main_login_unit .btn {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 8px 12px;
}
.win .main_login_unit .btn {
  font-weight: bold;
}

.toplogout_header .btn_white_txtred {
    border: none;
}
.main_logout_catch .btn {
  font-weight: 500;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 6px 12px;
}
.win .main_logout_catch .btn {
  font-weight: bold;
}
/* ===============================================
#パネル
=============================================== */

.panel {
    width: 1440px;
    margin: 0 auto 75px;
    display: table;
}
.panel_box {
    display: table-cell;
    width: 720px;
    height: 500px;
    vertical-align: middle;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    z-index: 1;
}
.panel_box_single {
    display: block;
    width: 720px;
    height: 640px;
    vertical-align: middle;
    margin-bottom: 70px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
    z-index: 1;
}
.panel_box_single.top_panel_invest {
    margin-bottom: 20px;
}
.panel_left_fix_btn {
    position: absolute;
    left: 0;
    bottom: 60px;
    z-index: 2;
}
.voice_message .panel_left_fix_btn .btn {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    padding: 6px 12px;
}
.voice_message .panel_left_fix_btn .link_arw_maxright::before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    right: 20px;
    width: 18px;
    height: 18px;
    margin-top: 0;
    background: #fff;
}
.voice_message .panel_left_fix_btn .link_arw_maxright::after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    right: 24px;
    width: 18px;
    height: 18px;
    margin-top: 0;
    background: #00369D;
}
.bg_reason {
    background: url(../img/top_panel_reason.jpg) no-repeat;
}
.bg_pickup {
    background: url(../img/top_panel_pickup_voice.jpg) no-repeat;
}
.bg_message {
    background: url(../img/top_panel_message.jpg) no-repeat;
}
.panel_service {
    width: 100%;
    height: 500px;
    margin: 0 auto 65px;
    background: url(../img/top_panel_service.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.panel_service .panel_box_inner {
    color: #fff;
    padding: 75px 0 0;
}
.panel_service .panel_box_inner .ttl_panel {
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.win .panel_service .panel_box_inner .ttl_panel {
    font-weight: normal;
}
.panel_service .panel_box_inner p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.panel_service .panel_box_inner .btn {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    padding: 6px 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.win .panel_service .panel_box_inner .btn {
    font-weight: normal;
}

.panel_invest_inner {
    padding: 90px 0 0 20px;
}
.panel_invest_inner .ttl_panel {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}
.win .panel_invest_inner .ttl_panel {
    font-weight: bold;
}
.panel_invest_txt {
    font-size: 12px;
    font-size: 1.2rem;
    width: 355px;
    line-height: 2em;
}

.voice_message {
    width: 1220px;
    margin: 0 auto 0;
    overflow: hidden;
}
.voice_message.voice_column {
    margin: 0 auto 45px;
}
.voice_message_left {
    float: left;
    width: 50%;
}
.voice_message_right {
    float: right;
    width: 50%;
}

.voice_message_inner {
    width: 500px;
    margin: 0 0 50px;
}
.top_login .voice_message_left {
     margin: 0 auto 30px;
}

.voice_message_right .voice_message_inner {
  float:right;
}

.voice_message_no {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    left: 35px;
    bottom: 30px;
}
.voice_message .btn {
    font-weight: bold;
    padding: 5px 12px;
}
/* ===============================================
#2カラム　更新情報（セミナー情報など）
=============================================== */

.top_2col {
    width: 1220px;
    margin: 0 auto 80px;
    overflow: hidden;
/*
    padding-left: 110px;
    padding-right: 110px;
*/
}
.top_login.top_2col {
  margin-bottom: 30px;
}
.top_2col.invest_news {
  margin-bottom: 127px;
}
.top_login .top_2col.invest_news {
  margin-bottom: 90px;
}
.properties_seminar {
    margin-top: 60px;
}

.top_2col_box {
    float: left;
    width: 500px;
    margin-right: 220px;
}
.top_2col_box:nth-child(2) {
    margin-right: 0;
}
.top_2col_box .btn {
    padding: 5px 12px;
}
.top_2col_box .frame_properties {
    width: 500px;
    height: 680px;
}
/* ===============================================
#無料相談
=============================================== */
.free_consultation {
    text-align: center;
    padding: 90px 0;
    clear: both;
}
.free_consultation_txt {
    margin-bottom: 60px;
}
.free_consultation_flow {
    background: url(../img/free_consultation_flow.png) center 65px no-repeat;
    padding: 130px 0 0;
}
.free_consultation_flow_txt {
    width: 900px;
    margin: 0 auto;
    display: table;
}
.free_consultation_flow_txt li {
    display: table-cell;
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 50px;
    letter-spacing: 0em;
}
.free_consultation_flow_txt li:last-child {
    padding-right: 20px;
}
.fish_eye {
    display: none;
}
.blk_circle {
    display: none;
}
/* ===============================================
#不動産コラム
=============================================== */
.invest_column.bg_beige {
    background-color: #FFF9F2;
}
.invest_column_inner {
    width: 1020px;
    margin: 0 auto 85px;
    padding-top: 40px;
    padding-bottom: 40px;
}
 .invest_auther_img {
     display: inline-block;
     width: 300px;
     margin-right: 45px;
}
.invest_column_txt {
    display: inline-block;
    width: 650px;
    vertical-align: top;
    padding-top: 45px;
}
.btn_column li {
    display: inline-block;
}
.btn_column li .btn {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn_column_list {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    padding: 8px 55px;
    color: #BB0010;
}
.win .btn_column li .btn {
    font-weight: normal;
}
.win .btn_column_list {
    font-weight: normal;
}
.ttl_auther {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}
.column_title {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.column_article_title {
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 800;
    margin-bottom: 1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -0.01em;
    line-height: 1.3;
}

/*スマホ*/
@media only screen and (max-width: 767px) {

    .top_main {
/*        background: url(../img/top_main_bg.jpg) top center no-repeat;*/
        background-size: 100% auto;
    }
    .main_logout {
        margin: 60px 0 0;
        padding: 0;
        position: relative;
        z-index: 5;
    }
    .main_logout.inner {
        width: 100%;
        position: relative;
        z-index: 5;
    }
    .main_logout_catch {
        float: none;
        width: 95%;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }
    .catch_area {
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        padding-bottom: 30px;
        height: auto;
        position:relative;
        padding-top: 110%;
        overflow:hidden;
    }
    .catch_area h1 {
        position:absolute;
        top:15px;
        width:100%;
        font-size:8vw;
        text-align: center;
    }
    .catch_down {
        top: 175px;
    }
    .catch_area_txt {
        /*position:absolute;
        top:12%;
        left: calc(50% - 74.6666666667% / 2);*/
        font-size: 3.5vw;
        line-height: 1.8;
        /*width: 74.6666666667%;*/
        margin: 0 auto 25px;
        text-shadow: 1px 1px 2px #fff;
    }
    .txt_down {
        top: 25vw;
    }
    .catch_area_btn{
        /*position:absolute;
        top: 325px;
        left: calc(50% - 74.6666666667% / 2);
        width: 74.6666666667%;*/
    }
    .catch_area_btn_top{
        position:absolute;
        top: 210px;
        left: calc(50% - 74.6666666667% / 2);
        width: 74.6666666667%;
    }

    .catch_area_content {
        position:absolute;
        top:25vw;
        left: calc(50% - 74.6666666667% / 2);
        width: 74.6666666667%;
    }

    .catch_area_panels > div {
        width:100%;
    }
    .catch_area_panels {
        display:none;
    }

    /*#fade02 h1 {
      font-size:7.5vw;
        letter-spacing: -0.02em;
    }
    #fade02 h1 span {
        letter-spacing: -0.1em;
    }*/
    .main_logout_catch .btn {
        display: block;
        font-weight: bold;
        width: 74.6666666667%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .main_login_unit {
        /*float: none;*/
        display:block !important;
        opacity:1 !important;
        width: 100%;
        background: #000;
        margin-right: 0%;
        padding: 45px 32px 45px;
        position: relative;
        z-index: 5;
    }
    .main_login_input {
        font-size: 14px;
        font-size: 1.4rem;
        color: #fff;
        width: 100%;
        background: #4d4d4d;
        border: none;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        overflow:hidden;
        margin-bottom: 15px;
        padding: 15px 20px;
    }
    .password_unit {
        color: #fff;
        width: 95%;
        margin: 0 auto 35px;
    }
    .password_unit a {
        color: #fff;
    }
    .password_unit li {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .pass_save {
        float: left;
        width: 40%;
    }
    .main_login_unit .pass_save input {
        background: url(../img/login_input_bg.png) repeat;
        filter: alpha(opacity=50); /* internet explorer */
        -khtml-opacity: 0.5;      /* khtml, old safari */
        -moz-opacity: 0.5;       /* mozilla, netscape */
        opacity: 0.5;           /* fx, safari, opera */
        border: 1px solid #fff;
        width: 20px;
        height: 20px;

    }
    .pass_forget {
        float: right;
        width: 60%;
        text-align: right;
        padding-top: 3px;
    }
    .add_member {
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        text-align: center;
        padding-top: 30px;
    }
    .add_member .btn {
        padding: 6px 12px;
    }
    .main_login_unit .btn {
        width: 100%;
    }
    .main_logout_catch .btn {
      font-size: 16px;
    }
    .login .add_member .btn {
        padding: 7px 12px;
    }

    /* ===============================================
    #パネル
    =============================================== */
    .panel {
        width: 100%;
        margin: 0 auto 30px;
        display: block;
    }
    .panel_box {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        vertical-align: middle;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 1;
    }
    .panel_box_single {
        display: block;
        width: 100%;
        height: 500px;
        vertical-align: middle;
        margin-bottom: 70px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 1;
    }
    .panel_box_single.pc_none {
        height: inherit;
        margin-bottom:10px;
    }
    .panel_box_inner {
        padding: 0 8%;
    }
    .panel_box_single.pc_none.panel_invest {
        margin-bottom: 0;
        border-bottom: 1px solid #c9c9c8;
    }
    .panel_invest_inner {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding: 30px 0 20px 0;
    }
    .voice_02 .panel_invest_inner {
        padding-top: 0;
    }
    .voice_02 .panel_left_fix_btn {
        margin-bottom: 20px;
    }

    .panel_invest_inner .ttl_panel {
        margin-bottom: 0.5em;
    }
    .panel_invest_txt {
        font-size: 12px;
        font-size: 1.2rem;
        width: 100%;
    }
    .ttl_panel {
        text-align: center;
    }
    .panel_left_fix_btn {
        width: 97%;
        position: absolute;
        left: 0;
        bottom: 75px;
        z-index: 2;
    }
    .panel_left_fix_btn {
        width: 97%;
        position: inherit;
        left: inherit;
        bottom: inherit;
        z-index: 2;
    }
    .voice_message .panel_left_fix_btn .btn {
        font-weight: bold;
    }
    .bg_reason {
        padding-top: 120px;
        padding-bottom: 100px;
        height: inherit;
        background: url(../img/top_panel_reason.jpg) no-repeat 0 center;
        background-size: auto 105%;
    }
    .backup {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .bg_pickup {
        background: url(../img/top_panel_pickup_voice.jpg) no-repeat -270px center;
    }
    .bg_message {
        background: url(../img/top_panel_message.jpg) no-repeat left center;
    }
    .panel_service {
        width: 100%;
        height: inherit;
        min-height: 540px;
        margin: 0 auto 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: -800px bottom;
    }
    .panel_service .panel_box_inner {
        color: #fff;
        padding: 70px 0 0;
    }
    .panel_service .panel_box_inner .ttl_panel {
        font-size: 30px;
        font-size: 3.0rem;
        width: 93.3333333333%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .panel_service .panel_box_inner p {
        font-size: 14px;
        width: 76%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .panel_service .panel_box_inner .btn {
      font-weight: bold;
      padding: 4px 12px;
    }
    .voice_message {
        width: 100%;
        margin: 0 auto 60px;
        overflow: hidden;
    }
    .voice_message_left {
        float: none;
        width: 100%;
        margin-bottom: 70px;
    }
    .top_login .voice_message_left {
        margin-bottom:80px;
    }
    .voice_message_right {
        float: none;
        width: 100%;
    }

    .voice_message_inner {
        width: 100%;
        margin: 0 auto;
    }
    .voice_message_no {
        font-size: 14px;
        font-size: 1.4rem;
        position: absolute;
        left: 35px;
        bottom: 30px;
    }
    .voice_message_inner .list_2col_img_right_m_img {
        display: none;
    }
    .voice_message_inner .align_center.mb00 {
        margin:0 8%;
    }
    .voice_message_left .list_2col_img_right_m li:last-child {
        margin-bottom: 40px;
    }
    .list_2col_img_right_m li .mb00 {
        position:relative;
        min-height:30px;
    }
    .list_2col_img_right_m li .ico_area {
        position:absolute;
        left:0;
        top:0;
    }
    .list_2col_img_right_m li .pl20 {
        display:block;
        margin-left:100px;
        padding-top:4px;
    }


    /* ===============================================
    #2カラム　更新情報（セミナー情報など）
    =============================================== */
    .top_2col {
        width: 100%;
        margin: 0 auto 70px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .top_2col.properties_seminar {
        margin-bottom: 60px;
        padding-top: 60px;
    }

    .top_2col_box {
        float: none;
        width: 100%;
        margin: 0 auto 75px;
    }
    .top_2col_box:nth-child(2) {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .top_2col_box .align_center.mb00 {
        margin:0 8%;
    }
    .top_2col_box .frame_properties {
        width: 100%;
        height: 650px;
    }
    .top_2col_box .btn {
        margin-bottom:0;
        font-weight:bold;
    }

    /*セミナー*/
    .top_seminar .list_2col_img_right_m_img {
        display: none;
    }


    /* ===============================================
    #無料相談
    =============================================== */
    .free_consultation {
        text-align: center;
        padding: 0 0 15px;
    }
    .free_consultation .inner {
        padding-top: 50px;
    }
    .free_consultation_txt {
        margin-bottom: 30px;
        text-align: left;
    }
    .free_consultation_flow {
        width: 90%;
        background: none;
        margin: 0 auto;
        padding: 60px 0 60px;
    }
    .free_consultation_flow_txt {
        width: 90%;
        margin: 0 auto;
        display: block;
        background: url(../img/flow_kei.gif) 11px 10px no-repeat;
        text-align: left;
    }
    .free_consultation_flow_txt li {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        padding-right: 0;
        padding-bottom: 24px;
        letter-spacing: 0em;
        vertical-align: middle;
    }
    .free_consultation_flow_txt li:last-child {
        padding-right: 20px;
    }
    .fish_eye {
        display: inline-block;
        font-size: 24px;
        font-size: 2.4rem;
        vertical-align: middle;
        margin-left: -3px;
        padding-right: 7px;
        padding-left:3px;
        line-height: 1;
    }
    .fish_eye img {
        vertical-align:unset;
    }
    .blk_circle {
        display: inline-block;
        font-size: 10px;
        font-size: 1.0rem;
        vertical-align: middle;
        padding-right: 12px;
    }
    .flow_txt_02 {
        padding-left: 7px;
    }
    .flow_txt_03 {
        padding-left: 7px;
    }
    .flow_txt_04 {
        padding-left: 7px;
    }
    .flow_txt_05 {
        padding-left: 7px;
    }
    /* ===============================================
    #不動産コラム
    =============================================== */
    .top_2col.invest_news {
        margin-bottom: 80px;
    }
    .invest_column {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #ccc;
    }
    .invest_column_inner {
        width: 84.66666666670%;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .invest_column_txt {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-top: 0;
    }
    .btn_column li {
        display: block;
        text-align: center;
    }
    .btn_column li .btn {
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .btn_column_list {
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: bold;
        text-align: center;
        display: block;
        padding: 25px 0 5px;
        color: #BB0010;
    }
    .ttl_auther {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .column_title {
        display: block;
        font-size: 22px;
        margin-bottom: 1em;
    }
    .invest_auther_img {
        display: block;
        width: 36.8%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
     }
    .invest_auther_img img {
        width: 100%;
        height: auto;
    }
    .auther_name {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .column_article_title {
        font-size: 34px;
        font-size: 3.4rem;
        margin-bottom: 30px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }
    .invest_column_article {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 2.5em;
    }


}
