.none_text {
    display: none;
}

.contentHeader {
    /*	padding: 0;
	margin-bottom: 30px;
*/
}


.contentTitle {
    padding: 0px;
}

#breadCrumb {
    width: 100%;
    font-size: 90%;
    padding: 20px 0;
    margin-bottom: 25px;
}

.contentBodyWrapper {
    padding: 0px 0px;
    line-height: 185%;
}



.contentTitle h1 {
    width: 100%;
    font-size: 200%;
    color: #c02757;
    line-height: 120%;
    letter-spacing: 2px;
    padding-bottom: 20px;
    margin: 50px 0 20px 0;
    border-bottom: 1px solid #c02757;
    text-align: center;

}



.contentDescription {
    padding-bottom: 20px;
    text-align: center;
}

p.description {
    color: #1e3289;
    font-weight: bold;
}

.contentHeader .date {
    color: #666;
    background-color: #f2f0e0;
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    text-align: right;
}

.contentBody {
    padding: 0 5px;
}

.top-category_information .contentBody {
    padding: 0 5px;
    font-size: 110%;
    line-height: 180%;
}

.contentBody a {
    color: #c02757;
}


.contentBody h2 {
    margin: 50px 4px 30px 4px;
    padding: 10px 15px;
    border-left: 12px solid #c02757;
    font-size: 180%;
    line-height: 135%;
    /* text-align: center; */
    /* background-color: #f3f3f3; */
}


.top-category_reserve .contentBody h2 {
    padding: 15px 15px;
    /* text-align: center; */
    background-color: #f3f3f3;
    margin: 50px 4px 30px 4px;
}


.contentBody h3 {
    margin: 2em 0 1em;
    padding: 0 5px 15px;
    border-bottom: 1px solid #ccc;
    color: #c02757;
    font-size: 150%;
    line-height: 150%;
}




.contentBody h4 {
    margin: 2em 0 1em;
    /* padding: 0 10px; */
    color: #000;
    font-size: 130%;
}

.contentBody p {
    margin: 1em 0 1em 0px;
}

.contentBody ol,
.contentBody ul {
    margin: 1em 0 1em;
}


.contentBody ul {
    padding: 0.5em;
    list-style-type: none;
}

.contentBody ul li {
    position: relative;
    padding: 0em 0.3em 0.3em 1.3em;
    margin: 10px 0px;
    line-height: 150%;
}

.contentBody ul li::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.5em;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 3px solid #d2cc70;
    border-bottom: 3px solid #d2cc70;
    transform: rotate(-45deg);
}






.top-category_report .contentBody li {
    margin-bottom: 15px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 3px 7px;
    background-size: 12px;
    padding-left: 0px;
}

.top-category_report .contentBody li .date {
    display: block;
    margin-bottom: 10px;
}

.top-category_report .contentBody li .title {
    display: block;

    padding: 20px;
    font-size: 150%;
    background-color: #0071EE;

}

.top-category_report .contentBody li .title a {
    text-decoration: none;
    color: #fff;
}

.contentBody ol {
    counter-reset: number;
    list-style-type: none !important;
    padding: 35px 35px 15px 35px;
    background: #f5f4ed;
}

.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 20px;
}

.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #c02757;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.contentBody ol li {
    margin-bottom: 15px;
}

.contentBody ul {}

.contentBody ul a {}

.contentBody ul a:hover {
    text-decoration: underline;
}



.contentBody li ul {
    list-style: circle;
}

.contentBody li li ul {
    list-style: square;
}




.contentBody .alignLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 50px;
}

.contentBody .alignRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 50px;
}

.contentBody .alignCenter {
    display: block;
    margin: 0 auto;
}

.contentBody em {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}

.contentBody table {
    max-width: 100%;
}

.contentBody table p {
    margin: 0px 0px;
}

.contentBody table ol,
.contentBody table ul {
    margin: 0;
}

.contentBody table th,
.contentBody table td {
    vertical-align: top;
    font-size: 100%;
}

.contentBody table[border] {
    border: 1px solid #ccc;
}

.contentBody table[border] th,
.contentBody table[border] td {
    padding: 10px;
    border: 1px solid #ccc;
}

.contentBody table[border] th {
    /*  font-weight: normal; */
    background-color: #eee;
}

.contentBodyWrapper table {
    width: 100%;
}

.contentBodyWrapper table th,
.contentBodyWrapper table td {
    vertical-align: middle;
    font-size: 100%;
    padding: 10px;
}

.contentBodyWrapper table[border] {
    border: 1px solid #ccc;
}

.contentBodyWrapper table[border] th,
.contentBodyWrapper table[border] td {

    border: 1px solid #ccc;
}

.contentBodyWrapper table[border] th {
    /*  font-weight: normal; */
    background-color: rgba(50, 100, 158, 0.1) !important;
}



/* table more
================================================== */


.contentBody table.more {
    max-width: 100%;
}

.contentBody table.more th {
    font-size: 120%;
    vertical-align: top;
    text-align: left;
}


.contentBody table.more th p {
    border-bottom: 1px solid #b8cde2;
    padding-bottom: 10px;
    margin: 20px 0px 10px 0px;
}


.contentBody table.more td {
    vertical-align: top;
    font-size: 100%;
}

.contentBody table.more[border] {
    border: 1px solid #ccc;
}

.contentBody table.more[border] th,
.contentBody table.more[border] td {
    padding: 10px;
    border: 1px solid #ccc;
}

.contentBody table.more[border] th {
    /*  font-weight: normal; */
    background-color: #eee;
}

.contentBodyWrapper table.more {
    width: 100%;
    border: 1px solid #004da2;
    background-color: rgba(255, 255, 255, 0.4);
}

.contentBodyWrapper table.more th,
.contentBodyWrapper table.more td {
    vertical-align: middle;
    padding: 0 30px;
    font-weight: bold;
}

.contentBodyWrapper table.more[border] {
    border: 1px solid #ccc;
}

.contentBodyWrapper table.more[border] th,
.contentBodyWrapper table.more[border] td {

    border: 1px solid #ccc;
}

.contentBodyWrapper table.more[border] th {
    /*  font-weight: normal; */
    background-color: #eee;
}










.contentBody table ol,
.contentBody table ul {
    margin: 0;
}

.contentBody table th,
.contentBody table td {
    vertical-align: top;
    font-size: 100%;
}

.contentBody table[border] {
    border: 1px solid #ccc;
}

.contentBody table[border] th,
.contentBody table[border] td {
    padding: 10px;
    border: 1px solid #ccc;
}

.contentBody table[border] th {
    /*  font-weight: normal; */
    background-color: #eee;
}

.contentBodyWrapper table {
    width: 100%;
}

.contentBodyWrapper table th,
.contentBodyWrapper table td {
    vertical-align: middle;
    font-size: 100%;
    padding: 10px;
}

.contentBodyWrapper table[border] {
    border: 1px solid #ccc;
}

.contentBodyWrapper table[border] th,
.contentBodyWrapper table[border] td {

    border: 1px solid #ccc;
}

.contentBodyWrapper table[border] th {
    /*  font-weight: normal; */
    background-color: rgba(50, 100, 158, 0.1) !important;
}

.contentBodyWrapper table.maina td {
    padding: 20px;
    line-height: 210%;
    font-size: 90%;
    display: block;
    border: none;
}

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

    table.kensa th,
    table.kensa td {
        display: block;
        width: 100% !important;
    }
}


/* pagelist
================================================== */




.contentListWrapper .pageList {
    width: 100%;
    margin-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentListWrapper .pagelist-item {
    margin: 0 1% 30px 1%;
    /* border-bottom: 1px solid #dedede; */
    border-left: 10px solid #c02757;
    padding: 5px;
    width: 47%;
    background-color: #f5f4ed;
}

ul.pageList.current-category_voice {
    justify-content: flex-start;
}

.top-category_voice .contentListWrapper .pagelist-item {
    width: 29.333%;
    margin: 0 2% 50px 2%;
    border-left: none;
    padding: 20px;
    text-align: center;
    background-color: #f1ebed;
    position: relative;
    display: inline-block;
    border-radius: 18px;
    box-sizing: border-box;

}

.top-category_voice .contentListWrapper .pagelist-item:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f1ebed;
    z-index: 0;
}


.top-category_voice .contentListWrapper .pagelist-item .date {
    text-align: center;
}


.top-category_voice .contentListWrapper .pagelist-item .title {
    display: block;
    padding: 5px 0px 5px 10px;
    font-size: 145%;
    line-height: 160%;
}

.top-category_voice .contentListWrapper .pagelist-item .title a {
    color: #c02757;
    text-decoration: underline;
}


.contentListWrapper .current-category_report .pagelist-item {
    margin: 0 0% 30px 0%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentListWrapper .current-category_news .pagelist-item {
    margin: 0 0% 30px 0%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentListWrapper .current-category_news .thumb {
    display: block;
    float: left;
    width: 22%;
    margin: 0px 0px 0px 0px;
}




.contentListWrapper .pagelist-item .thumb {
    display: block;

    margin: 0px 0px 0px 0px;
}

.contentListWrapper .pagelist-item .thumb img {
    width: 100%;

    margin-bottom: 12px;
}

.contentListWrapper .pagelist-item .td-span {
    display: block;
    vertical-align: top;
    width: 74%;
}

.contentListWrapper .pagelist-item .title {
    display: block;
    padding: 5px 0px 5px 10px;
    font-size: 150%;
    line-height: 150%;

}




.contentListWrapper .pagelist-item .title a {
    text-decoration: none;
    display: block;
    font-weight: bold;


}

.contentListWrapper .pagelist-item .title a:hover {
    text-decoration: underline;
}

.contentListWrapper .pagelist-item .description {
    padding: 10px;
    display: block;
    font-size: 90%;
    color: #1f3289;
}


.contentListWrapper .pagelist-item .date {
    display: block;
    text-align: right;
    padding: 5px 0px 0px 0;
    font-size: 80%;
    color: #999999;
}


.f_contact {
    width: 680px;
    margin: 50px auto 0px auto;
}

.f_contact img {
    width: 100%;
}

.top-category_information .contentListWrapper .pagelist-item {
    margin: 0 1% 30px 1%;
    border-bottom: 1px solid #dedede;
    border-left: 0;
    padding: 5px;
    width: 100%;
    background-color: #fff;
}


.top-category_information .contentListWrapper .pagelist-item .title {
    display: block;
    font-size: 120%;
    padding: 5px 0px 5px 0px;
}

.top-category_information .contentListWrapper .pagelist-item .date {
    display: block;
    text-align: left;
    padding: 0;
    font-size: 80%;
    color: #c02657;
}


/* sidemenu
================================================== */


#sidemenu {
    width: 100%;
    margin: 30px 0;
    padding: 15px;
}

#sidemenu section {}

#sidemenu .sideHeader h2 {
    text-align: center;
    padding-bottom: 20px;
    margin: 10px 0px 20px 10px;
    color: #c02757;
    font-size: 150%;
    border-bottom: 1px solid #004da2;
}

#sidemenu .sideBody ul li {
    width: 29%;
    font-size: 90%;
    margin: 0 2%;
}

#sidemenu .sideBody ul li a {
    display: block;
    background-image: url(../images/list-_icon.png);
    background-repeat: no-repeat;
    background-position: 11px 17px;
    background-size: 10px;
    padding: 10px 0px 10px 35px;
}


#sidemenu .sideBody ul li span {
    display: block;
    background-image: url(../images/list-_icon.png);
    background-repeat: no-repeat;
    background-position: 11px 17px;
    background-size: 10px;
    padding: 10px 0px 10px 35px;
}


#sidemenu .sideBody ul li span.active {
    color: #004da2;
    font-weight: bold;
}

#sidemenu .sideBody ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: #004da2 1px solid;
}



#sidemenu .sideBody ul li a:hover {
    text-decoration: underline;
}


/* img
================================================== */

.contentBody .alignRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

.contentBody .alignLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.contentBody .alignCenter {
    margin-bottom: 30px;
}



/* Color Definition
================================================== */



.red {
    color: #c02657;
}

.style1 {
    font-size: 160%;
}


.style2 {
    background-color: #1f3289;
    color: #fff;
    font-size: 130%;
    padding: 10px;
}

.style2 a {
    color: #fff;

}


.style3 {
    font-size: 80%;
}

.style3 a {
    text-decoration: none;
}

.style4 {
    font-size: 140%;
    font-weight: bold;
    color: #c02757;
    border-bottom: dotted #dddaac;
}

.style5 {
    text-align: left;
    display: block;
    background-color: #1f3289;
    color: #FFF;
    width: 100%;
    font-size: 150%;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-tap-highlight-color: transparent;
    max-width: 600px;
    margin: 0 auto;
    transition: .3s ease-out;
}

.style5 a {
    color: #fff;
    padding: 30px 60px 30px 30px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-image: url(../images/style5arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 25px;
}

.style5:hover {
    cursor: pointer;
    background-color: #c02757;
    text-decoration: none;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}

.style6 {
    color: #a7a143;
}

.style6 a {
    color: #a7a143;
}

.conception6 {
    font-size: 140%;
}


.style7 {
    background-color: #1f3289;
    color: #fff;
    font-size: 200%;
    padding: 20px 40px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
}

.style8 {
    background-color: #c02757;
    color: #fff;
    font-size: 200%;
    padding: 20px 40px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 130%;
}

.title-b {
    background-color: #1f3289;
}

.title-y {
    background-color: #9c8c3e;
}

/*
.top-category_reserve .style8 {
    font-size: 170%;
}
*/

.style8 a {
    text-decoration: none;
    color: #fff;
}


.style8 a:visited {
    text-decoration: none;
    color: #fff;
}

.style9 {
    font-size: 130%;
    display: inline-block;
    margin-bottom: 7px;
}

.style10 {
    color: #9c8c3e;
    font-size: 120%;
    line-height: 200%;
    font-weight: bold;
    /* text-decoration: underline; */
}

span.green {
    color: #27ac69;
}

span.blue {
    color: #2482c5;
}


/* sitemap
================================================== */


.sitemap {
    font-size: 120%;
    line-height: 1.8em;
    zoom: 0;
    padding: 25px;
}

li.sitemap-list-item.sm-depth1-item {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #c12757;

}

li.sitemap-list-item.sm-depth1-item:last-child {
    border-bottom: none;
}

.sitemap-list-item-span.sm-depth1-label {
    padding-left: 33px;
    padding-top: 4px;
    font-weight: bold;
    margin-bottom: 10px;
    background-image: url(../images/spm_list.png);
    background-repeat: no-repeat;
    background-position: 6px 11px;
    vertical-align: middle;
    background-size: 15px;
    width: 100%;
    display: block;
}

li.sitemap-list-item-span.sm-depth1-label a {}

.sitemap-list.sm-depth2-list {
    font-size: 80%;
    margin-left: 20px;
}

.sitemap-list-item.sm-depth2-item {
    margin-bottom: 10px;
}

li.sitemap-list-item.sm-depth2-item {
    background-image: url(../images/spm_icon.png);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    vertical-align: middle;
    background-size: 25px;
    padding-left: 25px;
}

ul.sitemap-list.sm-depth3-list {
    display: flex;
    margin-bottom: 20px;
    font-size: 85%;
}

li.sitemap-list-item.sm-depth3-item {
    margin-right: 15px;
    background-image: url(../images/spm_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    background-size: 10px;
}

li.sitemap-list-item.sm-depth3-item:last-child {
    background-image: none;
}

.sitemap ul li a {}








@media (max-width: 768px) {

    #breadCrumb {
        padding: 10px 10px;
        font-size: 80%;
    }

    .contentListWrapper .pagelist-item .description {
        font-size: 70%;
        padding: 10px 10px;
        line-height: 145%;
    }


    .contentTitle h1 {
        padding-bottom: 10px;
        padding-left: 7px;

    }

    .contentBody h2 {
        padding: 3px 0px 3px 10px;
        /* background-size: 6px; */
        font-size: 150%;
        border-left: 8px solid #c02757;
        margin: 60px 4px 20px 4px;
    }


    .contentBody h3 {
        margin: 2em 0 1em;
        padding: 0 5px 12px;
        border-bottom: 1px solid #ccc;
        color: #c02757;
        font-size: 130%;
    }

    .style1 {

        font-size: 150%;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .style2 {
        /* margin-bottom: 10px; */
        display: inline-block;
        padding: 0px 10px;
    }

    .style3 {}


    .style4 {
        padding: 5px;
        font-size: 120%;
        display: block;
        width: 100%;
        margin: 15px 0;
    }

    .style5 {}

    .contentBody .wrap-base p {

        margin: 0 0 0 0;

    }


    .contentBodyWrapper table th,
    .contentBodyWrapper table td {
        padding: 5px;
    }

    .contentListWrapper .pagelist-item .title {
        font-size: 130%;
        padding: 5px 0px 0px 10px;
    }



    .scms_point {
        padding: 18px;
        margin: 25px 10px;
    }

    .scms_point_p,
    .scms_point_b {
        padding: 18px;
        margin: 25px 10px;
    }

    .contentListWrapper .pagelist-item .thumb {
        display: block;
        width: 100%;
        text-align: center;
    }

    .contentListWrapper .pagelist-item .thumb img {
        width: 100%;
        margin-bottom: 0px;
    }

    .contentListWrapper .pagelist-item .td-span {
        display: block;
        vertical-align: top;
        width: 100%;
    }



}




@media (max-width: 750px) {
    .top-category_voice .contentListWrapper .pagelist-item {
        width: 46%;
    }

}

@media (max-width: 670px) {

    .contentBody .alignRight.counseling {
        text-align: center;
        width: 100%;
        float: none;
        margin-left: 0px;
        padding: 0 25%;
    }


}

@media (max-width: 480px) {

    img.attached_icon {
        width: 20px;
        margin-right: 5px;
    }

    .pankuze_list_items a {
        color: #000;
    }

    .contentBody p {}

    .contentDescription {
        padding-bottom: 0px;
    }


    .contentBody .alignLeft {
        float: none;
        margin: 0px auto 30px auto;
        text-align: center;
        display: block;

    }

    .contentBody .alignRight {
        float: none;
        margin: 0px auto 30px auto;
        text-align: center;
        display: block;
    }

    .contentBody .alignCenter {
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    p.description {
        color: #c02757;
        font-weight: normal;
    }

    #breadCrumb {
        padding: 2px 0 10px 0;
        margin-bottom: 0px;
        margin-top: 10px;
        border-bottom: 1px dotted #c02757;
    }

    .contentTitle h1 {
        width: 100%;
        font-size: 160%;
        line-height: 135%;
        text-align: center;
        letter-spacing: 0px;
        color: #c02757;
        padding: 0 16px;
        padding-bottom: 10px;
        margin: 17px 0 17px 0;
    }

    .contentHeader .date {
        font-size: 80%;
    }

    .contentBody h2 {
        padding: 3px 0px 3px 7px;
        font-size: 135%;
        border-left: 8px solid #c02757;
        margin: 40px 0px 20px 0px;
    }

    .contentBody h3 {
        margin: 2em 0 0em 0;
        padding: 0 5px 5px 5px;
    }

    .contentBody h4 {
        margin: 0;
        font-size: 110%;
        color: #1f3289;
    }


    .contentListWrapper .pagelist-item .title {
        font-size: 130%;
    }

    .contentListWrapper .pagelist-item .description {
        padding: 5px;
        font-size: 90%;

    }


    .style2 {
        font-size: 120%;
        padding: 6px 10px;
    }

    .style4 {
        display: inline-block;
        margin: 4px 0;
    }

    .style5 {
        font-size: 140%;
        max-width: 300px;
    }

    .style5 a {
        color: #fff;
        padding: 20px 50px 20px 25px;
        font-weight: bold;
        text-decoration: none;
        display: block;
        background-image: url(../images/style5arrow.png);
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 22px;
    }

    .style8 {
        padding: 16px 20px;
        border-radius: 10px;
    }

    .style9 {
        font-size: 110%;
    }

    .contentBody .alignLeft {
        text-align: center;
        width: 100%;
        float: none;
        margin-right: 0px;
    }


    .contentBody .alignRight {
        text-align: center;
        width: 100%;
        float: none;
        margin-left: 0px;
    }


    .contentBody img.alignLeft,
    img.alignRight {
        padding: 0px 50px;
    }




    .contentListWrapper {
        padding: 0;
    }

    .contentListWrapper .pageList {
        width: 100%;
        margin-top: 20px;
        display: block;
    }

    .contentListWrapper .pagelist-item {
        width: 99%;
        border-left: 7px solid #c02757;
    }


    .contentListWrapper .pagelist-item .title {
        display: block;
        line-height: 155%;
        padding: 3px 0px 3px 5px;
    }




    .contentBody table {}


    .contentBody ol {
        padding: 20px 20px 15px 20px;
    }

    .contentBody ol li {
        padding: 0.5em 0.5em 0.5em 33px;
    }

    #sidemenu {
        width: 100%;
        margin: 50px 0 22px 0;
        padding: 0px;
    }

    #sidemenu .sideHeader {}

    #sidemenu .sideHeader h2 {
        text-align: center;
        padding-bottom: 10px;
        font-size: 130%;
        margin: 10px 0px;
    }

    #sidemenu .sideBody ul {
        width: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #sidemenu .sideBody ul li {
        width: 100%;
        margin: 0 0 0px 0;
    }

    #sidemenu .sideBody ul li a {
        display: block;
        background-image: url(../images/list-_icon.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 10px;
        padding: 10px 0px 10px 28px;
    }

    #sidemenu .sideBody ul li span {
        display: block;
        background-image: url(../images/list-_icon.png);
        background-repeat: no-repeat;
        background-position: left 10px center;
        background-size: 10px;
        padding: 10px 0px 10px 28px;

        font-weight: bold;
    }

    #sidemenu .sideBody ul li a:hover {
        text-decoration: underline;
    }

    .wrap-c {
        display: block;
    }

    .wrap-c-left {
        width: 100%;
        text-align: center;
    }

    .wrap-c-left img {
        width: 100%;
        max-width: 300px;

    }

    .wrap-c-right {
        width: 100%;


    }

    .top-category_voice .contentListWrapper .pagelist-item .title {
        padding: 5px 10px;
    }

    .top-category_voice .contentListWrapper .pagelist-item {
        width: 98%;
        padding: 10px;
        margin: 0 1% 30px 1%;
    }

    .top-category_voice .contentListWrapper .pagelist-item .date {
        text-align: center;
        padding: 0px 0px 10px 0;
    }



}




/* supplement
================================================== */


.top-category_supplement {}

.base_s {
    border: 1px solid #1d3189;
    padding: 3%;
}

.base_s h2 {
    margin: 10px 4px 30px 4px;
    padding: 10px 15px;
    border-left: 12px solid #1d3189;
    font-size: 180%;
    /* text-align: center; */
    /* background-color: #f3f3f3; */
}

.kinousei_s {
    border: 1px solid #c02756;
    padding: 3%;
}

.dm {
    border: 1px solid #9b8c3e;
    padding: 3%;
}

.kinousei_s h2 {
    margin: 10px 4px 30px 4px;
    padding: 10px 15px;
    border-left: 12px solid #c02757;
    font-size: 180%;
    /* text-align: center; */
    /* background-color: #f3f3f3; */
}

.dm h2 {
    margin: 10px 4px 30px 4px;
    border-left: 12px solid #9b8c3e;
    font-size: 180%;
    /* text-align: center; */
    /* background-color: #f3f3f3; */
}

.top-category_supplement .contentBody .dm table h2 {
    background-color: #9a8c3e;
}

.dm .style10 {
    color: #c02657;
    /* text-decoration: underline; */
}


.top-category_supplement hr {
    border-top: 4px #23378c dotted;
}

.top-category_supplement h1 {}

.top-category_supplement h3 {
    margin: 2em 0 1em;
    padding: 0 5px 15px;
    border-bottom: 1px solid #ccc;
    color: #c02757;
    font-size: 180%;
    line-height: 160%;
}

.top-category_supplement .contentBody table {
    max-width: 100%;
}



.top-category_supplement .contentBody table img {
    border: 1px solid #ccc;
}

.top-category_supplement .contentBody table.btn img {
    border: none;
}


.top-category_supplement .contentBody table h2 {
    margin: 60px 0px 25px 0px;
    padding: 10px 15px;
    border-left: 0;
    font-size: 165%;
    /* text-align: center; */
    color: #fff;
    background-color: #c02756;
}

.top-category_supplement .contentBody .base_s table h2 {
    margin: 60px 0px 25px 0px;
    padding: 10px 15px;
    border-left: 0;
    font-size: 165%;
    /* text-align: center; */
    color: #fff;
    background-color: #1d3189;
}

.top-category_supplement .contentBody table p {
    margin: 10px 0px;
}

.top-category_supplement .contentBody table th,
.top-category_supplement .contentBody table td {
    vertical-align: middle;
    font-size: 100%;
    padding: 0;
}


.mokuji {
    padding: 1% 3%;
    background-color: #f5f4ed;
}

.mokuji ul {
    margin: 0;
}

.mokuji ul li {
    position: relative;
    padding: 0em 0.5em 1em 1.6em;
    margin: 15px 0px;
    line-height: 150%;
    border-bottom: 1px dotted #bfbb85;
}

.mokuji ul li:last-child {
    border-bottom: none;
}



@media (max-width: 768px) {

    .top-category_supplement .contentBody h3 {
        font-size: 140%;
        text-align: left !important;
    }


    .base_s h2 {
        margin: 10px 4px 30px 4px;
        padding: 10px 15px;
        border-left: 12px solid #1d3189;
        font-size: 180%;
        /* text-align: center; */
        /* background-color: #f3f3f3; */
    }


}



@media (max-width: 620px) {

    .top-category_supplement .contentBody table img {
        max-width: 200px;
    }


    .top-category_supplement .contentBody table.btn img {
        max-width: 100%;
    }

    .style8 {
        display: block;
        line-height: 140%;
        font-size: 170%;
        padding: 16px 30px;
        margin-bottom: 25px;
    }


}

@media (max-width: 500px) {

    .top-category_supplement .contentBody table.btn th,
    .top-category_supplement .contentBody table.btn td {
        display: block;
    }

    .top-category_supplement .contentBody table.btn img {
        padding: 2% 5%;
    }


    .contentBody table.btn {}

    .contentBody table.btn th,
    .contentBody table.btn td {

        display: block;
    }


}

@media (max-width: 480px) {


    .top-category_supplement .contentBody h2 {
        font-size: 160%;
        line-height: 145%;
    }

    .top-category_supplement .contentBody table h2 {
        margin: 20px 0px 25px 0px;
        font-size: 130%;
    }



    .top-category_supplement .contentBody table img {
        max-width: 100%;
        border: none;
    }

    .top-category_supplement .contentBody table img.alignLeft,
    .top-category_supplement .contentBody table img.alignRight {
        padding: 0px 77px;
    }


    .top-category_supplement .contentBody .style4 {
        display: inline;
        margin: 4px 0;
        font-size: 150%;
    }

    .top-category_supplement .contentBody .style10 {
        font-size: 115%;
    }

    .top-category_reserve .contentBody h2 {
        margin: 30px 4px 10px 4px;
        padding: 10px 10px;
        /* text-align: center; */
        font-size: 145%;
        background-color: #f3f3f3;
    }


    .top-category_infertility_treatment .kinousei_s h2 {
        margin: 10px 4px 30px 4px;
        padding: 3px 3px 3px 15px;
        border-left: 8px solid #c02757;
        line-height: 150%;
        font-size: 150%;
        /* text-align: center; */
        /* background-color: #f3f3f3; */
    }




}



@media (max-width: 767px) {

    .contentBody .alignLeft {
        margin-right: 20px;
        margin-bottom: 10px;
    }
}



.contentBody table.kensa2[border] th,
.contentBody table.kensa2[border] td {
    font-size: 85%;
    line-height: 165%;
    padding: 7px;
}

@media (max-width: 600px) {

    .contentBody table.kensa2[border] th,
    .contentBody table.kensa2[border] td {
        padding: 5px;
        font-size: 70%;
        line-height: 150%;
    }

}


.staff img {
    padding-right: 40px;
}


@media (max-width: 830px) {
    .staff img {
        padding-right: 20px;
    }
}



@media (max-width: 700px) {

    table.tbl-staff th,
    table.tbl-staff td {
        width: 100%;
        display: block;
    }

    table.tbl-staff th {
        margin: 0 auto;
    }


    .staff img {
        padding-right: 0;
        margin-bottom: 20px;
    }

}


@media (max-width: 500px) {

    table.tbl-staff th {
        width: 45% !important;
    }


}

.top-category_information table.akawaku-wrap {
    vertical-align: top !important;
}



.top-category_information table table.akawaku td,
table.akawaku td {
    border: 2px solid #c02757;
    padding: 30px;
}


img.left-pc {}

img.left-sp {
    display: none;
}

@media (max-width: 550px) {

    .top-category_information table table.akawaku td,
    table.akawaku td {
        padding: 15px;
    }

    .top-category_information table.akawaku-wrap td {
        width: 100% !important;
        display: block;

    }

    img.left-pc {
        display: none;
    }

    img.left-sp {
        display: block;
    }

}


.top-category_information table table.akawaku h3,
table.akawaku h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.top-category_information table table.akawaku ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;

}

/* ページ内リンク */
.com-anchorLinkList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75em;
    width: 100%;
    font-size: 14px;
    margin: 3em 0 !important;
    padding: 0 0 0 !important;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .com-anchorLinkList {
        font-size: 13px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.com-anchorLinkList>li {
    display: block;
    font-size: inherit;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.com-anchorLinkList>li::before {
    content: none !important;
}

.com-anchorLinkList>li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    min-height: 3em;
    color: #fff;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0em;
    text-indent: 0em;
    text-align: center;
    text-decoration: none !important;
    background: transparent;
    background-color: #1e3289;
    padding: 0.75em 0.5em 1.6em;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    box-sizing: border-box;
}

.com-anchorLinkList>li>a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: auto;
    aspect-ratio: 1/1;
    border: 2px solid #9c8c3e;
    border-bottom: none;
    border-left: none;
    bottom: 0.7em;
    right: 50%;
    -webkit-transform: translate(50%, 0) rotate(135deg);
    transform: translate(50%, 0) rotate(135deg);
}

.com-anchorLinkList>li>a:hover {
    opacity: 1 !important;
    background-color: #c02757;
}