@charset "UTF-8";
.head-page .circle {
    color: #2E466C;
}
.head-page .bold {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 3px;
}
/*----------------------------------------case-list------------------------------*/
#case-list {
    margin-bottom: 80px;
}
#case-list #inner-1,
#case-list #inner-3 {
    border-top: solid 1px #bababa;
    border-bottom: solid 1px #bababa;
    scroll-margin-top: 80px;
}
#case-list #inner-2 {
    background-color: #f5f5f5;
    scroll-margin-top: 80px;
}
#case-list #inner-3 {
    margin-bottom: 80px;
}
#case-list .item {
    padding: 50px 20px;
    text-align: center;
}
#case-list .lable {
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    background-color: #2E466C;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 30px;
}
#case-list .detail {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
}
#case-list .detail .bold {
    font-weight: bold;
}
#case-list .detail .bold .numbers {
    font-size: 1.5rem;
    margin: 0 3px;
}
#case-list .assignment {
    text-align: left;
    margin-bottom: 30px;
}
#case-list .assignment .title {
    font-weight: bold;
    color: #2E466C;
    margin-bottom: 10px;
}
#case-list .assignment .text {
    line-height: 1.8;
}
#case-list .assignment .text span {
    color: #2E466C;
    font-weight: bold;
}
#case-list .measures {
    text-align: left;
    margin-bottom: 30px;
}
#case-list .measures .title {
    font-weight: bold;
    color: #2E466C;
    margin-bottom: 10px;
}
#case-list .measures .text {
    line-height: 1.8;
}
#case-list .measures .text span {
    color: #2E466C;
    font-weight: bold;
}
#case-list .result {
    max-width: 400px;
    margin: 0 auto;
}
#case-list .result .title {
    text-align: left;
    font-weight: bold;
    color: #2E466C;
    margin-bottom: 10px;
}
#case-list .result .text {
    text-align: left;
    margin-bottom: 20px;
}
#case-list .result .text span {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 3px;
}
#case-list .result .before-bar {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#case-list .result .before-bar p {
    font-size: 0.875rem;
}
#case-list .result .before-bar span {
    height: 30px;
    background-color: #bababa;
    overflow: hidden;
    margin: 0 15px;
}
#case-list .result .after-bar {
    text-align: left;
    display: flex;
}
#case-list .result .after-bar p {
    font-size: 0.875rem;
}
#case-list .result .after-bar span {
    height: 30px;
    background-color: #2E466C;
    overflow: hidden;
    margin: 0 15px;
}

/*---------------------------------------スマートフォン-----------------------------
----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
/*----------------------------------------case-list------------------------------*/
#case-list {
    margin-bottom: 50px;
}
#case-list .inner-3 {
    margin-bottom: 50px;
}
#case-list .item {
    padding: 30px 20px;
}
#case-list .lable {
    font-size: 1.125rem;
    padding: 10px 20px;
    margin-bottom: 20px;
}
#case-list .detail {
    margin-bottom: 20px;
}
#case-list .assignment {
    margin-bottom: 20px;
}
#case-list .assignment .title {
    margin-bottom: 5px;
}
#case-list .measures {
    margin-bottom: 20px;
}
#case-list .measures .title {
    margin-bottom: 5px;
}
#case-list .result .title {
    margin-bottom: 5px;
}
#case-list .result .text {
    margin-bottom: 20px;
}
#case-list .result .text span {
    font-size: 1.25rem;
}



}