@charset "utf-8";
/* -------------------------------------------------Pagetitle */
#index_text {
    background: url("../img/office_desk_img/bg_pagetitle.jpg") center no-repeat;
}
#index_text .container {
    background: none;
}
#index_text .catch_wrap,
#index_text .catch_in {
    max-width: 555px;
    margin: 0 auto;
    position: relative;
}
#index_text .catch_wrap:before,
#index_text .catch_wrap:after,
#index_text .catch_in:before,
#index_text .catch_in:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
}
#index_text .catch_wrap:before {
    border-top: 10px solid #009e52;
    border-left: 10px solid #009e52;
    top: 0;
    left: 0;
}
#index_text .catch_wrap:after {
    border-bottom: 10px solid #009e52;
    border-right: 10px solid #009e52;
    bottom: 0;
    right: 0;
}
#index_text .catch_in:before {
    border-top: 10px solid #f8f852;
    border-right: 10px solid #f8f852;
    position: absolute;
    top: 0;
    right: 0;
}
#index_text .catch_in:after {
    border-bottom: 10px solid #f8f852;
    border-left: 10px solid #f8f852;
    bottom: 0;
    left: 0;
}
#index_text  .container .catch_main {
    font-size: 36px;
    font-weight: bold;
    padding: 30px 20px 0 20px;
    margin-bottom: 20px;
}
#index_text .catch_main span {
    display: block;
    color: #009e52;
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
}
#index_text .catch_subtx {
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px 30px;
}
@media print, screen and (max-width: 680px) {
    #index_text .container {
        background: none;
    }
}
@media print, screen and (min-width:768px) {
    #index_text .catch_wrap:before,
    #index_text .catch_wrap:after,
    #index_text .catch_in:before,
    #index_text .catch_in:after {
        width: 70px;
        height: 70px;
    }
    #index_text  .container .catch_main {
        font-size: 48px;
        padding: 30px 20px 0 20px;
        margin-bottom: 20px;
    }
    #index_text .catch_main span {
        font-size: 24px;
        margin-top: 10px;
    }
    #index_text .catch_subtx {
        font-size: 18px;
        padding: 0 20px 30px;
    }
}

/* -------------------------------------------------Content */
.lead {
    font-size: 17px;
    line-height: 1.8;
    margin-top: 30px;
}
@media print, screen and (min-width:768px) {
    .lead {
        font-size: 19px;
        margin-top: 60px;
    }
}
@media print, screen and (min-width:1200px) {
    .lead {
        text-align: center;
    }
}
@media print, screen and (min-width:768px) {
  #features .block .item .tx_box {
    width: calc(50% - 15px);
  }
  #features .block .item .ph_box {
    width: calc(50% - 15px);
  }
}
