#wrapper.inner {
    background: url("../img/common/contens_bg_sub.png") no-repeat center bottom;
}

.mainframe {
    background: #fff;
    overflow: hidden;
    padding: 55px 0;
    border-top: 6px solid #fdd119;
    border-radius: 6px;
}

.mainframe section {
    padding: 0 60px;
}

.mainframe section:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 1280px) {
    .mainframe {
        padding: 30px 0;
    }

    .mainframe section {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1079px) {
    .mainframe {
        padding: 20px 0;
        border-top: none;
        border-radius: 0;
        margin-bottom: 25px;
    }

    .mainframe section {
        padding: 0 10px;
    }
}

/*　contents_head　*/

.mainframe section.head {
    margin-bottom: 45px;
}

.mainframe section.head h2.contentstitle {
    font-size: 3.4rem;
    font-weight: bold;
    background: url("../img/common/contentstitle_icn.png") no-repeat left center;
    line-height: 1.2;
    padding-left: 36px;
    margin-bottom: 40px;
}

.mainframe section.head p {
    font-size: 2rem;
    line-height: 1.5;
}

.mainframe section a.reference:before {
    content: "";
    background: url("../img/common/reference_icn.png");
    background-size: 22px 22px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 3px;
    vertical-align: -3px;
}

.mainframe section.head .pagelink {
    padding: 45px 0 0;
    display: flex;
}

.mainframe section.head .pagelink a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 55px;
    text-align: center;
    border: 2px solid #bebebe;
    border-radius: 55px;
    font-size: 1.8rem;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    position: relative;
    transition: .3s;
    padding: 0 50px;
    line-height: 1.3;
    box-sizing: border-box;
}

.mainframe section.head .pagelink a:not(:last-child) {
    margin-right: 60px;
}

.mainframe section.head .pagelink a:hover {
    background-color: #f9f3dd;
}

.mainframe section.head .pagelink a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: #e2b614;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    transition-delay: .2s;
}

.mainframe section.head .pagelink a:hover::before {
    transform: translateY(-30%);
}

.mainframe section.head .pagelink.immu {
    justify-content: space-between;
    flex-wrap: wrap;
}

.mainframe section.head .pagelink.immu a {
    width: 32%;
    box-sizing: border-box;
    margin: 0;
}

.mainframe section.head .pagelink.immu a:nth-child(4) {
    margin-top: 15px;
    width: 49%;
}

.mainframe section.head .pagelink.immu a:nth-child(5) {
    margin-top: 15px;
    width: 49%;
}

.mainframe section.head .pagelink.immu a::before {
    color: #108ccf;
}

.mainframe section.head .pagelink.immu a:hover {
    background-color: #e9f3f5;
}

@media screen and (max-width: 980px) {
    .mainframe section.head .pagelink {
        padding: 45px 0 0;
        justify-content: space-between;
    }

    .mainframe section.head .pagelink a {
        font-size: 1.5rem;
        width: 49% !important;
        box-sizing: border-box;
        padding: 0 25px;
    }

    .mainframe section.head .pagelink a::before {
        right: 10px;
    }

    .mainframe section.head .pagelink a:not(:last-child) {
        margin-bottom: 5px;
    }

    .mainframe section.head .pagelink a:not(:last-child) {
        margin-right: 0;
    }


    .mainframe section.head .pagelink.immu a:not(:last-child) {
        margin-right: 0 !important;
    }

    .mainframe section.head .pagelink.immu a:nth-child(4) {
        margin-top: 0;
    }

    .mainframe section.head .pagelink.immu a:nth-child(5) {
        margin-top: 0;
    }

}

@media screen and (max-width: 768px) {

    .mainframe section.head {
        margin-bottom: 35px;
    }

    .mainframe section.head h2.contentstitle {
        font-size: 2.5rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .mainframe section.head p {
        font-size: 1.6rem;
    }

    .mainframe section.head .pagelink {
        padding: 25px 0 0;
    }

    .mainframe section.head .pagelink a {
        height: 45px;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 599px) {
    .mainframe section.head .pagelink {
        display: block;
    }

    .mainframe section.head .pagelink a {
        width: 100% !important;
    }

    .mainframe section.head .pagelink a:not(:last-child) {
        margin-bottom: 5px;
    }
}

/*　contents　*/

.mainframe section {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 70px;
}

.mainframe section:last-child {
    margin-bottom: 0;
}

.mainframe section.pd_half {
    margin-bottom: 35px;
}

.mainframe section h3 {
    font-size: 2.8rem;
    color: #e2b614;
    font-weight: bold;
    padding-bottom: 15px;
}

.mainframe section h4 {
    font-size: 2.2rem;
    color: #111;
    padding-bottom: 15px;
}

.mainframe section figure {
    text-align: center;
}

.mainframe section figure img {
    max-width: 100%;
    width: auto;
}

.mainframe section p {
    padding-bottom: 15px;
}

.mainframe section p.strong {
    font-weight: bold;
}

.mainframe section p.small {
    font-size: 1.6rem;
}

.mainframe section p.small.indent {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}

.mainframe section p:last-child {
    padding-bottom: 0;
}

.mainframe section ul.list {
    padding-bottom: 20px;
}

.mainframe section ul.list li {
    position: relative;
    padding-left: 15px;
    background: url("../img/common/list_icn.png") no-repeat left 7px;
}

.mainframe section .photo_2column {
    display: flex;
    justify-content: space-between;
}

.mainframe section .photo_2column img {
    padding: 0 4%;
    box-sizing: border-box;
    width: 50%;
    height: 50%;
}

.mainframe section .reference_box {
    background: #f9ede8;
    padding: 30px;
    border-radius: 6px;
}

.mainframe section .reference_box h4 {
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
    font-feature-settings: "palt";
}

.mainframe section .reference_box h4:before {
    content: url("../img/common/reference_icn.png");
    vertical-align: middle;
    padding-right: 10px;
}

.mainframe section .reference_box p {
    font-size: 1.8rem;
}

.mainframe section a.link {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 20px auto 0;
    height: 80px;
    text-align: center;
    border: 2px solid #bebebe;
    border-radius: 80px;
    font-size: 1.8rem;
    text-decoration: none;
    color: #222;
    font-weight: bold;
    position: relative;
    transition: .3s;
    padding: 0 50px;
    line-height: 1.3;
}

.mainframe section a.link:hover {
    background-color: #e6f1f3;
}

.mainframe section a.link::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    color: #067dc6;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    transition: .3s;
    transition-delay: .2s;
}

.mainframe section a.link:hover::before {
    transform: translateY(-50%) rotate(270deg);
    right: 25px;
}

.mainframe section a.booklet {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 8px;
    max-width: 520px;
    margin: 0 auto;
    color: #111;
    position: relative;
    transition: .3s;
    border: 2px solid #ccc;
    margin-bottom: 25px;
}

.mainframe section a.booklet:hover {
    background: #e9f3f5;
}

.mainframe section a.booklet img {
    max-width: 75px;
    width: 100%;
    margin-right: 15px;
}

.mainframe section a.booklet p {
    padding: 0 50px 0 0;
    font-weight: bold;
}

.mainframe section a.booklet i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4rem;
    color: #108ccf;
    transition: .3s;
    transition-delay: .2s;
}

.mainframe section a.booklet:hover i {
    transform: translateY(-50%) scale(1.2);
}

@media screen and (max-width: 768px) {
    .mainframe section {
        font-size: 1.6rem;
        margin-bottom: 35px;
    }

    .mainframe section.pd_half {
        margin-bottom: 20px;
    }

    .mainframe section h3 {
        font-size: 2.3rem;
        padding-bottom: 10px;
    }

    .mainframe section h4 {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .mainframe section p {
        padding-bottom: 10px;
    }

    .mainframe section p.strong {
        font-size: 1.6rem;
    }

    .mainframe section p.small {
        font-size: 1.4rem;
    }

    .mainframe section .photo_2column {
        display: flex;
        justify-content: space-between;
    }

    .mainframe section .photo_2column img {
        padding: 0;
        width: 49%;
    }

    .mainframe section .reference_box {
        padding: 15px;
    }

    .mainframe section .reference_box h4 {
        font-size: 2rem;
    }

    .mainframe section .reference_box p {
        font-size: 1.6rem;
    }

    .mainframe section a.link {
        height: 60px;
        font-size: 1.6rem;
        padding: 0 40px;
    }

    .mainframe section a.link::before {
        right: 28px;
    }

    .mainframe section a.link:hover::before {
        right: 20px;
    }
}


/*　cause　*/

.mainframe section.cause_frame {
    padding: 20px 0;
    margin-bottom: 0;
}

.mainframe section.cause_frame h3 {
    padding: 0 60px 15px;
}

.mainframe section.cause_frame .cause_flow {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: nowrap;
}

.mainframe section.cause_frame .cause_flow div:nth-child(1) {
    width: 29.6296%;
}

.mainframe section.cause_frame .cause_flow div:nth-child(2) {
    width: 18.9815%;
}

.mainframe section.cause_frame .cause_flow div:nth-child(3) {
    width: 3.5185%;
}

.mainframe section.cause_frame .cause_flow div:nth-child(4) {
    width: 18.9815%;
}

.mainframe section.cause_frame .cause_flow div:nth-child(5) {
    width: 3.5185%;
}

.mainframe section.cause_frame .cause_flow div:nth-child(6) {
    width: 25.1852%;
}

.mainframe section.cause_frame .cause_flow div p {
    padding-top: 10px;
}

.mainframe section.cause_frame .cause_flow div:nth-child(6) p {
    padding-right: 15%;
}

.mainframe section.cause_frame .cause_flow div img {
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .mainframe section.cause_frame h3 {
        padding: 0 30px 15px;
    }
}

@media screen and (max-width: 768px) {
    .mainframe section.cause_frame .cause_flow div {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 600px) {
    .mainframe section.cause_frame h3 {
        font-size: 2rem;
        padding: 0 10px 10px;
    }

    .mainframe section.cause_frame .cause_flow {
        display: block;
        padding: 0 10px;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .mainframe section.cause_frame .cause_flow div {
        text-align: center;
        width: 100% !important;
    }

    .mainframe section.cause_frame .cause_flow div img {
        max-width: 300px;
        width: auto;
        margin: 0 auto;
    }

    .mainframe section.cause_frame .cause_flow div:nth-child(3) img.disp_sp,
    .mainframe section.cause_frame .cause_flow div:nth-child(5) img.disp_sp {
        max-width: 50px;
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .mainframe section.cause_frame .cause_flow div:nth-child(6) p {
        padding-right: 0;
    }

    .mainframe section.cause_frame .cause_flow div p {
        padding: 20px 0;
        text-align: left;
    }
}



/*　patient　*/

.mainframe section.patient_frame {
    padding: 0;
    margin: 0 60px;
}

.mainframe section.patient_frame:not(:last-child) {
    margin-bottom: 40px;
}

.mainframe section.patient_frame h3 {
    padding: 0 0 15px;
}

.mainframe section.patient_frame .patient_column {
    display: flex;
    justify-content: space-between;
}

.mainframe section.patient_frame .patient_column div:nth-child(2) {
    width: 44.4444%;
    padding: 20px 1%;
    margin-bottom: 15px;
    background: #f6f1eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainframe section.patient_frame .patient_column div:nth-child(1) {
    width: 50%;
}

.mainframe section.patient_frame .patient_column ul {
    padding-bottom: 0;
}

.mainframe section.patient_frame .patient_column ul.list li:not(:last-child) {
    margin-bottom: 10px;
}

.mainframe section.patient_frame .patient_column img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1280px) {
    .mainframe section.patient_frame {
        margin: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .mainframe section.patient_frame {
        margin: 0 10px;
    }

    .mainframe section.patient_frame h3 {
        font-size: 2rem;
    }

    .mainframe section.patient_frame .patient_column {
        display: block;
    }

    .mainframe section.patient_frame .patient_column div {
        width: 100% !important;
    }

    .mainframe section.patient_frame .patient_column div:nth-child(2) {
        text-align: center;
        margin-top: 20px;
        padding: 10px;
        box-sizing: border-box;
    }
}


/*　inspection　*/

.mainframe section.inspection_frame {
    background: #f5efe8;
    padding: 30px;
    margin: 0 60px 10px;
    border-radius: 8px;
    position: relative;
}

.mainframe section.inspection_frame.bottom {
    margin-bottom: 50px;
}

.mainframe section.inspection_frame h3 {
    color: #111;
    font-size: 2.4rem;
    padding: 0 0 15px;
}

.mainframe section.inspection_frame .inspection_column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.mainframe section.inspection_frame .inspection_column div:nth-child(1) {
    width: 22.4489%;
    margin-top: -50px;
}

.mainframe section.inspection_frame .inspection_column div:nth-child(2) {
    width: 75%;
}

.mainframe section.inspection_frame .inspection_column ul {
    padding-bottom: 0;
}

.mainframe section.inspection_frame .inspection_column ul.list li:not(:last-child) {
    margin-bottom: 10px;
}

.mainframe section.inspection_frame .inspection_column ul.list li:before {
    top: 4px;
    left: 0;
}

.mainframe section.inspection_frame .inspection_column img {
    max-width: 220px;
    width: 100%;
}

@media screen and (max-width: 1280px) {
    .mainframe section.inspection_frame {
        margin: 0 30px 10px;
    }
}

@media screen and (max-width: 768px) {
    .mainframe section.inspection_frame {
        margin: 0 10px 10px;
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {

    .mainframe section.inspection_frame.bottom {
        margin-bottom: 35px;
    }

    .mainframe section.inspection_frame h3 {
        font-size: 2rem;
    }

    .mainframe section.inspection_frame .inspection_column {
        display: block;
    }

    .mainframe section.inspection_frame .inspection_column div {
        width: 100% !important;
    }

    .mainframe section.inspection_frame .inspection_column div:nth-child(1) {
        text-align: center;
        padding-bottom: 20px;
        margin-top: 0;
    }
}


/*　treatment　*/

.mainframe section.treatment_frame {
    background: #f2ffef;
    padding: 20px 60px;
}

.mainframe section.treatment_frame img {
    max-width: 900px;
    width: 100%;
}

.mainframe section.treatment_frame h3 {
    color: #111;
    font-size: 2.4rem;
    padding: 0 60px 15px;
}

.mainframe .treatment_box {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
}

.mainframe .treatment_box h4 {
    font-weight: bold;
    font-size: 2.2rem;
    padding: 5px 0 0 48px;
    background: url("../img/common/check_icn.png") no-repeat left top;
    min-height: 36px;
    line-height: 1.3;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.mainframe .treatment_box h5 {
    color: #e2b614;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
}

.mainframe .treatment_box ul.list {
    padding-bottom: 10px;
}

.mainframe .treatment_box ul.list:last-child {
    padding-bottom: 0;
}

.mainframe .treatment_box:not(:last-child) {
    margin-bottom: 30px;
}

.mainframe .treatment_box p.indent {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}

@media screen and (max-width: 1280px) {
    .mainframe section.treatment_frame {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 768px) {
    .mainframe section.treatment_frame {
        padding: 20px 10px;
    }

    .mainframe .treatment_box h4 {
        font-size: 2rem;
    }

    .mainframe .treatment_box h5 {
        font-size: 1.6rem;
    }

    .mainframe .treatment_box {
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .mainframe section.treatment_frame img.disp_sp {
        max-width: 335px;
        margin: -40px auto 0;
        display: block;
    }
}



/*　hospitalization　*/

#hospitalization figure {
    padding-top: 15px;
}

#hospitalization figure img {
    max-width: 580px;
    width: 100%;
}


/*　immunoglobulin　*/

#immunoglobulin h2 {
    background: url("../img/common/contentstitle_icn_immu.png") no-repeat left center;
}

#immunoglobulin h3 {
    color: #108ccf;
}




.mainframe section ul.immu_list li {
    position: relative;
    padding-left: 15px;
    font-size: 1.8rem;
}

.mainframe section ul.immu_list li figure {
    padding: 20px;
    background: #e9f3f5;
    border-radius: 8px;
    display: block;
    margin: 20px 0;
    margin-left: -15px;
    width: calc(100% + 15px);
    box-sizing: border-box;
}

.mainframe section ul.immu_list li figure span.small {
    display: block;
    font-size: 1.4rem;
}

.mainframe section ul.immu_list li figure img.img_01 {
    max-width: 700px;
    width: 100%;
}

.mainframe section ul.immu_list li figure img.img_02 {
    max-width: 800px;
    width: 100%;
}

.mainframe section ul.immu_list li figure img.img_03 {
    max-width: 780px;
    width: 100%;
}

.mainframe section ul.immu_list li:last-child figure {
    margin-bottom: 0;
}

.mainframe section ul.immu_list li figure figcaption {
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    font-size: 2rem;
    text-align: left;
}

.mainframe section ul.immu_list li:not(:last-child) {
    margin-bottom: 10px;
}

.mainframe section ul.immu_list li {
    position: relative;
    padding-left: 15px;
    background: url("../img/common/list_icn_immu.png") no-repeat left 9px;
}

.mainframe section ul.immu_list li ol {
    margin: 10px 0 20px;
}

.mainframe section ul.immu_list li ol li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 8px 0 !important;
}

.mainframe section ul.immu_list li ol li:last-child {
    margin: 0 !important;
}

.mainframe section ul.immu_list li ol li span {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    background: #e9f3f5;
    color: #108ccf;
    font-size: 1.6rem;
    border-radius: 24px;
    top: 2px;
    left: 0;
}

.mainframe section ul.immu_list li ol li:before {
    content: none;
}

.mainframe section .immu_frame {
    font-size: 1.8rem;
    margin-bottom: 30px;
    margin-top: 5px;
    border-radius: 8px;
}

.mainframe section .immu_frame strong {
    font-weight: bold;
}

.mainframe section .immu_frame p {
    font-size: 1.6rem;
    display: flex;
    flex-wrap: wrap;
    padding-top: 3px;
}

.mainframe section .immu_frame p span {
    text-align: center;
    display: block;
    background: #eee;
    padding: 9px 15px;
    line-height: 1;
    font-size: 1.6rem;
    border-radius: 4px;
    margin: 4px 4px 0 0;
}

.immu_icn_box {
    margin: 25px 0 35px;
}

.immu_icn_box .box_01,
.immu_icn_box .box_02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.immu_icn_box .box_03 {
    display: flex;
    justify-content: space-between;
}

.immu_icn_box .box_02 div {
    width: 100% !important;
}

.immu_icn_box .box_01 div .imgarea,
.immu_icn_box .box_02 div .imgarea,
.immu_icn_box .box_03 div .imgarea {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100% !important;
}

.immu_icn_box div .imgarea figure {
    margin-bottom: 15px;
}

.immu_icn_box div .imgarea figure img {
    max-width: 200px;
    width: auto;
}

.immu_icn_box .box_01 div h4,
.immu_icn_box .box_02 div h4,
.immu_icn_box .box_03 div h4 {
    background: #e9f3f5;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    margin: 0 0 15px;
    line-height: 1;
    font-size: 1.8rem;
}

.immu_icn_box .box_01 div:nth-child(1) {
    width: 68.6%;
}

.immu_icn_box .box_01 div:nth-child(2) {
    width: 30%;
}

.immu_icn_box .box_03 div:nth-child(1) {
    width: 49.3%;
}

.immu_icn_box .box_03 div:nth-child(2) {
    width: 49.3%;
}

@media screen and (max-width: 980px) {

    .immu_icn_box .box_01 div:nth-child(1) {
        width: 100%;
    }

    .immu_icn_box .box_01 div:nth-child(2) {
        width: 100%;
    }

    .immu_icn_box .box_03 div:nth-child(1) {
        width: 100%;
    }

    .immu_icn_box .box_03 div:nth-child(2) {
        width: 100%;
    }

    .immu_icn_box .box_01,
    .immu_icn_box .box_02,
    .immu_icn_box .box_03 {
        display: block;
        margin-bottom: 0;
    }

    .immu_icn_box .box_01 div,
    .immu_icn_box .box_02 div,
    .immu_icn_box .box_03 div {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 768px) {
    .mainframe section ul.immu_list li figure figcaption {
        font-size: 1.6rem;
    }

    .mainframe section ul.immu_list li {
        font-size: 1.6rem;
    }

    .mainframe section ul.immu_list li:before {
        top: 4px;
    }

    .mainframe section ul.immu_list li ol li span {
        top: 0px;
    }

    .immu_icn_box div .imgarea figure p {
        font-size: 1.4rem;
        padding: 0 10px;
    }

    .immu_icn_box div .imgarea figure img {
        max-width: 110px;
    }

    .mainframe section ul.immu_list li {
        background: url("../img/common/list_icn_immu.png") no-repeat left 8px;
    }
}



/*　life　*/

.mainframe section .life_frame {
    background: #f6f1eb;
    padding: 30px;
    border-radius: 8px;
}

.mainframe section .life_frame:not(:last-child) {
    margin-bottom: 10px;
}

.mainframe section .life_frame h3 {
    color: #111;
    font-size: 2.4rem;
    padding: 0 0 15px;
}

.mainframe section .life_frame p {
    font-size: 1.6rem;
}

.mainframe section .life_frame .life_column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.mainframe section .life_frame .life_column div:nth-child(1) {
    width: 25%;
}

.mainframe section .life_frame .life_column div:nth-child(2) {
    width: 71%;
}

.mainframe section .life_frame .life_column img {
    max-width: 220px;
    width: 100%;
    margin-top: -50px;
}

@media screen and (max-width: 600px) {
    .mainframe section .life_frame {
        padding: 20px;
    }

    .mainframe section .life_frame h3 {
        font-size: 2rem;
        padding: 0;
    }

    .mainframe section .life_frame .life_column {
        display: block;
    }

    .mainframe section .life_frame .life_column div {
        width: 100% !important;
    }

    .mainframe section .life_frame .life_column div:nth-child(1) {
        text-align: center;
    }

    .mainframe section .life_frame .life_column ul.list li:before {
        top: 3px;
    }

    .mainframe section .life_frame .life_column img {
        max-width: 200px;
        width: auto;
        margin-top: 0;
    }
}


/*　system　*/

.system_flow .box {
    display: flex;
    width: 100%;
    background: #f9ede8;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 37px;
    align-items: center;
    box-sizing: border-box;
}

.system_flow .box:last-child {
    margin-bottom: 0;
}

.system_flow .box:not(:last-child):after {
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    content: url("../img/system/cursor.png");
    display: block;
}

.system_flow .box figure img {
    max-width: 280px;
    width: 100%;
}

.system_flow .box p.indent {
    padding-left: 1.6rem;
    text-indent: -1.6rem;
}

.system_flow .box div:nth-child(1) {
    width: 70px;
}

.system_flow .box div:nth-child(1) span {
    width: 54px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 2.6rem;
    text-align: center;
    display: block;
    background: #db5a75;
    border-radius: 54px;
}

.system_flow .box div:nth-child(2) {
    width: 30%;
    order: 1;
}

.system_flow .box div:nth-child(3) {
    width: calc(100% - 70px - 30%);
    font-size: 1.8rem;
}

.system_flow .box:nth-child(4) div:nth-child(2) {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 980px) {

    .system_flow {
        margin-top: 10px;
    }

    .system_flow .box {
        display: block;
        padding: 15px;
    }

    .system_flow .box div:nth-child(1) {
        position: absolute;
        left: -5px;
        top: -10px;
    }

    .system_flow .box div:nth-child(2) {
        width: 100%;
        padding-bottom: 10px;
    }

    .system_flow .box div:nth-child(3) {
        width: 100%;
        font-size: 1.4rem;
        box-sizing: border-box;
    }

    .system_flow .box:nth-child(3) div:nth-child(3) {
        width: 100%;
        text-align: center;
    }

    .system_flow .box:nth-child(4) div:nth-child(2) {
        width: 100%;
        font-size: 1.4rem;
        padding: 10px 0;
    }

    .system_flow .box p.indent {
        padding-left: 1.4rem;
        text-indent: -1.4rem;
    }
}



/*　reference　*/

.mainframe section ul.reference {
    padding-bottom: 20px;
}

.mainframe section ul.reference li {
    position: relative;
    padding-left: 15px;
    font-size: 1.8rem;
}

.mainframe section ul.reference li:not(:last-child) {
    margin-bottom: 20px;
}

.mainframe section ul.reference li {
    position: relative;
    padding-left: 15px;
    background: url("../img/common/list_icn.png") no-repeat left 9px;
}

.mainframe section ul.reference li a i {
    padding-left: 5px;
}

@media screen and (max-width: 768px) {
    .mainframe section ul.reference {
        padding-top: 10px;
    }

    .mainframe section ul.reference li {
        font-size: 1.6rem;
        word-break: break-all;
    }

    .mainframe section ul.reference li:not(:last-child) {
        margin-bottom: 15px;
    }
}



/* 241021 追加css */


.system_box {
    width: 100%;
    background: #f9ede8;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 37px;
    align-items: center;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    display: flex;
}

.system_box h4 {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 5px !important;
}
.system_box p {
    font-size: 1.8rem;
}

.system_box h4::first-letter {
    color: #db5a75;
}

.system_box figure {
    float: right;
    width: 200px;
}

.system_box figure img {
    width: 100%;
}

.system_flow .box:nth-child(4) div:nth-child(2) p.large {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #db5a75;
    padding-bottom: 0px;
}

@media screen and (max-width: 980px) {
    .system_flow .box:nth-child(3) div:nth-child(3) {
        padding-left: 40px;
        text-align: left;
    }

    .system_flow .box:nth-child(4) div:nth-child(2) p.large {
        font-size: 2.3rem;
    }

    .system_box p {
        font-size: 1.4rem;
    }

    .system_box figure {
        float: none;
        width: 200px;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        margin-inline: auto;
    }
}

.system_table .note {
    font-size: 13px;
    display: block;
    text-indent: -13px;
    padding-left: 13px;
}
.system_table .note.right {
    text-align: right;
}

.system_table table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #f6bc26;
    margin: 7px 0;
}

.system_table table th {
    background: #fddd98;
    font-weight: bold;
}

.system_table table td.or {
    background: #ffefcb;
}

.system_table table th,
.system_table table td {
    border: 1px solid #f6bc26;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 16px;
}

.system_table table th .small,
.system_table table td .small {
    display: block;
    font-size: 12px;
}
@media screen and (max-width: 980px) {

    .system_table table th {
        font-size: 14px;
    }

    .system_table table td {
        padding: 5px;
        font-size: 14px;
    }
}