@charset "utf-8";
/* CSS Document */

/*******
common
********************************/
#mainContent {
    min-width: auto !important;
}
#contents h2 {
    font-size: 38px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5.42%;
}
#contents h3 {
    color: #0F1ED2;
    font-size: 32px;
    text-align: center;
}
#contents h3 span {
    display: block;
    color: #0E1A35;
    font-size: 20px;
}
[class*="sec0"] .inr {
    max-width: 1220px;
    line-height: 1.6;
    color: #0E1A35;
    padding: 120px 10px;
    margin: 0 auto;
}
[class*="sec0"] .inr img {
    max-width: 100%;
    height: 100%;
}
[id*="sec0"] {
    margin-top: -141px;
    padding-top: 141px;
}
#contents .pc {
    display: block;
}
#contents .sp {
    display: none;
}
/* contact */
#contents .contact {
    text-align: center;
}
#contents .contact-text {
    font-size: 32px;
    font-weight: bold;
}
#contents .contact a {
    display: block;
    width: 312px;
    background-color: #fff;
    background-image: url(/service/industry/hospital/smartphone/img/contact_icon_blue.webp);
    background-repeat: no-repeat;
    background-size: 22px 16px;
    background-position: 33px center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding: 13px 0 11px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0 auto;
}
#contents .contact a:link {
    color: #0F1ED2;
}
#contents .contact a:hover {
    color: #fff;
    background-color: #0F1ED2;
    background-image: url(/service/industry/hospital/smartphone/img/contact_icon_white.webp);
}
#contents .contact a:visited {
    color: #0F1ED2;    
}
#contents .contact .btn-blue a {
    background-color: #0F1ED2;
    background-image: url(/service/industry/hospital/smartphone/img/contact_icon_white.webp);
    border: 1px solid #0F1ED2;
}
#contents .contact .btn-blue a:link {
    color: #fff;    
}
#contents .contact .btn-blue a:hover {
    color: #0F1ED2;
    background-color: #fff;
    background-image: url(/service/industry/hospital/smartphone/img/contact_icon_blue.webp);
}
#contents .contact .btn-blue a:visited {
    color: #fff;    
}

/*******
nav
********************************/
#contents .nav.fixed {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    height: auto;
    z-index: 999;
}
#contents .nav {
    background: #fff;
    border-top: 1px solid #C5CCD9;
    border-bottom: 1px solid #C5CCD9;
}
#contents .nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
#contents .nav li:not(:last-child) {
    margin-right: 90px;
}
#contents .nav li a {
    display: block;
    position: relative;
    color: #0F1ED2;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 0 10px;
}
#contents .nav li a::before {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    width: 0.5em;
    height: 0.5em;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #0f1ed2;
    border-bottom: 2px solid #0f1ed2;
}
#contents .nav li a:hover {
    opacity: 0.7;
}

/*******
mv
********************************/
#contents .mv {
    background: #fff url(/service/industry/hospital/smartphone/img/mv_img_pc.webp) no-repeat top right;
    background-size: auto 100%;
}
#contents .mv-inr {
    max-width: 1200px;
    padding: 4.95% 10px 4.43%;
    margin: 0 auto;
}
#contents .mv .lead01 {
    background: #0F1ED2;
    color: #fff;
    font-size: 18px;
    padding: 6px 10px 5px;
    margin: 0;
}
#contents .mv .lead01 span {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
#contents .mv .lead02 {
    font-size: 20px;
}
#contents .fv-btn {
    display: flex;
}
#contents .fv-btn a {
    width: 312px;
    font-size: 20px;
    padding: 14px 53px 14px 31px;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
    background: #0f1ed2;
    border: 1px solid #0f1ed2;
    line-height: 1.3;
    text-decoration: none;
    word-wrap: break-word;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .2s ease;
}
#contents .fv-btn a::before {
    background-image: url(/nf_global/v3/common/img/2021/icn/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: calc(50% - 12px);
    right: 26px;
    bottom: auto;
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    content: "";
    transition: .2s ease;    
}
#contents .fv-btn a:hover::before {
    right: 14px;
    left: auto;    
}
#contents .fv-btn a:link,
#contents .fv-btn a:visited {
    color: #fff;
}
#contents .fv-btn a:hover {
    background: #2c69ff;
    border: 1px solid #2c69ff; 
}

/*******
section
********************************/
/* sec01 */
#contents .sec01 .inr{
    max-width: none;
    background: #EFF2F6;
}
#contents .sec01 h3 {
    margin-bottom: 65px;
}
#contents .container-ttl {
    max-width: 448px;
    background: #0F1ED2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;
    margin: 0 auto;
    border-radius: 8px;
}
#contents .sec01-container {
    max-width: 1200px;
    background: url(/service/industry/hospital/smartphone/img/sec01_bg.webp) no-repeat center center;
    background-size: 68% 100%;
    display: flex;
    justify-content: space-between;
    padding: 91px 0;
    margin: 0 auto;
}
#contents .sec01-container .box {
    max-width: 384px;
    width: 32%;
    background: #fff;
    text-align: center;
    padding: 2% 1.5%;
    border: 2px solid #0F1ED2;
    border-radius: 16px;
}
#contents .sec01-container .box-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
#contents .sec01-container .img {
    margin-bottom: 15px;
}
#contents .sec01-container ul li {
    position: relative;
    font-size: 16px;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
#contents .sec01-container ul li::before {
    content: "・";
}
#contents .sec01 .text {
    max-width: 1200px;
    background: #0F1ED2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;
    margin: 0 auto;
    border-radius: 8px;
}
/* sec02 */
#contents .sec02 .inr {
    max-width: none;
    background: #0F1ED2;
}
#contents .sec02 h3,
#contents .sec02 h3 span {
    color: #fff;
    margin-bottom: 150px;
}
#contents .sec02-container {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    margin: 0 auto 80px;
}
#contents .sec02-container .before {
    position: relative;
    width: 50%;
    background: linear-gradient(to right, #EFF2F6 0%, #EFF2F6 calc(100% - 20px), #fff 20px, #fff 100%);
    padding: 4.17% 6.67% 2.5%;
    border-radius: 8px 0 0 8px;
    margin-bottom: 17px;
}
#contents .sec02-container .after {
    position: relative;
    width: 50%;
    background: #fff;
    padding: 2.92% 6.67% 2.5%;
    border-radius: 0 8px 8px 0;
    margin-bottom: 17px;
}
#contents .sec02-container .before::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    background-image: url(/service/industry/hospital/smartphone/img/arrow02.webp);
    background-size: 40px 100%;
    z-index: 1;
}
#contents .sec02-container .before:first-of-type {
    padding: 6.67% 6.67% 2.92%;    
}
#contents .sec02-container .before:first-of-type + .after {
    padding: 5.42% 6.67% 2.92%;   
}
#contents .sec02-container .before .box-ttl,
#contents .sec02-container .after .box-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -78px;
    left: calc(50% - 60px);
    background: #EFF2F6;
    color: #535A6E;
    font-size: 20px;
    font-weight: bold;
    border: 4px solid #0F1ED2;
    border-radius: 100px;
    margin: 0 auto;
}
#contents .sec02-container .after .box-ttl {
    background: #fff;
    color: #0F1ED2; 
}
#contents .sec02-container .before dl dt {
    color: #535A6E;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 35px;
}
#contents .sec02-container .after dl dt {
    color: #0F1ED2;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#contents .sec02-container .after dl dt span,
#contents .sec02-container .before dl dt span {
    width: 100%;
    font-size: 24px;
}
#contents .sec02-container dl dd {
    display: flex;
}
#contents .sec02-container dl dd .img {
    max-width: 150px;
    width: 34.17%;
    margin: 0;
}
#contents .sec02-container dl dd .sec02_img04 {
    padding-left: 6.8%;
}
#contents .sec02-container dl dd .sec02_img01 img,
#contents .sec02-container dl dd .sec02_img02 img,
#contents .sec02-container dl dd .sec02_img06 img {
    width: 80%;
}
#contents .sec02-container dl dd .sec02_img03 img {
    width: 76%;
}
#contents .sec02-container dl dd .sec02_img04 img {
    width: 53.33%;
}
#contents .sec02-container dl dd .sec02_img05 img {
    width: 78.67%;    
}
#contents .sec02-container dl dd ul li {
    position: relative;
    font-size: 16px;
    padding-left:1em;
    text-indent:-1em;
}
#contents .sec02-container dl dd ul li::before {
    content: "・";
}
#contents .sec02 .contact-text {
    color: #fff;
}
/* sec03 */
#contents .sec03 h3 {
    margin-bottom: 70px;
}
#contents .scroll_area {
    max-width: 1200px;
    margin: 0 auto 20px;
}
#contents .sec03 table {
    width: 1200px;
}
#contents .sec03 table td,
#contents .sec03 table th {
    font-weight: bold;
    padding: 25px 30px;
}
#contents .sec03 table th {
    font-size: 20px;
}
#contents .sec03 table th:first-child {
    width: 280px;
    background: #0F1ED2;
    color: #fff;
    text-align: left;
    border-bottom: #fff solid 2px;
}
#contents .sec03 table th:nth-child(2) {
    width: 400px;
    background: #EFF2F6;
}
#contents .sec03 table th:nth-child(3) {
    width: 520px;
    background: #D5E1FF;
}
#contents .sec03 table tr:first-child th {
    text-align: center;
    padding: 15px 30px;
}
#contents .sec03 table th span {
    font-size: 16px;
}
#contents .sec03 table td ul li {
    position: relative;
    font-size: 16px;
    padding-left: 1em;
    text-indent: -1em;
}
#contents .sec03 table td ul li::before {
    content: "・";
}
#contents .sec03 table td:nth-child(2) {
    border-bottom: #EFF2F6 solid 2px;
}
#contents .sec03 table td:nth-child(3) {
    position: relative;
    border-bottom: #D5E1FF solid 2px;
    padding: 25px 20px 25px 50px;
}
#contents .sec03 table td:nth-child(3)::before {
    content: "";
    position: absolute;
    top: calc(50% - 14px);
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 14px solid #fff;
    border-bottom: 14px solid #fff;
    border-left: 16px solid #0F1ED2;
    border-right: 0;
}
#contents .sec03 table sup {
    font-size: 12px;
}
#contents .sec03 .notes {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 95px;
}
/* sec04 */
#contents .sec04 .inr {
    max-width: none;
    background-image: url(/service/industry/hospital/smartphone/img/sec04_bg.webp), linear-gradient(180deg, #EFF2F6 0%, #EFF2F6 47%, #0F1ED2 47%, #0F1ED2 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center 59%, center;
    background-size: auto, 100% 100%;
}
#contents .sec04 h3 {
    margin-bottom: 65px;
}
#contents .sec04-container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
#contents .task,
#contents .introduction,
#contents .result {
    overflow: visible;
    position: relative;
    max-width: 360px;
    width: 30%;
}
#contents .task::before,
#contents .introduction::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -11.67%;
    width: 6.88%;
    height: 32px;
    background-image: url(/service/industry/hospital/smartphone/img/arrow01.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
#contents .sec04 [class$="-inr"] {
    height: 100%;
    background: #fff;
    padding: 23px 5.56%;
    border: 3px solid #535A6E;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
}
#contents .sec04 .introduction-inr,
#contents .sec04 .result-inr {
    border: 3px solid #0F1ED2;
    border-bottom: 0;  
}
#contents .sec04 [class$="-inr"] > .ttl {
    background: none;
    color: #0E1A35;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 15px;
}
#contents .sec04 .introduction-inr > .ttl,
#contents .sec04 .result-inr > .ttl {
    color: #0F1ED2;    
}
#contents .sec04 .result-inr > .ttl {
    margin-bottom: 34px;
}
#contents .sec04 [class$="-inr"] > .ttl span {
    display: block;
    width: 84px;
    background: #C5CCD9;
    color: #0E1A35;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    padding: 3px 0 2px 0;
    margin: 0 auto 15px;
}
#contents .sec04 .introduction-inr > .ttl span,
#contents .sec04 .result-inr > .ttl span {
    background: #0F1ED2;
    color: #fff;   
}
#contents .sec04 .result-inr > .ttl span {
    margin-bottom: 34px;
}
#contents .sec04 [class$="-inr"] > .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    text-align: center;
    margin-bottom: 20px;
}
#contents .sec04 .task ul {
    margin: auto;
}
#contents .sec04 .task ul li {
    float: none;
    width: auto;
    border: none;
    margin: 0 auto 15px;
}
#contents .sec04 .task ul li ul li {
    margin: auto;
}
#contents .sec04 ul li {
    font-size: 16px;
    margin-bottom: 15px;
}
#contents .sec04 ul li:last-of-type {
    margin-bottom: 0;
}
#contents .sec04 ul li p {
    margin: auto;
}
#contents .sec04 ul li p:first-of-type {
    font-size: 18px;
    font-weight: bold;
}
#contents .sec04 ul li ul li {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}
#contents .sec04 ul li ul li::before {
    content: "・";
}
#contents .sec04 sup {
    font-size: 12px;
}
#contents .sec04 .notes {
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0;
}
#contents .sec04 .message {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 140px 0 0;
}
#contents .sec04 .message span {
    display: block;
    font-size: 40px;
}
/* sec05 */
#contents .sec05 .inr {
    max-width: none;
    background: #EFF2F6;
    padding: 120px 10px 40px;
}
#contents .sec05 h3 {
    margin-bottom: 60px;
}
#contents .fig {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
#contents .sec05_img01 {
    margin: 0 auto;
}
#contents .notes {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    margin: 10px 0 0;
}
/* sec06 */
#contents .sec06 .inr {
    max-width: none;
    background: #EFF2F6;
}
#contents .sec06 h3 {
    margin-bottom: 65px;
}
#contents .sec06 .flow {
    max-width: 1088px;
    color: #0E1A35;
    margin: 0 auto;
}
#contents .sec06 .flow li:not(:last-child) {
    position: relative;
    margin-bottom: 30px;
}
#contents .sec06 .flow li:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: calc(50% - 8px);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent;
    border-top: 16px solid #ffffff;
    border-bottom: 0;    
}
#contents .sec06 .flow dl {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #D5E1FF 0%, #D5E1FF 290px, #fff 290px, #fff 100%);
    border-radius: 10px;
}
#contents .sec06 .flow li:nth-child(3) dl,
#contents .sec06 .flow li:nth-child(4) dl {
    background: linear-gradient(to right, #80A5FF 0%, #80A5FF 290px, #fff 290px, #fff 100%);
}
#contents .sec06 .flow li:nth-child(5) dl {
    background: linear-gradient(to right, #0F1ED2 0%, #0F1ED2 290px, #fff 290px, #fff 100%);
}
#contents .sec06 .flow dl dt {
    display: flex;
    align-items: center;
    background: #D5E1FF;
    min-width: 290px;
    width: 30.51%;
    font-size: 16px;
    font-weight: bold;
    padding: 23px 1.84% 24px 2.76%;
    border-radius: 10px 0 0 10px;
}
#contents .sec06 .flow li:nth-child(3) dt,
#contents .sec06 .flow li:nth-child(4) dt {
    background: #80A5FF;
}
#contents .sec06 .flow li:nth-child(5) dt {
    background: #0F1ED2;
    color: #fff;
}
#contents .sec06 .flow dl dt .step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 87px;
    background: #fff;
    color: #0E1A35;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 12px 0;
    margin-right: 15px;
    border-radius: 30px;
}
#contents .sec06 .flow dl dt .step span {
    font-size: 16px;
    margin-left: 5px;
}
#contents .sec06 .flow dl dt span {
    font-size: 12px;
}
#contents .sec06 .flow dl dd {
    width: 69.49%;
    font-size: 16px;
    padding: 25px 30px 24px;
}

@media screen and (max-width: 1220px) {
    #contents .scroll_area {
        overflow-x:scroll;
    }
}

@media screen and (max-width: 1200px) {
    #contents h2 {
        font-size: 3.5vw;
    }
    #contents .mv {
        background: #fff url(/service/industry/hospital/smartphone/img/mv_img_pc.webp) no-repeat top right -160px;
        background-size: auto 100%;
    }
    /*******
    nav
    ********************************/
    #contents .nav ul {
        flex-wrap: wrap;
    }
    #contents .nav ul li {
        width: 33.33%;
    }
    #contents .nav li:not(:last-child) {
        margin-right: auto;
    }
    #contents .nav li a {
        text-align: center;
        padding: 18px 30px 16px 10px;
        border-top: 1px solid #C1C7D6;
        border-bottom: 1px solid #C1C7D6;
    }
    #contents .nav li:nth-child(1) a,
    #contents .nav li:nth-child(2) a,
    #contents .nav li:nth-child(4) a,
    #contents .nav li:nth-child(5) a {
        border-right: 1px solid #C1C7D6;
    }
    #contents .nav li:nth-child(2) a,
    #contents .nav li:nth-child(3) a,
    #contents .nav li:nth-child(5) a,
    #contents .nav li:nth-child(6) a {
        border-left: 1px solid #C1C7D6;
    }
    #contents .nav li a::before {
        content: none;
    }
    #contents .nav li a span {
        position: relative;
    }
    #contents .nav li a span::before {
        position: absolute;
        top: 50%;
        right: -20px;
        display: block;
        width: 0.5em;
        height: 0.5em;
        content: "";
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid #0f1ed2;
        border-bottom: 2px solid #0f1ed2;
    }
}

@media screen and (max-width: 640px) {
    /*******
    common
    ********************************/
    #contents h2 {
        font-size: 21px;
        text-align: center;
    }
    #contents h3 {
        font-size: 20px;
    }
    #contents h3 span {
        font-size: 16px;
    }
    [class*="sec0"] .inr {
        padding: 60px 10px;
    }
    /* contact */
    #contents .contact-text {
        font-size: 18px;
    }
    #contents .pc {
        display: none;
    }
    #contents .sp {
        display: block;
    }
    [id*="sec0"] {
        margin-top: -47px;
        padding-top: 47px;
    }
    /*******
    nav
    ********************************/
    #contents .nav ul li {
        width: 50%;
    }
    #contents .nav li a {
        font-size: 15px;
    }
    #contents .nav li:nth-child(2) a,
    #contents .nav li:nth-child(4) a {
        border-right: none;
    }
    #contents .nav li:nth-child(3) a,
    #contents .nav li:nth-child(5) a {
        border-left: none;
    }
    #contents .nav li:nth-child(even) a {
        border-left: 1px solid #C1C7D6;
    }
    #contents .nav li:nth-child(odd) a {
        border-right: 1px solid #C1C7D6;
    }
    /*******
    mv
    ********************************/
    #contents .mv {
        position: relative;
        background: none;
    }
    #contents .mv-inr {
        position: relative;
        width: 100%;
        padding: 20px 10px;
        margin: auto;
    }
    #contents .mv .lead02 {
        font-size: 16px;
        text-align: center;
    }
    #contents .fv-btn {
        width: 72.4%;
        position: absolute;
        top: auto;
        right: auto;
        left: 50%;
        bottom: -21px;
        margin: 0 auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    #contents .fv-btn a {
        max-width: none;
        width: 100%;
        font-size: 16px;
        padding: 10px 53px 10px 31px;
    }
    /*******
    section
    ********************************/
    /* sec01 */
    #contents .sec01 h3 {
        margin-bottom: 35px;
    }
    #contents .container-ttl {
        font-size: 18px;
    }
    #contents .sec01-container {
        display: block;
        background: none;
        padding: 30px 0 15px;
    }
    #contents .sec01-container .box {
        max-width: none;
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }
    #contents .sec01-container .box-ttl {
        font-size: 16px;
    }
    #contents .sec01-container ul li {
        font-size: 14px;
    }
    #contents .sec01 .text {
        font-size: 18px;
    }
    /* sec02 */
    #contents .sec02 h3,
    #contents .sec02 h3 span {
        margin-bottom: 100px;
    }
    #contents .sec02-container .before {
        background: #EFF2F6;
        padding: 15px 20px;
    }
    #contents .sec02-container .before:first-of-type,
    #contents .sec02-container .before:first-of-type + .after {
        padding: 25px 20px 15px;
    }
    #contents .sec02-container .before::before {
        content: "";
        position: absolute;
        top: calc(50% - 35px);
        right: -16px;
        width: 0;
        height: 0;
        border-top: 35px solid #fff;
        border-bottom: 35px solid #fff;
        border-left: 16px solid #EFF2F6;
        border-right: 0;
    }
    #contents .sec02-container .before .box-ttl,
    #contents .sec02-container .after .box-ttl {
        width: 80px;
        height: 80px;
        top: -64px;
        left: calc(50% - 40px);
        font-size: 16px;
    }
    #contents .sec02-container .before dl dt,
    #contents .sec02-container .after dl dt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #contents .sec02-container .after dl dt span,
    #contents .sec02-container .before dl dt span {
        font-size: 18px;
    }
    #contents .sec02-container dl dd {
        display: block;
    }
    #contents .sec02-container dl dd .img {
        max-width: none;
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
    #contents .sec02-container dl dd .img img {
        max-width: 80px;
    }
    #contents .sec02-container dl dd .sec02_img04 {
        padding-left: 0;
    }
    #contents .sec02-container dl dd .sec02_img04 img {
        max-width: 50px;
    }
    #contents .sec02-container dl dd ul li {
        font-size: 14px;
    }
    /* sec03 */
    #contents .sec03 h3 {
        margin-bottom: 35px;
    }
    #contents .sec03 table {
        width: 850px;
    }
    #contents .sec03 table tr:first-child th {
        padding: 10px 20px;
    }
    #contents .sec03 table td,
    #contents .sec03 table th {
        padding: 10px 20px;
    }
    #contents .sec03 table th {
        font-size: 16px;
    }
    #contents .sec03 table th span {
        font-size: 14px;
    }
    #contents .sec03 table th:first-child {
        width: 230px;
    }
    #contents .sec03 table th:nth-child(2) {
        width: 300px;
    }
    #contents .sec03 table th:nth-child(3) {
        width: 320px;
    }
    #contents .sec03 table td:nth-child(3) {
        padding: 10px 20px 10px 35px;
    }
    #contents .sec03 table td ul li {
        font-size: 14px;
    }
    #contents .sec03 .notes {
        margin-bottom: 50px;
    }
    /* sec04 */
    #contents .sec04 .inr {
        background-image: url(/service/industry/hospital/smartphone/img/sec04_bg.webp), linear-gradient(180deg, #EFF2F6 0%, #EFF2F6 38%, #0F1ED2 38%, #0F1ED2 100%);
        background-position: center 36%, center;
        background-size: 100%, 100% 100%;
    }
    #contents .sec04 h3 {
        margin-bottom: 35px;
    }
    #contents .sec04-container {
        display: block;
    }
    #contents .task,
    #contents .introduction,
    #contents .result {
        max-width: none;
        width: 100%;
    }
    #contents .task {
        margin-bottom: 40px;
    }
    #contents .introduction {
        margin-bottom: 30px;
    }
    #contents .task::before,
    #contents .introduction::before {
        content: "";
        top: auto;
        right: auto;
        left: calc(50% - 11px);
        bottom: -38px;
        width: 22px;
        transform: rotate(90deg);
    }
    #contents .introduction::before {
        bottom: -28px;
    }
    #contents .sec04 [class$="-inr"] > .ttl {
        font-size: 18px;
    }
    #contents .sec04 [class$="-inr"] > .ttl span {
        font-size: 14px;
    }
    #contents .sec04 .result-inr > .ttl {
        margin-bottom: 15px;
    }
    #contents .sec04 .result-inr > .ttl span {
        margin-bottom: 15px;
    }
    #contents .sec04 [class$="-inr"] > .img {
        height: auto;
    }
    #contents .sec04 ul li {
        font-size: 14px;
    }
    #contents .sec04 ul li p {
        font-size: 14px;
        text-align: left;
    }
    #contents .sec04 ul li p:first-of-type {
        font-size: 16px;
    }
    #contents .sec04 .notes {
        margin: 5px 10px 20px;
    }
    #contents .sec04 .message {
        font-size: 18px;
        margin: 50px 0 0;
    }
    #contents .sec04 .message span {
        font-size: 22px;
    }
    /* sec05 */
    #contents .sec05 .inr {
        padding: 60px 10px 0;
    }
    #contents .sec05 h3 {
        margin-bottom: 35px;
    }
    /* sec06 */
    #contents .sec06 h3 {
        margin-bottom: 35px;    
    }
    #contents .sec06 .flow li:not(:last-child) {
        margin-bottom: 25px;
    }
    #contents .sec06 .flow li:nth-child(3) dl,
    #contents .sec06 .flow li:nth-child(4) dl {
        background: #fff;
    }
    #contents .sec06 .flow li:nth-child(5) dl {
        background: #fff;
    }
    #contents .sec06 .flow dl {
        display: block;
        background: #fff;
    }
    #contents .sec06 .flow dl dt {
        width: 100%;
        padding: 15px 20px;
        border-radius: 10px 10px 0 0;
    }
    #contents .sec06 .flow dl dd {
        width: 100%;
        font-size: 14px;
        padding: 15px 20px;
    }
}








