@charset "utf-8";

/*------------------------------------------------------------
	.nursing
------------------------------------------------------------*/

.naviArea {
    background-color: #7BA7DD;
}

.naviArea .inner {
    border-bottom: 5px solid #7BA7DD;
}

.naviArea.pageNaviArea ul li::after {
    background-color: #205ea5;
}

.mainVisual .comBtn a,
.mainVisual h1 {
    background-color: #7ba7dd;
}

#gFooter {
    border-color: #b7d7ff;
}

.bgColor,
#gFooter .fBox,
#gFooter .fBox ul .en::before {
    background-color: #b7d7ff;
}

#gFooter .fBox ul .img {
    background-color: #92b8e7;
}

.headLine01 {
    color: #000;
}

.comLinkBox {
    background-image: url(../../assets/img/nursing/bg01.jpg);
}

.comNews {
    padding: 50px 0 72px;
    background-color: #b7d7ff;
}

.comNews .comNewsList {
    background-color: #e8ecef;
}

.comNewsList li {
    border-top-color: #638dbe;
    border-bottom-color: #a5bdd6;
}

@media all and (min-width: 897px) {
    .comNews .comNewsList {
        margin-bottom: 20px;
        padding: 15px 56px 1px;
    }

    .comNewsList li {
        padding: 30px 0 8px;
    }

    .headLine01 {
        margin-bottom: 38px;
    }

    .naviArea.pageNaviArea ul a {
        color: #000;
    }
}

@media all and (max-width: 896px) {
    .spMenuBox .subMenu {
        background-color: rgba(183, 215, 255, 0.95);
    }

    .comNews {
        padding: 28px 0 32px;
    }

    #gHeader {
        border-color: #7ba7dd;
    }

    #gHeader .menu {
        background-color: #7ba7dd;
    }
}

.improving {
    padding: 135px 0 142px;
    background: url("../../assets/img/nursing/bg02.jpg") no-repeat top center / cover;
}

.whiteBox {
    margin: 0 auto;
    padding-bottom: 51px;
    max-width: 1718px;
    background-color: #FFF;
}

.whiteBox .textBox {
    margin-bottom: 62px;
    display: flex;
    align-items: center;
}

.whiteBox .textBox .number {
    padding: 12px 23px 0 39px;
    width: 274px;
    height: 274px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #FFF;
    font-size: 20rem;
    background-color: #B7D7FF;
    box-sizing: border-box;
}

.whiteBox .textBox .number img {
    margin-bottom: -5px;
}

.whiteBox .textBox .number.img {
    align-items: center;
}

.whiteBox .textBox .number.img img {
    width: 182px;
}

.whiteBox .textBox .headLine02 {
    margin: 50px 0 0 33px;
}

.whiteBox .textBox .headLine02 .ttl::after {
    margin: 25px 0 25px;
}

.whiteBox .textUl {
    margin: 0 auto;
    max-width: 1480px;
    display: flex;
    flex-wrap: wrap;
}

.whiteBox .textUl li {
    margin: 0 20px 19px 0;
    width: calc((100% - 60px)/4);
    min-height: 300px;
}

.whiteBox .textUl a {
    display: block;
    position: relative;
    height: 100%;
    padding: 28px 32px 56px;
    background: url("../../assets/img/nursing/bg06.png") no-repeat center / 180px;
    background-color: #E8ECEF;
    box-sizing: border-box;
}

.development .whiteBox .textUl a {
    display: block;
    position: relative;
    height: 100%;
    padding: 28px 32px 56px;
    background: url("../../assets/img/nursing/bg0221a.png") no-repeat center / 180px;
    background-color: #E8ECEF;
    box-sizing: border-box;
}

.whiteBox .textUl a::after {
    width: 25px;
    height: 45px;
    position: absolute;
    right: 24px;
    bottom: 21px;
    background: url("../../assets/img/common/icon05.png") no-repeat right bottom / 100%;
    content: '';
}

.whiteBox .textUl h4 {
    margin-bottom: 23px;
    color: #205ea5;
    font-size: 2.4rem !important;
    line-height: 1.25;
    letter-spacing: 0.2em;
}

.whiteBox .textUl h4::after {
    margin-top: 10px;
    display: block;
    width: 147px;
    height: 7px;
    content: '';
    background-color: #9dc5f6;
}

.whiteBox .textUl p {
    font-size: 1.8rem;
    line-height: 1.66;
    letter-spacing: 0.15em;
}

.whiteBox .imgUl {
    margin: 0 auto;
    max-width: 1566px;
    display: flex;
    flex-wrap: wrap;
}

.whiteBox .imgUl li {
    width: calc(100% /3);
    box-sizing: border-box;
    border: 1px solid #FFF;
}

@media all and (min-width: 897px) {
    .whiteBox .textUl li:nth-child(4n) {
        margin-right: 0;
    }
}

@media all and (max-width: 896px) {
    .improving {
        padding: 30px 10px
    }

    .whiteBox {
        padding-bottom: 27px;
    }

    #main .whiteBox h4 {
        margin: 0 0 0;
    }

    .whiteBox .textBox {
        margin-bottom: 20px;
    }

    .whiteBox .textBox .number {
        height: 68px;
        padding: 0;
        width: 68px;
    }

    .whiteBox .textBox .number img {
        margin-bottom: -2px;
        height: 36px;
    }

    .whiteBox .textBox .headLine02 {
        margin: 5px 0 0 10px;
    }

    .whiteBox .textBox .headLine02 .ttl::after {
        margin: 5px 0 5px;
    }

    .whiteBox .textUl {
        margin: 0 10px;
    }

    .whiteBox .textUl li {
        margin: 0 6.5px 5px 0;
        width: calc((100% - 13px)/3);
        min-height: inherit;
    }

    .whiteBox .textUl a {
        padding: 5px 5px;
        background-size: 45px;
        font-size: 1.0rem !important;
    }

    .development .whiteBox .textUl a {
        padding: 5px 5px;
    }

    .whiteBox .textUl a::after {
        right: 4px;
        width: 5px;
        height: 14px;
        bottom: 5px;
    }

    .whiteBox .textUl li:nth-child(3n) {
        margin-right: 0;
    }

    .whiteBox .textUl h4 {
        margin-bottom: 8px;
        font-size: 1rem !important;
    }

    .whiteBox .textUl h4::after {
        margin-top: 8px;
        width: 45px;
        height: 3px;
    }

    .whiteBox .textUl p {
        font-size: 1.0rem !important;
        line-height: 1.44;
    }
}

.work {
    padding: 135px 0 134px;
    background: url("../../assets/img/nursing/bg03.jpg") no-repeat top center / cover;
}

.work .whiteBox {
    padding-bottom: 84px;
}

.work .whiteBox .textUl .bg01 a {
    background-image: url("../../assets/img/nursing/bg08.png");
    background-size: 151px;
}

.work .whiteBox .textUl .bg02 a {
    background-image: url("../../assets/img/nursing/bg08.png");
    background-size: 151px;
}

.development {
    padding: 135px 0 96px;
    background: url("../../assets/img/nursing/bg04.jpg") no-repeat top center / cover;
}

.special {
    padding: 135px 0 132px;
    border-top: 4px solid #B7D7FF;
    background: url("../../assets/img/nursing/bg05.jpg") no-repeat top center / cover;
}

.special .whiteBox {
    padding-bottom: 165px;
    max-width: 1698px;
}

.special .whiteBox .textBox {
    margin-bottom: 46px;
}

@media all and (max-width: 896px) {

    .work,
    .development,
    .special {
        padding: 30px 10px;
    }

    .work .whiteBox {
        padding-bottom: 27px;
    }

    .work .whiteBox .textUl .bg01 a {
        background-size: 45px;
    }

    .work .whiteBox .textUl .bg02 a {
        background-size: 59px;
    }

    .special {
        border: none;
    }

    .special .whiteBox {
        padding-bottom: 30px;
    }

    .special .whiteBox .textBox {
        margin-bottom: 17px;
    }

    .whiteBox .textBox .number.img img {
        width: 52px;
        height: auto;
    }

    .whiteBox .imgUl {
        margin: 0 10px;
    }

    .whiteBox .imgUl li {
        padding: 1px;
        width: 50%;
        box-sizing: border-box;
    }
}

.comDetailBox .photoBox {
    margin: -12px 0 0;
    position: relative;
}

.comDetailBox .photoBox>p {
    position: absolute;
    right: -4px;
    top: -11px;
}

.comDetailBox .photoBox>ul {
    margin: 0 -4px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.comDetailBox .photoBox>ul li {
    margin-right: 40px;
    text-align: center;
}

.comDetailBox .photoBox>ul li .photo {
    margin-bottom: 13px;
    display: block;
    width: 331px;
}

.comDetailBox .photoBox>ul li .photo01 {
    width: 248px;
}

.comDetailBox .photoBox>ul li .photo img {
    width: 100%;
}

.comDetailBox .photoBox>ul li .txt {
    letter-spacing: 0.1em;
}

.comDetailBox .condition p {
    margin-bottom: 0;
}

.comDetailBox .inner .image {
    margin: 44px auto 44px;
    text-align: center;
}

@media all and (max-width: 896px) {
    .comDetailBox .photoBox {
        margin-top: 50px;
    }

    .comDetailBox .photoBox>p {
        right: -7px;
        top: -49px;
    }

    .comDetailBox .photoBox>ul {
        margin: 0 0 32px;
        display: block;
    }

    .comDetailBox .photoBox>ul li {
        margin: 0 0 16px;
    }

    .comDetailBox .photoBox>ul li:last-child {
        margin-bottom: 0;
    }

    .comDetailBox .photoBox>ul li .photo {
        margin: 0 auto 3px;
        width: 166px;
    }

    .comDetailBox .photoBox>ul li .photo01 {
        width: 124px;
    }

    .comDetailBox .photoBox>ul li .txt {
        font-size: 0.9rem;
    }

    .comDetailBox .inner .image {
        margin: 21px 3px 18px;
        width: auto;
    }

    .comDetailBox p {
        margin-bottom: 20px;
    }
}

@media (min-width: 897px) and (max-width: 1400px) {
    .comNews .newUl .newInner .h3Ttl {
        font-size: 18px !important;
    }

    .headLine02 .en {
        font-size: 16px;
    }

    .comNews .newUl .newInner .headLine02 {
        font-size: 18px !important;
    }

    .whiteBox .textUl h4 {
        font-size: 18px !important;
    }

    .whiteBox .textUl a::after {
        width: 20px;
        height: 40px;
        position: absolute;
        right: 15px;
        bottom: 20px;
        background: url(../../assets/img/common/icon05.png) no-repeat right bottom / 100%;
        content: '';
    }

    .headLine02 {
        font-size: 30px !important;
    }

    .whiteBox .textBox .headLine02 {
        margin: 10px 0 0 33px;
    }

    .whiteBox .textBox .number {
        padding: 12px 23px 0 39px;
        width: 200px;
        height: 200px;
    }
}


#container-header {
    width: 550px;
}

#container-header .logo {
    width: 80%;
    min-width: 30px;
    position: absolute;
    width: 70px;
    left: 3%
        /*4px*/
    ;
    top: 13px;
}

#container-header #logo-container img {
    min-width: 30px;
    position: absolute;
    width: 70px;
    left: 13%
        /*4px*/
    ;
    top: 7px;
}

#container-header span {
    text-align: center;
    display: block;
    padding-left: 9%;
}

#container-header {
    background: #c3dcbe
        /*#D9E5FF*/
    ;
    height: 75px;
    cursor: pointer;
    /*background: linear-gradient(180deg, #223B80 0%, #223B80 77px, #def6f8 77px, #def6f8 100%);*/
    height: 90px !important;
    min-width: 450px !important;
    position: fixed;
    display: inline-block;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1000;
}

#container-header-title {
    color: rgb(255, 255, 255);
    font-size: 1.0rem;
    position: absolute;
    top: 22%;
    right: 60%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#wc-header-title {
    color: #04276B;
    font-size: 2rem;
    font-family: Meiryo;
    font-weight:
        /*bold*/
        normal;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 58%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*#container-header-title {
    letter-spacing: 5px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    right: 43%;
    margin-right: -63%;
    transform: translate(-50%, -50%)
}*/

#container-header-text {
    color: rgb(0, 0, 0);
    text-align: center;
    position: absolute;
    top: 71%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}

#chat-frame {
    position: fixed;
    right: 5px;
    bottom: 0;
    height: 700px;
    width: 550px;
    border: solid 1px gray;
    background-color: #ffffff;
    z-index: 200;
}

#container-chat-frame {
    position: fixed;
    right: 5px;
    bottom: 0;
    height: 700px;
    width: 550px;
    display: block;
    z-index: 100;
    transform: translateY(110%);
    transition: all 0.5s ease-in-out;
}

#container-chat-frame.slide-in {
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 500px) {
    #wc-header-text1 {
        font-size: 130%;
        left: 61%;
    }

    #wc-header-text2 {
        font-size: 130%;
        left: 61%;
    }

    #chat-frame {
        width: 100%;
        height: 100%;
        right: 0;
    }

    #container-chat-frame {
        right: 0;
        width: 100%;
        height: 100%;
    }

    #container-header {
        width: 100%;
    }

    #container-header-title {
        font-size: 80%;
    }

    #container-header-text {
        font-size: 80%;
        left: 52%;
    }

    .wc-message-groups {
        top: 80px;
    }

    .logo {
        width: 18%;
        top: 2px;
    }

    #container-header #logo-container img {
        min-width: 30px;
        position: absolute;
        width: 50px;
        left: 13%
            /*4px*/
        ;
        top: 7px;
    }
}

@media all and (max-width: 897px) {
    #wc-header-title {
        color: #04276B;
        font-size: 1.6rem;
        font-family: Meiryo;
        font-weight:
            /*bold*/
            normal;
        text-align: center;
        position: absolute;
        top: 55%;
        left: 57%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    #container-header .logo {
        width: 80%;
        min-width: 20px;
        position: absolute;
        width: 50px;
        left: 2%
            /*4px*/
        ;
        top: 8px;
    }

    #container-header {
        height: 65px !important;
        width: 100%;
        min-width: 100% !important;
    }

    #container-header #logo-container img {
        min-width: 30px;
        position: absolute;
        width: 50px;
        left: 13%
            /*4px*/
        ;
        top: 7px;
    }
}

/*0603更新*/
.flex2_images {
    display: flex;
    justify-content: space-between;
}

.flex2_images img {
    flex: 0 1 auto;
}

@media (max-width: 896px) {
    .flex2_images {
        display: block;
        text-align: center;
    }

    .flex2_images img {
        margin-bottom: 15px;
    }
}

.boxflex {
    display: flex;
    justify-content: space-around;
}

.boxflex div {
    flex: 0 1 1;
    margin: 10px;
}

dl.careerad_indent {
    display: flex;
    flex-wrap: wrap;
}

dl.careerad_indent dt {
    flex: 0 0 6em;
    font-weight: bold;
    margin-bottom: 20px;
}

dl.careerad_indent dd {
    flex: 0 1 calc(100% - 6em);
    margin-bottom: 20px;
}

main.qualification .fontSizeMiddle {
    font-size: 2rem;
}

main.qualification h2 {
    margin: 50px 0 15px;
    padding: 10px 15px !important;
    color: #ffffff;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    border-bottom: none;
    background-color: #205ea5;
    color: #ffffff !important;
}

main.qualification h2.halfbarwide a {
    color: #ffffff;
    font-size: 2.2rem !important;
    margin-bottom: 0;
}

@media (max-width: 896px) {
    main.qualification .fontSizeMiddle {
        font-size: 1.5rem;
    }

    .boxtype .freebox {
        padding: 0 0 5px;
    }

    main.qualification h2.halfbarwide a {
        font-size: 1.4rem !important;
    }
}

.child_cb h3.marginTop {
    margin-top: 0;
}

.child_cb dl.case_ctflex div {
    display: flex;
    padding-bottom: 10px;
}

.child_cb dl.case_ctflex p {
    font-size: 100% !important;
}

dl.case_ctflex div dt {
    flex: 0 0 130px;
    font-weight: normal;
}

dl.case_ctflex div dd {
    padding-left: 0;
}

@media (max-width: 896px) {
    dl.case_ctflex div dt {
        flex: 0 0 80px;
    }
}

#main input[type="text"] {
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #a7a9a8;
}

#main input[type="submit"].btn-submit {
    background-color: #205ea5;
    border: none;
    padding: 10px 25px;
    margin-left: 10px;
    color: #fff;
}

/*.summarybox_inner ul li:nth-child(n + 9) {
    display: none;
}*/

.improvement_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.improvement_flex p,
.improvement_flex li {
    flex: 0 1 49%;
    text-align: center;
    margin-bottom: 45px;
}

.improvement_flex li p {
    margin-bottom: 0px;
    background-color: #B7D7FF;
}

.improvement_flex li a {
    margin-top: 0;
}

@media (max-width: 896px) {
    .improvement_flex {
        display: block;
    }

    .improvement_flex p {
        width: auto;
    }
}

#main h2.halfbar {
    font-size: 1.6rem;
}

@media (max-width: 896px) {
    #main h2.halfbar {
        padding: 10px 10px 6px;
        font-size: 1.2rem;
    }
}

.wlbindex_flex {
    display: flex;
    flex-wrap: wrap;
}

.wlbindex_flex dt {
    flex: 0 0 8rem;
    margin-bottom: 10px;
}

.wlbindex_flex.wwide dt {
    flex: 0 0 31rem;
}

.wlbindex_flex dt p {
    font-weight: bold;
}

.wlbindex_flex dd {
    flex: 0 1 calc(100% - 8rem);
    margin-bottom: 10px;
}

.wlbindex_flex.wwide dd {
    flex: 0 1 calc(100% - 31rem);
}

@media (max-width: 896px) {
    .wlbindex_flex {
        display: block;
    }

    .wlbindex_flex dt {
        margin-bottom: 0;
    }
}

.icn4ukr_flex {
    display: flex;
    flex-wrap: wrap;
}

.icn4ukr_flex dt {
    flex: 0 0 5rem;
    margin-bottom: 20px;
}

.icn4ukr_flex dt p {
    font-weight: bold;
}

.icn4ukr_flex dd {
    flex: 0 1 calc(100% - 5rem);
    margin-bottom: 20px;
}

@media (max-width: 896px) {
    .icn4ukr_flex dt {
        flex: 0 0 3.5rem;
    }

    .icn4ukr_flex dd {
        flex: 0 1 calc(100% - 3.5rem);
    }
}

.promote_todofuken h1.titlekangotyan {
    background-color: #7BA7DD;
    padding-left: 30px;
    color: #ffffff;
    font-weight: normal;
    margin: 70px 0px;
}

.promote_todofuken h1.titlekangotyan::before,
.promote_todofuken h1.titlekangotyan::after {
    position: inherit;
}

.promote_todofuken .kangotyantodofuken {
    position: relative;
}

.promote_todofuken .kangotyantodofukenLogo {
    position: absolute;
    top: -50px;
    right: 20px;
    text-align: center;
}

.promote_todofuken .kangotyantodofukenLogo p {
    font-size: 1.1rem !important;
}

.promote_todofuken .linkHPbutton {
    margin-top: 100px;
}

.promote_todofuken .linkHPbutton p {
    text-align: center;
}

.promote_todofuken .linkHPbutton p.buttonTop {
    margin-bottom: 0;
}

.promote_todofuken .linkHPbutton p.buttonTop a {
    background-color: #7BA7DD;
    color: #ffffff !important;
    padding: 20px;
    width: 360px;
    text-decoration: none !important;
}

.promote_todofuken .linkHPbutton p.buttonBottom a {
    background-color: #ffffff;
    color: #7BA7DD !important;
    border: 2px solid #7BA7DD;
    padding: 20px;
    width: 360px;
    text-decoration: none !important;
}

.promote_todofuken .linkHPbutton p.buttonTop a.comBlank::after {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(205%);
}

.promote_todofuken .linkHPbutton p.buttonBottom a {
    position: relative;
}

.promote_todofuken .linkHPbutton p.buttonBottom a::after {
    content: '>';
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.todofuken_innerFlexImg {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.promote_todofuken {
    width: 750px;
    margin: auto;
}


@media (max-width: 896px) {
    .promote_todofuken h1.titlekangotyan {
        margin: 60px 0px;
    }

    .promote_todofuken .kangotyantodofukenLogo img {
        width: 70px;
    }

    .promote_todofuken .kangotyantodofukenLogo {
        top: -35px;
    }

    .promote_todofuken .linkHPbutton {
        margin-top: 50px;
    }

    .promote_todofuken .linkHPbutton p.buttonTop a,
    .promote_todofuken .linkHPbutton p.buttonBottom a {
        width: inherit;
        display: block;
    }

    .promote_todofuken {
        width: 100%;
    }
}

.map-container {
    position: relative;
    display: inline-block;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* オーバーレイがホバーイベントを妨げないようにする */
}

.hover-overlay canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapaccordion {
    display: none;
}

@media (max-width: 896px) {
    .map-container {
        display: none;
    }

    .pcOnlyMap {
        display: none;
    }

    .mapaccordion {
        display: block;
    }

    .mapaccordion {
        width: 100%;
        max-width: 600px;
        margin: 20px auto;
        /*border: 1px solid #ccc;*/
        border-radius: 4px;
    }

    .accordion-item {
        /*border-top: 1px solid #ccc;*/
        margin-bottom: 10px;
    }

    .accordion-item:first-of-type {
        border-top: none;
    }

    .accordion-button {
        width: 100%;
        padding: 10px;
        text-align: left;
        /*background-color: #f1f1f1;*/
        border: none;
        outline: none;
        cursor: pointer;
        /*transition: background-color 0.3s;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*.accordion-button:hover {
    background-color: #ddd;
}*/

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        /*padding: 0 10px;*/
        background-color: white;
        /*border-top: 1px solid #ccc;*/
    }

    /*.accordion-content p {
        margin: 10px 0;
    }*/

    .accordion-symbol {
        font-size: 20px;
        font-weight: bold;
    }

    .accordion-content p {
        position: relative;
        padding-right: 20px;
    }

    .accordion-content a::after {
        content: '>';
        position: absolute;
        right: 10px;
        font-weight: bold;
    }

    .accordion-content a {
        color: #000000 !important;
        text-decoration: none !important;
    }

    .tohoku {
        background-color: #80cbbe;
    }

    .tohokuContent p {
        border: 2px solid #80cbbe;
        margin-bottom: -2px;
    }

    .tohokuContent a {
        padding: 10px;
        display: block!important;
    }

    .kanto {
        background-color: #bbd68f;
    }

    .kantoContent p {
        border: 2px solid #bbd68f;
        margin-bottom: -2px;
    }

    .kantoContent a {
        padding: 10px;
        display: block!important;
    }

    .tyubu {
        background-color: #ffe267;
    }

    .tyubuContent p {
        border: 2px solid #ffe267;
        margin-bottom: -2px;
    }

    .tyubuContent a {
        padding: 10px;
        display: block!important;
    }

    .kinki {
        background-color: #f5c087;
    }

    .kinkiContent p {
        border: 2px solid #f5c087;
        margin-bottom: -2px;
    }

    .kinkiContent a {
        padding: 10px;
        display: block!important;
    }

    .tyugoku {
        background-color: #f5bad4;
    }

    .tyugokuContent p {
        border: 2px solid #f5bad4;
        margin-bottom: -2px;
    }

    .tyugokuContent a {
        padding: 10px;
        display: block!important;
    }

    .kyusyu {
        background-color: #f6a2a7;
    }

    .kyusyuContent p {
        border: 2px solid #f6a2a7;
        margin-bottom: -2px;
    }

    .kyusyuContent a {
        padding: 10px;
        display: block!important;
    }
}

/*20240729追加*/
.nursingPolicyMovements ul#gNavi {
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
.nursingPolicyMovements .text_07_1{
    font-size: 1.7rem!important;
}
/*本会の活動ボタン*/
.nursingPolicyMovements .btn_07_01{
font-family: 'Noto Serif JP', serif!important;
}
/*ニュースリリースはこちらボタン*/
.nursingPolicyMovements .btn_07_01 a {  
    font-size: 1.7rem!important;
    padding: 26px 33px 26px!important;
}
#main .nursingPolicyMovements .mainBox .h3Ttl {
    font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif;
}

#main .nursingPolicyMovements .activities .content{
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}

#main .nursingPolicyMovements .mainBox .note2 p {
    font-size: 1.7rem;
}

#main .nursingPolicyMovements h3 {
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}

.nursingPolicyMovements section.summit.content{
    font-family: "游明朝", "YuMincho", "Hiragino Mincho Pro", "MS PMincho", "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W6", serif!important;
    font-size: 1.7rem;
}
/*重点政策以下*/
#main .nursingPolicyMovements h2#\30 3{
    font-size: 32px !important;
  }
#main .nursingPolicyMovements h2#\30 4{
    font-size: 32px !important;
}
#main .nursingPolicyMovements h2#\30 5{
    font-size: 32px !important;
}
#main .nursingPolicyMovements h2#\30 6{
    font-size: 32px !important;
 }
#main .nursingPolicyMovements h2#\30 7{
    font-size: 32px !important;
}
#main .nursingPolicyMovements h2#\30 8{
    font-size: 32px !important;
}
#main .nursingPolicyMovements h2#\30 10{
    font-size: 32px !important;
}

#main .nursingPolicyMovements h4 {
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
.nursingPolicyMovements .summit ul li{
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
.nursingPolicyMovements p.indent {
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
.nursingPolicyMovements .comLinkBtn a{
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
#main .nursingPolicyMovements .policies .textList li {
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
#main .nursingPolicyMovements .policies .textUl01{
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}

.nursingPolicyMovements #main .policies p {
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
.nursingPolicyMovements .text_07_2{
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}
.nursingPolicyMovements section.summit.content.summit2023_con{
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif!important;
    font-size: 1.6rem;
}
#main .nursingPolicyMovements .bgBox .textBox p{
font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif!important;
}
.nursingPolicyMovements a.pdfLink.comlink.comLink{
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif!important;
}



@media (max-width: 896px) {
    .nursingPolicyMovements .text_07_1{
        font-size: 1.2rem!important;
    } 
    /*本会の活動ボタン*/
    .nursingPolicyMovements .btn_07_01 a{
        font-size: 1.2rem!important;
    }    
    #main .nursingPolicyMovements .mainBox .note2 p {
        font-size: 1.2rem;
    }
    .nursingPolicyMovements .btn_07_01{
        font-size: 1.2rem;
    }
    .nursingPolicyMovements section.summit.content{
        font-size: 1.2rem;
    }
    .nursingPolicyMovements section.summit.content.summit2023_con{
        font-size: 1.2rem;
    }

    #main .nursingPolicyMovements h2#\30 3{
        font-size: 20px !important;
      }
    #main .nursingPolicyMovements h2#\30 4{
        font-size: 20px !important;
    }
    #main .nursingPolicyMovements h2#\30 5{
        font-size: 20px !important;
    }
    #main .nursingPolicyMovements h2#\30 6{
        font-size: 20px !important;
     }
    #main .nursingPolicyMovements h2#\30 7{
        font-size: 20px !important;
    }
    #main .nursingPolicyMovements h2#\30 8{
        font-size: 20px !important;
    }
    #main .nursingPolicyMovements h2#\30 10{
        font-size: 20px !important;
    }
}

/*特設サイト更新　20241204*/
.whiteBox .imgUl li {
    width: calc(100% / 4);
}