@charset "UTF-8";


/* base */

.dcm_mng .inner {
    margin: auto 5%;
    width: 90%;
    max-width: 1220px;
}


@media screen and (min-width: 769px) {
    .dcm_mng .inner {
        margin: auto;
    }

    
}

@media screen and (max-width: 768px) {
    .dcm_mng .disp_pc{
        display: none;
    }
    .scroll_adj{
        padding-top: 90px;
        margin-top: -90px!important;
    }
}
@media screen and (min-width: 769px) {
    .dcm_mng .disp_sp{
        display: none;
    }
}

/* base title */
.dcm_mng h2 {
    margin: 50px 0 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.dcm_mng .title_h3 {
    margin: 50px auto 30px;
    text-align: center;
}
.dcm_mng .title_h3 h3 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 24px;
    color: #013364;
    font-size: 28px;
    font-weight: bold;
}
.dcm_mng .title_h3 h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 82px;
    height: 3px;
    background: #cc0034;
}
.dcm_mng .title_h3 h3 span {
    color: #013364;
    font-size: 24px;
}
.dcm_mng .title_h3 p {
    color: #013364;
    font-size: 16px;
}
@media screen and (min-width: 769px) {
    .dcm_mng h2 {
        font-size: 48px;
        margin: 100px 0 50px;
    }
    .dcm_mng .title_h3 {
        margin: 150px auto 50px;
    }
    .dcm_mng .title_gateway{
        margin: 0px auto 50px;
    }
    .dcm_mng .title_h3 h3 span {
        font-size: 30px;
    }
    .dcm_mng .title_h3 h3 {
        margin-bottom: 35px;
        padding-bottom: 35px;
        font-size: 48px;
    }
    .dcm_mng .title_h3 p {
        font-size: 24px;
    }
}

/* base conversion */
.dcm_mng .cv_box {
    margin: 70px auto;
    text-align: center;
}
.dcm_mng .cv_box p {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
}
.dcm_mng .cv_box a {
    display: block;
    margin: auto;
    max-width: 580px;
    background: #cc0034;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 4;
    border-radius: 5rem;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
    transition: .1s ease;
}
.dcm_mng .cv_box a:hover {
    transform: translateY(6px);
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}

.dcm_mng .box-width{
    margin: 70px 5%;
}

@media screen and (min-width: 769px) {
    .dcm_mng .cv_box a {
        font-size: 28px;
        line-height: 3;
    }
    .
}
/* スマホメニュー */
.dcm_mng .sp_menu {
    position: fixed;
    top: 65px;
    left: 0;
    padding: 25px 0;
    width: 100%;
    background: #013364;
    z-index: 500;
}
.dcm_mng .sp_menu.is-open {
    height: 100vh;
}
.dcm_mng .sp_menu .menu_box {
    display: flex;
    justify-content: space-between;
}
.dcm_mng .sp_menu .menu_box p {
    color: #fff;
    font-size: 24px;
}
.dcm_mng .sp_menu .menu_box .menu_btn {
    position: relative;
    padding: 18px 0;
    width: 56px;
    height: 40px;
}
.dcm_mng .sp_menu .menu_box .menu_btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 4px;
    background: #fff;
}
.dcm_mng .sp_menu.is-open .menu_box .menu_btn::before {
    top: 18px;
    transform: rotate(45deg);
}
.dcm_mng .sp_menu .menu_box .menu_btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 56px;
    height: 4px;
    background: #fff;
}
.dcm_mng .sp_menu.is-open .menu_box .menu_btn::after {
    bottom: 18px;
    transform: rotate(-45deg);
}
.dcm_mng .sp_menu .menu_box .menu_btn span {
    display: block;
    width: 56px;
    height: 4px;
    background: #fff;
}
.dcm_mng .sp_menu.is-open .menu_box .menu_btn span {
    display: none;
}
.dcm_mng .sp_menu .sp_nav {
    display: none;
    margin-top: 100px;
}
.dcm_mng .sp_menu.is-open .sp_nav {
    display: block;
}
.dcm_mng .sp_menu .sp_nav li {
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: solid 1px #fff;
}
.dcm_mng .sp_menu .sp_nav li a {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 50px;
}
.dcm_mng .sp_menu .sp_nav li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
.dcm_mng .sp_menu .sp_nav li a span {
    color: #fff;
    font-size: 4vw;
}
.dcm_mng .sp_menu .sp_nav li a span small {
    margin-left: 20px;
    color: #fff;
    font-size: 2.5vw;
}




/* メインビジュアル */
.dcm_mng .mng_mv {
    padding: 140px 0 70px;
    background: url(/content/dam/nttcom/hq/jp/business/services/managed_services/lp/managed/img/mv_bg_sp.png) no-repeat center top /cover;
    text-align: center;
    background-size: contain;
    background-position: 0px 30px;
}
.dcm_mng .mng_mv p {
    color: #013364;
    font-size: 3.4vw;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.dcm_mng .mng_mv h1 {
    margin: 15px auto 25px;
    color: #013364;
    font-size: 6.5vw;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.dcm_mng .mng_mv a {
    display: inline-block;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    background: #cc0034;
    color: #fff;
    font-size: 4.2vw;
    font-weight: bold;
    text-align: center;
    border: solid 3px #fff;
    border-radius: 5em;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
    transition: .1s ease;
}
.dcm_mng .mng_mv a:hover {
    transform: translateY(6px);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);

}
@media screen and (min-width: 769px) {
    .dcm_mng .mng_mv {
        padding: 350px 0 70px;
        background-image: url(/content/dam/nttcom/hq/jp/business/services/managed_services/lp/managed/img/mv_bg.png);
        text-align: left;
        background-size: cover;
        background-position: 0px 0px;
    }
    .dcm_mng .mng_mv p {
        font-size: 26px;
        
    
    }
    .dcm_mng .mng_mv h1 {
        font-size: 60px;
        text-align: left;
        text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    }
    
    .dcm_mng .mng_mv a {
        padding: 20px;
        max-width: 390px;
        font-size: 24px;
        border: solid 3px #fff;
    }
}

/* PCメニュー */
.dcm_mng .mng_nav {
    margin: 30px auto 0;
}
.dcm_mng .mng_nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.dcm_mng .mng_nav ul li {
    width: calc((100% - 60px) / 4);
    border-radius: 5px;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.dcm_mng .mng_nav ul li a {
    position: relative;
    display: block;
    padding-bottom: 25px;
}
.dcm_mng .mng_nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    bottom: 10px;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 3px solid #013d78;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
.dcm_mng .mng_nav ul li a span {
    display: block;
    padding: 15px 5px;
    background: #013d78;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}

.dcm_mng .mng_nav ul li:hover {
    transform: translateY(6px);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}


.dcm_mng .mng_nav ul li a span small {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.dcm_mng .lead_text {
    font-size: 16px;
    line-height: 1.7;
}
.dcm_mng .lead_text span {
    padding: 0 5px;
    background: linear-gradient(transparent 70%, #ffed75 70%);
    color: #cc0034;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (min-width: 769px) {
    .dcm_mng .lead_text {
        font-size: 18px;
        text-align: center;
    }
    .dcm_mng .lead_text span {
        font-size: 22px;
    }
}

/* サービス４つの特長 */
.dcm_mng .features {
    margin-top: 120px;
    padding: 60px 0 90px;
    background: #aedde6 url(/content/dam/nttcom/hq/jp/business/services/managed_services/lp/managed/img/features_bg.png);
    border-radius: 60px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.dcm_mng .features .title_h3 {
    margin-top: 0 !important;
}
.dcm_mng .features .title_h3 h3 {
    color: #373737;
}
.dcm_mng .features .title_h3 p {
    color: #fff;
}
.dcm_mng .features h4 {
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
}
.dcm_mng .features h4 img {
    margin-bottom: 25px;
}
.dcm_mng .features h4 span {
    color: #cc0034;
    background: linear-gradient(transparent 70%, #ffed75 70%);
}
@media screen and (min-width: 769px) {
    .dcm_mng .features {
        margin-top: 120px;
        padding: 150px 0 90px;
    }
    .dcm_mng .features h4 {
        font-size: 32px;
    }
}

.dcm_mng .features .features_item {
    margin-bottom: 60px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}
.dcm_mng .features .features_item:last-child {
    margin-bottom: 0;
}
.dcm_mng .features .features_item p {
    font-size: 16px;
    line-height: 2;
}
@media screen and (min-width: 769px) {
    .dcm_mng .features .features_item {
        padding: 40px;
    }
    .dcm_mng .features .features_item p {
        font-size: 16px;
    }
}

/* サービス４つの特長 01 */
.dcm_mng .features .features_item.item01 > div figure {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .dcm_mng .features .features_item.item01 > div {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .dcm_mng .features .features_item.item01 > div figure {
        margin: -35px auto 0;
        width: 370px;
    }
    .dcm_mng .features .features_item.item01 > div p {
        width: calc(100% - 40px - 370px);
    }
}

/* サービス４つの特長 02 */
.dcm_mng .features .features_item.item02 .box_gray {
    margin: 45px 0 25px;
    padding: 25px;
    background: #eee;
    text-align: center;
}
.dcm_mng .features .features_item.item02 .box_gray h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.dcm_mng .features .features_item.item02 .box_gray p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
}
.dcm_mng .features .features_item.item02 .box_gray ul {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.dcm_mng .features .features_item.item02 .box_gray li {
 padding-top: 1rem;
}

.dcm_mng .features .features_item.item02 .box_gray ul li span {
    display: block;
}
.dcm_mng .features .features_item.item02 .box_price {
    text-align: center;
}
.dcm_mng .features .features_item.item02 .box_price h5 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.dcm_mng .features .features_item.item02 .box_price h5 span {
    border-bottom: solid 1px #333;
    font-size: 24px;
}
.dcm_mng .features .features_item.item02 .box_price table {
    margin-top: 25px;
    width: 100%;
}
.dcm_mng .features .features_item.item02 .box_price table th ,
.dcm_mng .features .features_item.item02 .box_price table td {
    text-align: center;
    border: none;
    border-bottom: solid 1px #acacac;
}
.dcm_mng .features .features_item.item02 .box_price table th {
    font-weight: bold;
}
.dcm_mng .features .features_item.item02 .box_price table thead th {
    background: #acacac;
    color: #fff;
}
@media screen and (min-width: 769px) {
    .dcm_mng .features .features_item.item02 > div {
        padding: 0 90px;
    }
    .dcm_mng .features .features_item.item02 .box_gray h5 {
        font-size: 22px;
    }
    .dcm_mng .features .features_item.item02 .box_gray ul {
        flex-direction: row;
    }
    .dcm_mng .features .features_item.item02 .box_gray ul li {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .dcm_mng .features .features_item.item02 .box_gray ul li span {
        margin-left: 15px;
    }
    .dcm_mng .features .features_item.item02 .box_price h5 {
        font-size: 24px;
    }
    .dcm_mng .features .features_item.item02 .box_price table td:last-child {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .dcm_mng .features .features_item.item02 .box_price table td,
    .dcm_mng .features .features_item.item02 .box_price table th{
        padding: 6px 2px;
    }
    .dcm_mng .features .features_item.item02 .box_price table thead td{
        font-weight: bold;
    } 

    .dcm_mng .features .features_item.item02 .box_price table thead th, 
    .dcm_mng .features .features_item.item02 .box_price table tbody th{
        background: #acacac;
        color: #fff;
    }



}

/* サービス４つの特長 03 */
.dcm_mng .features .features_item.item03 > figure {
    text-align: center;
}
.dcm_mng .features .features_item.item03 > div {
    margin-bottom: 25px;
}
.dcm_mng .features .features_item.item03 > div figure {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .dcm_mng .features .features_item.item03 > div {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .dcm_mng .features .features_item.item03 > div figure {
        margin: -35px auto 0;
        width: 430px;
    }
    .dcm_mng .features .features_item.item03 > div p {
        width: calc(100% - 40px - 430px);
    }
}

/* サービス４つの特長 04 */
.dcm_mng .features .features_item.item04 > div:first-of-type h5 {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.dcm_mng .features .features_item.item04 > div:first-of-type figure {
    margin-top: 40px;
    text-align: center;
}
.dcm_mng .features .features_item.item04 > div.box_case {
    position: relative;
    margin-top: 40px;
    padding: 0px 20px;
    border: dotted 2px #013364;
    border-radius: 10px;
    cursor: pointer;
}
.dcm_mng .features .features_item.item04 > div.box_case h5 {
    margin-bottom: 30px;
    color: #013364;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.dcm_mng .features .features_item.item04 > div.box_case h5 span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcm_mng .features .features_item.item04 > div.box_case h5 span img {
    margin-right: 12px;
    max-width: 35%;
}
.dcm_mng .features .features_item.item04 > div.box_case h5 span small {
    color: #013364;
    font-size: 18px;
    text-align: left;
}
.dcm_mng .features .features_item.item04 > div.box_case > div {
    display: none;
}
.dcm_mng .features .features_item.item04 > div.box_case > div.is-open {
    display: block;
}
.dcm_mng .features .features_item.item04 > div.box_case > div p {
    margin-bottom: 20px;
}
.dcm_mng .features .features_item.item04 > div.box_case > div figure {
    text-align: center;
}
.dcm_mng .features .features_item.item04 > div.box_case .arrow {
    position: relative;
    display: block;
    margin-top: 20px;
    height: 22px;
    cursor: pointer;
}
.dcm_mng .features .features_item.item04 > div.box_case .arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    top: 0;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    width: 15px;
    height: 15px;
    border: 3px solid #013d78;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
.dcm_mng .features .features_item.item04 > div.box_case .arrow.is-open::after {
    transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
    .dcm_mng .features .features_item.item04 > div:first-of-type {
        padding: 0 90px;
        text-align: center;
    }
    .dcm_mng .features .features_item.item04 > div:first-of-type h5 {
        font-size: 24px;
    }
    .dcm_mng .features .features_item.item04 > div.box_case {
        padding: 35px 60px;
    }
    .dcm_mng .features .features_item.item04 > div.box_case h5 span small {
        font-size: 22px;
    }
    .dcm_mng .features .features_item.item04 > div.box_case h5 span img {
        margin-right: 25px;
        max-width: 100%;
    }
}

/* メリット */
.dcm_mng .merit {
    padding-bottom: 170px;
    background: url(/content/dam/nttcom/hq/jp/business/services/managed_services/lp/managed/img/mert_bg.png) no-repeat center bottom -90px;
}
.dcm_mng .merit .merit_list {
    padding: 0 20px;
}
.dcm_mng .merit ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 2;
}
.dcm_mng .merit ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 0;
    transform: rotate(135deg);
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    width: 20px;
    height: 13px;
    border: 5px solid #cc0034;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
@media screen and (min-width: 769px) {
    .dcm_mng .merit {
        background-size: contain;
    }
    .dcm_mng .merit .merit_list {
        padding: 0 90px;
    }
    .dcm_mng .merit ul li {
        font-size: 18px;
    }
    .dcm_mng .merit ul li::before {
        top: 8px;
}
}

/* ユースケース */
.dcm_mng .usecase {
    background: #5db0bd;
    border-radius: 60px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.dcm_mng .usecase .title_h3 h3 {
    color: #fff;
}
.dcm_mng .usecase .title_h3 p {
    color: #fff;
}
.dcm_mng .usecase .usecase_item {
    padding: 50px 30px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
.dcm_mng .usecase .usecase_item .sub_title {
    display: inline-block;
    margin-bottom: 30px;
    border: solid 1px #013364;
    border-radius: 5px;
}
.dcm_mng .usecase .usecase_item .sub_title > div {
    display: flex;
}
.dcm_mng .usecase .usecase_item .sub_title p {
    padding: 5px 15px;
    color: #013364;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 22px;
}
.dcm_mng .usecase .usecase_item .sub_title p + p {
    background: #013364;
    color: #fff;
    font-size: 22px;
    font-style: normal;
}
.dcm_mng .usecase .usecase_item h4 {
    margin-bottom: 25px;
    color: #013364;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.dcm_mng .usecase .usecase_item p {
    text-align: left;
    font-size: 16px;
    line-height: 2;
}
.dcm_mng .usecase .usecase_item figure {
    margin-top: 30px;
}
.dcm_mng .usecase .usecase_item figure img {
    margin: auto;
}
@media screen and (min-width: 769px) {
    .dcm_mng .usecase .usecase_item {
        text-align: left;
        padding: 70px 50px;
    }
    .dcm_mng .usecase .usecase_item:not(.noFlex) {
        display: flex;
        justify-content: space-between;
        padding: 100px 80px;
        height: 607px!important;
    }
    .dcm_mng .usecase .usecase_item:not(.noFlex) > div {
        width: 50%;
    }
    .dcm_mng .usecase .usecase_item:not(.noFlex) > figure {
        width: 45%;
    }

    .dcm_mng .usecase .usecase_item h4 {
        font-size: 36px;
        
    }
    .dcm_mng .usecase .usecase_item p {
        font-size: 16px;
    }

    .bx-wrapper {
        margin: 0px auto 140px;
    }
    .bx-wrapper .bx-viewport {
        height: 627px;
    }
}
/* ユースケースのスライドカスタマイズ */
.dcm_mng .usecase .bx-pager {
    width: auto !important;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.dcm_mng .usecase .bx-prev {
    top: auto;
    bottom: -35px;
    left: 20%;
    background-image: url(/content/dam/nttcom/hq/jp/business/services/managed_services/lp/managed/img/usecase_slider_icon.png);
}
.dcm_mng .usecase .bx-next {
    top: auto;
    bottom: -35px;
    right: 20%;
    background-image: url(/content/dam/nttcom/hq/jp/business/services/managed_services/lp/managed/img/usecase_slider_icon.png);
}
.dcm_mng .usecase .bx-controls-auto {
    right: 5% !important;
}
.dcm_mng .usecase .bx-controls-auto .bx-start ,
.dcm_mng .usecase .bx-controls-auto .bx-stop {
    background-image: url(/content/dam/nttcom/hq/jp/business/services/managed_services/lp/managed/img/usecase_slider_icon.png);
}
.dcm_mng .usecase .bx-wrapper .bx-pager.bx-default-pager a:hover,
.dcm_mng .usecase .bx-wrapper .bx-pager.bx-default-pager a.active {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    transform: none;
}
.dcm_mng .usecase .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 7px;
    width: 6px;
    height: 6px;
    background: #fff;
    transform: translateY(-2px);
}

.bx-wrapper .bx-controls-direction a {
    z-index: 300!important;
}

@media screen and (min-width: 769px) {
    .dcm_mng .usecase .bx-prev {
        left: 35%;
    }
    .dcm_mng .usecase .bx-next {
        right: 35%;
    }
    .dcm_mng .usecase .bx-controls-auto {
        right: 27% !important;
    }
}

/* ゲートウェイラインナップ */
.dcm_mng .lineup {
    padding: 120px 0 70px;
    background: #efefef;
    border-radius: 60px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
}
.dcm_mng .lineup .title_h3 h3 {
    color: #333;
}
.dcm_mng .lineup .title_h3 p {
    color: #333;
}
.dcm_mng .lineup .lineup_lead {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 2;
}
.dcm_mng .lineup .lineup_list {
    display: flex;
    gap: 60px;
}
.dcm_mng .lineup .lineup_list li {
    width: 410px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
}
.dcm_mng .lineup .lineup_list li h4 {
    padding: 15px 10px;
    background: #cc0034;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.dcm_mng .lineup .lineup_list li figure {
    padding: 30px 10px 20px;
}
.dcm_mng .lineup .lineup_list li h5 {
    font-size: 39px;
    font-weight: bold;
    line-height: 1;
}
.dcm_mng .lineup .lineup_list li h5 span {
    font-size: 21px;
    font-weight: normal;
}
.dcm_mng .lineup .lineup_list li > p:first-of-type {
    margin: 0 10px;
    padding: 5px;
    background: #efefef;
    font-size: 21px;
    border-radius: 10px;
}
.dcm_mng .lineup .lineup_list li > p:last-of-type {
    padding: 10px 10px 30px;
    font-size: 24px;
    font-weight: bold;
}
.dcm_mng .lineup .lineup_list li .list_more {
    display: none;
}
.dcm_mng .lineup .lineup_list li .list_more.is-open {
    display: block;
    padding: 10px 10px 30px;
    border-top: solid 1px #ddd;
}

.dcm_mng .lineup .list_contents {
    border-top: 1px solid #ddd;
    padding: 0px 0 15px 0px;
    margin: 0px 20px 00px 20px;
}

.dcm_mng .lineup .lineup_list li .list_more h6 {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: bold;
}
.dcm_mng .lineup .lineup_list li .list_more p {
    font-size: 21px;
}
.dcm_mng .lineup .lineup_list li .list_more dl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.dcm_mng .lineup .lineup_list li .list_more dl dt {
    width: 40%;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
}
.dcm_mng .lineup .lineup_list li .list_more dl dd {
    width: 55%;
    font-size: 21px;
    text-align: left;
}
.dcm_mng .lineup .arrow {
    position: relative;
    display: block;
    margin-top: 50px;
    height: 50px;
    cursor: pointer;
}
.dcm_mng .lineup .arrow::before {
    content: "View more";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    line-height: 1;
    width: 100px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
.dcm_mng .lineup .arrow.is-open::before {
    content: "Close";
}
.dcm_mng .lineup .arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    bottom: 0;
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    width: 23px;
    height: 23px;
    border: 5px solid #373737;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
.dcm_mng .lineup .arrow.is-open::after {
    transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
    .dcm_mng .lineup {
        padding: 10px 0 70px;
    }
    .dcm_mng .lineup .lineup_lead {
        font-size: 16px;
    }
    .dcm_mng .lineup .lineup_box {
        position: relative;
    }
    .dcm_mng .lineup .lineup_box > div {
        padding-bottom: 10px;
        overflow-x: scroll;
    }
    .dcm_mng .lineup .lineup_box .lineup_prev ,
    .dcm_mng .lineup .lineup_box .lineup_next {
        display: block;
        position: absolute;
        top: 100px;
        left: -10px;
        width: 60px;
        height: 60px;
        background: #013364;
        color: #fff;
        z-index: 1;
    }
    .dcm_mng .lineup .lineup_box .lineup_next {
        left: auto;
        right: -10px;
    }
    .dcm_mng .lineup .lineup_box .lineup_prev::before ,
    .dcm_mng .lineup .lineup_box .lineup_next::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-135deg);
        vertical-align: middle;
        line-height: 1;
        width: 15px;
        height: 15px;
        border: 3px solid #fff;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
    }
    .dcm_mng .lineup .lineup_box .lineup_next::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .dcm_mng .lineup .lineup_box .lineup_list {
        width: calc(410px * 4 + 60px * 3);
    }
}
@media screen and (min-width: 769px) {
    .dcm_mng .lineup .lineup_lead {
        font-size: 16px;
        text-align: center;
    }
    .dcm_mng .lineup .lineup_list {
        gap: 20px;
    }
    .dcm_mng .lineup .lineup_list li {
        width: calc((100% - 60px) / 4);
    }
    .dcm_mng .lineup .lineup_list li h4 {
        font-size: 16px;
    }
    .dcm_mng .lineup .lineup_list li h5 {
        font-size: 25px;
    }
    .dcm_mng .lineup .lineup_list li h5 span {
        font-size: 14px;
    }
    .dcm_mng .lineup .lineup_list li > p:first-of-type {
        font-size: 14px;
    }
    .dcm_mng .lineup .lineup_list li > p:last-of-type {
        font-size: 16px;
    }
    .dcm_mng .lineup .lineup_list li .list_more h6 {
        font-size: 18px;
    }
    .dcm_mng .lineup .lineup_list li .list_more p {
        font-size: 18px;
    }
    .dcm_mng .lineup .lineup_list li .list_more dl dt {
        font-size: 18px;
    }
    .dcm_mng .lineup .lineup_list li .list_more dl dd {
        font-size: 18px;
    }
}

/* よくあるご質問 */
.dcm_mng .dcm_faq {
    padding: 0 0 150px;
}
.dcm_mng .dcm_faq .faq_list {
}
.dcm_mng .dcm_faq .faq_list dl {
    margin-bottom: 25px;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.dcm_mng .dcm_faq .faq_list dl dt {
    position: relative;
    padding: 0 50px;
    font-size: 16px;
    line-height: 1.8;
    cursor: pointer;
}
.dcm_mng .dcm_faq .faq_list dl dt::before {
    content: "Q";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    color: #013364;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.dcm_mng .dcm_faq .faq_list dl dt::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    color: #fff;
    vertical-align: middle;
    line-height: 1;
    width: 15px;
    height: 15px;
    border: 3px solid #013d78;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
}
.dcm_mng .dcm_faq .faq_list dl dt.is-open::after {
    transform: translateY(-50%) rotate(135deg);
}
.dcm_mng .dcm_faq .faq_list dl dd {
    display: none;
    position: relative;
    margin-top: 20px;
    padding-top: 15px;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.8;
    border-top: dotted 1px #013364;
}
.dcm_mng .dcm_faq .faq_list dl dd.is-open {
    display: block;
}
.dcm_mng .dcm_faq .faq_list dl dd::before {
    content: "A";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    color: #cc0034;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.dcm_mng .dcm_faq .faq_list a{
    text-decoration: underline;
    color: #004386;
}

.dcm_mng .dcm_faq .faq_list a:hover{
    text-decoration: underline;
    color: #CC023A;;
}


@media screen and (min-width: 769px) {
    .dcm_mng .dcm_faq .faq_list dl dt ,
    .dcm_mng .dcm_faq .faq_list dl dd {
        font-size: 18px;
    }

    .dcm_mng .dcm_faq .faq_list dl {      
        padding: 30px 60px;
       
    }
}