@charset "UTF-8";
.idea {}
.idea_title {}
.idea_cols {
    display: flex;
}
.idea_col {
    width: 50%;
}
.idea_col-no1 {}
.idea_image {}
.idea_image > img {}
.idea_col-no2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.idea_headline {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 12px;
}
.idea_msg {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 2.2;
}
.idea_cols-rev {
    flex-direction: row-reverse;
}
.idea_subhead {
    font-size: 22px;
}
.idea_text {
    text-align: center;
}
.about {}
.about_title {}
.about_table {}
.about_table > tbody {}
.about_table > tbody > tr {}
.about_table > tbody > tr:first-child {}
.about_table > tbody > tr:last-child {}
.about_table > tbody > tr > th {
    white-space: nowrap;
    width: 180px;
}
.about_table > tbody > tr > td {
    text-align: left;
    padding: 10px 20px;
}
.info {}
.info_title {}
.info_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.info_list > li {
    margin-left: 2%;
    width: 49%;
}
.info_list > li:first-child {}
.info_list > li:last-child {}
.info_list > li:nth-child(2n+1) {
    margin-left: 0;
}
.info_list > li:nth-child(n+3) {}
.info_list > li > a {
    display: block;
    padding: 11px 0;
}
.info_list > li > a::before {
    content: "";
}
.info_list > li > a::after {
    content: "";
}
.info_list > li > a > .icon {
    font-size: 150%;
    margin-left: 10px;
}
@media screen and (min-width:1000px) {
    .info_list > li > a:hover {}
}
@media screen and (max-width:999px) {
    .idea {}
    .idea_title {}
    .idea_cols {}
    .idea_col {}
    .idea_col-no1 {}
    .idea_image {}
    .idea_image > img {}
    .idea_col-no2 {}
    .idea_headline {
        font-size: 22px;
    }
    .idea_msg {
        font-size: 16px;
    }
    .idea_cols-rev {}
    .idea_subhead {
        font-size: 18px;
    }
    .idea_text {
        font-size: 12px;
        text-align: left;
    }
    .about {}
    .about_title {}
    .about_table {}
    .about_table > tbody {}
    .about_table > tbody > tr {}
    .about_table > tbody > tr:first-child {}
    .about_table > tbody > tr:last-child {}
    .about_table > tbody > tr > th {}
    .about_table > tbody > tr > td {}
    .info {}
    .info_title {}
    .info_list {}
    .info_list > li {}
    .info_list > li:first-child {}
    .info_list > li:last-child {}
    .info_list > li:nth-child(2n+1) {}
    .info_list > li:nth-child(n+3) {}
    .info_list > li > a {}
    .info_list > li > a::before {}
    .info_list > li > a::after {}
    .info_list > li > a > .icon {}
}
@media screen and (max-width:767px) {
    .idea {}
    .idea_title {}
    .idea_cols {
        display: block;
        margin-bottom: 20px;
    }
    .idea_col {
        width: auto;
    }
    .idea_col-no1 {}
    .idea_image {
        max-width: 540px;
        margin: 0 0 15px;
    }
    .idea_image > img {}
    .idea_col-no2 {}
    .idea_headline {
        font-size: 18px;
    }
    .idea_msg {
        font-size: 14px;
    }
    .idea_cols-rev {}
    .idea_subhead {
        font-size: 16px;
    }
    .idea_text {
        font-size: inherit;
    }
    .about {}
    .about_title {}
    .about_table {}
    .about_table > tbody {}
    .about_table > tbody > tr {}
    .about_table > tbody > tr:first-child {}
    .about_table > tbody > tr:last-child {}
    .about_table > tbody > tr > th {
        width: auto;
    }
    .about_table > tbody > tr > td {
        padding: 7px;
    }
    .info {}
    .info_title {}
    .info_list {
        display: block;
    }
    .info_list > li {
        width: auto;
        display: flex;
        margin: 0;
    }
    .info_list > li:first-child {}
    .info_list > li:last-child {}
    .info_list > li:nth-child(2n+1) {}
    .info_list > li:nth-child(n+3) {}
    .info_list > li > a {
        position: relative;
        z-index: 1;
        padding-right: 29px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .info_list > li > a::before {}
    .info_list > li > a::after {}
    .info_list > li > a > .icon {
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}