@charset "utf-8";

.womancont .doctor .name {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.womancont .doctor .name strong {
    font-size: 1.5em;
}
.womancont .doctor .doctor__list {
    margin-bottom: 30px;
}
.womancont .doctor .doctor__list li {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.womancont .doctor .doctor__list li::before {
    content:  '・';
}
.womancont .about .policy_list li {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.womancont .about .policy_list li::before {
    content:  '※';
}

.womancont .about .btn {
    width: 250px;
    margin: 30px auto 0;
}
.womancont .about .btn a {
    background: #e71f19;
    padding: 20px 0;
    font-size: 1.6rem;
    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;
    color: #fff;
}
.womancont .index__columnlist {
    margin-top: 30px;
}
.womancont .index__columnlist li {
    margin-bottom: 80px;
}
.womancont .index__columnlist li h2 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.womancont .index__columnlist li div {
    font-size: 1.6rem;
    line-height: 2;
}
.womancont .index__columnlist li .link {
    display: block;
    width: 300px;
    margin: 40px auto 0;
    padding: 15px;
    font-size: 1.4rem;
    text-align: center;
    background: #b39d1a;
    color: #fff;
    border: solid 1px #ddd;
    text-decoration: none;
}
.womancont .index__columnlist li .link:hover {
    opacity: .7;
}
.footer .footer__about100 {
    width: 100%;
    text-align: center;
}
.footer .footer__about {
	margin-right: auto;
	margin-left: auto;
}
.footer .footer__about100 .footer__about__address ,
.footer .footer__about100 .footer__about__guide {
    text-align: center;
}
.footer .footer__about100 .footer__about__address {
    margin-top: 10px;
}
.footer .attention {
    margin-top: 10px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
}