@charset "utf-8";

.card-layout-container {
	display: flex;
	flex-flow: column nowrap;
}
.card-layout-container .flexible-content {
	flex: 1 1 auto;
}

.dotline {
	margin: 0.5em 0;
	border-bottom: 1px dotted #2068ca;
}

/* 機能紹介 */
@media (min-width: 767.98px) {
    .feature-content {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
    }
    .feature-content-title {
        width: 30%;
        padding: 0.25em;
    }
    .feature-content-title-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0.25em;
        border-radius: 1em;
        background-color: #555;
        color: white;
        font-size: 1.2em;
        text-align: center;
    }
    .feature-content-description {
        width: 70%;
        padding: 0.5em;
    }
}
@media (max-width: 767.98px) {
    .feature-content {
        width: 100%;
        display: flex;
        flex-flow: column wrap;
    }
    .feature-content-title {
        width: 100%;
        padding: 0.1em;
    }
    .feature-content-title-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0.25em;
        border-radius: 1em;
        background-color: #555;
        color: white;
        font-size: 1.2em;
        text-align: center;
    }
    .feature-content-description {
        width: 100%;
        padding: 0.1em;
    }
}
/* 各機能へのリンクボタン */
.feature-list-container {
    display: flex;
    flex-flow: row wrap;
}
.link-to-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2em;
    width: 130px;
    height: 38px;
    border: 1px solid #0169B8;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-radius: 5px;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    color: black;
    background-color: white;
    text-align: center;
}
.long-name-feature {
    width: 165px;
}
.link-to-feature:hover {
    color: #0169B8;
}
.currently-selected {
    background-color: darkgray;
    color: white;
}
.currently-selected:hover {
    color: white;
}
.blue-arrow-in-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2em;
    width: 5px;
    height: 38px;
    background-image: url(/images/legacy/arrow_blue.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.feature-title {
    margin: 1em 0 0.5em 0;
    border-bottom: 3px solid #2965b6;
    padding:0 0 0 0.2em;
    color: #1A78BF;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 2;
}
.feature-intro-title {
    margin: 1em 0 0.5em 0;
    border-bottom: 3px solid #2965b6;
    padding:0 0 0 0.5em;
    color: #333;
    font-size: 19px;
    font-weight: 700;
    line-height: 2;
}
.feature-caption-middle {
    margin-left: 0.5em;
    color: #555;
    font-weight: 700;
    line-height: 1.6em;
}
.feature-caption-mini-title {
    width: 100%;
    padding: 0.1em 0.5em;
    margin: 0.5em 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5;
    background-color: #555;
    color: white;
    border-radius: 0.5em;
}
ul.one-point {
    margin: 0;
    padding: 0.5em 0 0.5em 2em;
    color: #1A78BF;
    font-weight: 700;
}
.feature-caption {
    color: #0169B8;
    font-weight: 700;
    line-height: 1.6em;
}
.feature-caption ul {
    padding-left: 2em;
    margin-bottom: 1em;
}
.feature-content-description ul {
	padding-left: 2em;
}
.feature-caption>ul,
.feature-caption>ul>li,
ul.one-point,
ul.one-point li,
.feature-content-description ul,
.feature-content-description li {
    list-style-type: disc;
}
.feature-caption ul.nested-list,
.feature-caption ul.nested-list>li {
   list-style-type: circle;
}
.feature-caption ul.side-by-side {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.feature-caption ul.side-by-side li {
    padding-right: 2em;
    list-style: none;
}
.feature-caption ul.side-by-side>li::before {
    content: '・';
}

/* 前リンク, 次リンク */

.previous-next-page-link .previous,
.previous-next-page-link .next {
    display: block;
}
.previous-next-page-link .previous {
    background: url("/images/legacy/products/leftarrow.gif");
    background-repeat: no-repeat;
    padding: 9px 0 0 41px;
    min-height: 37px;
    text-align: left;
}
.previous-next-page-link .next {
    background: url("/images/legacy/products/rightarrow.gif");
    background-repeat: no-repeat;
    background-position: right;
    padding: 9px 41px 0 0;
    min-height: 37px;
    text-align: right;
}
@media (min-width: 767.98px) {
    .previous-next-page-link {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .previous-next-page-link .previous,
    .previous-next-page-link .next {
        width: 50%;
    }
}
@media (max-width: 767.98px) {
    .previous-next-page-link {
        width: 100%;
        display: flex;
        flex-flow: column wrap;
    }
    .previous-next-page-link .previous,
    .previous-next-page-link .next {
        width: 100%;
    }
}
/* +Desgin */
.dsn-summary {
    margin: 1em 0;
    color: #03C4C4;
    font-size: 1.2em;
}
ul.what-is-bi,
ul.what-is-bi li {
    list-style-type: disc;
}
ul.what-is-bi {
    padding-left: 2em;
}
/* Sweet TEST */
.test-summary {
    margin: 1em 0;
    color: #E23D4D;
    font-size: 1.2em;
}
/* Sweet Messenger */
.msgr-summary {
    margin: 1em 0;
    color: #9900FF;
    font-size: 1.2em;
}
ul.msgr-summary-list,
ul.msgr-summary-list li {
    list-style-type: disc;
}
ul.msgr-summary-list {
    padding-left: 2em;
}

/* SeatManager */
.seat-summary {
    margin: 1em 0;
    color: #00BA00;
    font-size: 1.2em;
}
/* Sweet Grp */
.grp-summary {
    margin: 1em 0;
    color: #47C9E5;
    font-size: 1.2em;
}
/* Sweet PPM */
.ppm-summary {
    margin: 1em 0;
    color: #294DB6;
    font-size: 1.2em;
}