@charset "UTF-8";
.idea {
    margin-bottom: 74px;
}
.idea_title {}
.idea_headline {
    font-family: "M PLUS 1p";
    text-align: center;
    line-height: 1;
    margin-bottom: 34px;
}
.idea_headline > small {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #494d51;
}
.idea_headline > b {
    display: block;
    font-weight: normal;
    font-size: 34px;
    color: #d8063d;
    margin-top: 12px;
}
.idea_sect {
    margin-bottom: 48px;
}
.idea_sect_in {
    max-width: 620px;
    margin: 0 auto;
    padding: 19px 0 28px;
}
.idea_text {}
.outline {
    margin-bottom: 75px;
}
.outline_title {}
.outline_box {}
.outline_table {}
.outline_table > tbody {}
.outline_table > tbody > tr {}
.outline_table > tbody > tr:nth-child(2n+1) {}
.outline_table > tbody > tr:last-child {}
.outline_table > tbody > tr > th {
    padding-left: 50px;
}
.outline_table > tbody > tr > td {}
.outline_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
}
.outline_list > li {
    width: 49%;
}
.outline_list > li:first-child {}
.outline_list > li:last-child {}
.outline_list > li:nth-child(2n+1) {}
.outline_list > li:nth-child(n+3) {}
.outline_list > li > a {
    display: flex;
    text-decoration: none;
    color: inherit;
    border: 1px solid #e6e6e6;
    height: 96px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition-duration: .3s;
    transition-property: padding-left;
}
.outline_list > li > a::before {
    content: "";
}
.outline_list > li > a::after {
    content: "";
}
.outline_list > li > a > img {}
.entry {}
.entry_title {}
.entry_box {}
.entry_sect {
    margin-bottom: 48px;
}
.entry_cols {
    display: flex;
}
.entry_sect:last-child {
    margin-bottom: 0;
}
.entry_col {}
.entry_col-no1 {
    min-width: 136px;
    width: 136px;
    margin-right: 41px;
}
.entry_headline {
    background: #f1ead2;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8f0526;
    font-size: 18px;
}
.entry_col-no2 {
    flex-grow: 1;
}
.entry_table {}
.entry_table > tbody {}
.entry_table > tbody > tr {}
.entry_table > tbody > tr:first-child {}
.entry_table > tbody > tr:last-child {}
.entry_table > tbody > tr > th {
    white-space: nowrap;
}
.entry_table > tbody > tr > td {}
.entry_text {
    margin-bottom: 17px;
    word-break: break-all;
}
.entry_list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.entry_list > li {
    width: 49%;
}
.entry_list > li:first-child {}
.entry_list > li:last-child {}
.entry_list > li:nth-child(2n+1) {}
.entry_list > li:nth-child(n+3) {}
.entry_list > li > a {
    display: flex;
    text-decoration: none;
    border: 1px solid #8f0526;
    color: #8f0526;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 15px;
    height: 56px;
    font-family: "M PLUS 1p";
    transition-duration: .3s;
    transition-property: background-color, color;
    font-weight: bold;
    line-height: 1;
}
.entry_list > li > a[href^="tel:"] {
    font-size: 19px;
}
.entry_list > li > a::before {
    content: "";
}
.entry_list > li > a::after {
    content: "";
}
.entry_list > li > a > .icon {
    font-size: 22px;
    display: block;
    margin-right: 10px;
}
@media screen and (min-width:1000px) {
    .outline_list > li > a:hover {
        padding-left: 20px;
    }
    .entry_list > li > a:not([href^="tel:"]):hover {
        background: #8f0526;
        color: #fff;
    }
}
@media screen and (max-width:999px) {
    .idea {}
    .idea_title {}
    .idea_headline {
        margin-bottom: 20px;
    }
    .idea_headline > small {}
    .idea_headline > b {}
    .idea_sect {}
    .idea_sect_in {
        padding: 10px 0;
    }
    .idea_text {}
    .outline {}
    .outline_title {}
    .outline_box {}
    .outline_table {}
    .outline_table > tbody {}
    .outline_table > tbody > tr {}
    .outline_table > tbody > tr:nth-child(2n+1) {}
    .outline_table > tbody > tr:last-child {}
    .outline_table > tbody > tr > th {
        padding-left: 10px;
    }
    .outline_table > tbody > tr > td {}
    .outline_list {}
    .outline_list > li {}
    .outline_list > li:first-child {}
    .outline_list > li:last-child {}
    .outline_list > li:nth-child(2n+1) {}
    .outline_list > li:nth-child(n+3) {}
    .outline_list > li > a {}
    .outline_list > li > a::before {}
    .outline_list > li > a::after {}
    .outline_list > li > a > img {}
    .entry {}
    .entry_title {}
    .entry_box {}
    .entry_sect {}
    .entry_cols {}
    .entry_sect:last-child {}
    .entry_col {}
    .entry_col-no1 {}
    .entry_headline {}
    .entry_col-no2 {}
    .entry_table {}
    .entry_table > tbody {}
    .entry_table > tbody > tr {}
    .entry_table > tbody > tr:first-child {}
    .entry_table > tbody > tr:last-child {}
    .entry_table > tbody > tr > th {}
    .entry_table > tbody > tr > td {}
    .entry_text {}
    .entry_list {}
    .entry_list > li {}
    .entry_list > li:first-child {}
    .entry_list > li:last-child {}
    .entry_list > li:nth-child(2n+1) {}
    .entry_list > li:nth-child(n+3) {}
    .entry_list > li > a {}
    .entry_list > li > a::before {}
    .entry_list > li > a::after {}
    .entry_list > li > a > .icon {}
}
@media screen and (max-width:767px) {
    .idea {
        margin-bottom: 45px;
    }
    .idea_title {}
    .idea_headline {
        margin-bottom: 15px;
    }
    .idea_headline > small {
        font-size: 14px;
    }
    .idea_headline > b {
        font-size: 20px;
        margin-top: 8px;
    }
    .idea_sect {
        margin-bottom: 25px;
    }
    .idea_sect_in {}
    .idea_text {}
    .outline {
        margin-bottom: 35px;
    }
    .outline_title {}
    .outline_box {}
    .outline_table {}
    .outline_table > tbody {}
    .outline_table > tbody > tr {}
    .outline_table > tbody > tr:nth-child(2n+1) {}
    .outline_table > tbody > tr:last-child {}
    .outline_table > tbody > tr > th {
        padding-left: 5px;
    }
    .outline_table > tbody > tr > td {}
    .outline_list {
        margin-top: 10px;
    }
    .outline_list > li {}
    .outline_list > li:first-child {}
    .outline_list > li:last-child {}
    .outline_list > li:nth-child(2n+1) {}
    .outline_list > li:nth-child(n+3) {}
    .outline_list > li > a {
        height: 60px;
        padding: 10px;
    }
    .outline_list > li > a::before {}
    .outline_list > li > a::after {}
    .outline_list > li > a > img {
        max-width: 150px;
        width: 100%;
    }
    .entry {}
    .entry_title {}
    .entry_box {}
    .entry_sect {
        margin-bottom: 25px;
    }
    .entry_cols {
        display: block;
    }
    .entry_sect:last-child {}
    .entry_col {
        min-width: 0;
        width: auto;
        margin: 0;
    }
    .entry_col-no1 {}
    .entry_headline {
        height: auto;
        font-size: 16px;
        padding: 7px 10px;
        margin-bottom: 10px;
    }
    .entry_col-no2 {}
    .entry_table {}
    .entry_table > tbody {}
    .entry_table > tbody > tr {}
    .entry_table > tbody > tr:first-child {}
    .entry_table > tbody > tr:last-child {}
    .entry_table > tbody > tr > th {}
    .entry_table > tbody > tr > td {}
    .entry_text {}
    .entry_list {
        display: block;
    }
    .entry_list > li {
        width: auto;
        margin-top: 10px;
    }
    .entry_list > li:first-child {}
    .entry_list > li:last-child {}
    .entry_list > li:nth-child(2n+1) {}
    .entry_list > li:nth-child(n+3) {}
    .entry_list > li > a {}
    .entry_list > li > a::before {}
    .entry_list > li > a::after {}
    .entry_list > li > a > .icon {}
}
