
#slide {
    height: 38vh;
}
@media screen and (max-width:788px) {
#slide {
    height: 38vh;
}
}

/* ------ NEWS　------ */
#news_main {
    width: 100%;
    padding: 35px 5px;
}

@media screen and (max-width:788px) {
    #news_main {
        width: 100%;
        padding: 25px 5px;
    }
    #news_main h2 {
    text-align: center;
    padding: 15px 0;
}
}

/* ------- 特徴 ------ */
.main_feature>section {
    float: left;
    width: 32%;
    margin: 0;
    padding: 20px;
}

.main_feature>section>div {
    width: 100%;
    text-align: center;
    height: 320px;
    position: relative;
}

.main_feature>section>div p:nth-child(1) {
    font-size: 470%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: 10px;
    color: #858585;
    font-family: 'Cardo';
    z-index: 5;
}

.main_feature>section>div::before {
    content: " ";
    display: block;
    background: #e5f17d;
    width: 80%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main_feature_one {
    position: relative;
    width: 60%;
    margin: 0 auto;
    height: 400px;
}

.main_feature_one>p:nth-child(1) {
    font-size: 470%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: 10px;
    color: white;
    font-family: 'Cardo';
    z-index: 2;
}

.main_feature_one>h3 {
    position: absolute;
    top: 7%;
    font-size: 220%;
    left: 110px;
    z-index: 2;
    color: white;
    font-weight: bold;
}

.main_feature_one .setubi {
    position: absolute;
    top: 85px;
    left: 100px;
    text-align: left;
    width: 74%;
    z-index: 2;
}

.main_feature_one::before {
    content: " ";
    display: block;
    background: #00bcd454;
    width: 80%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main_feature_one::after {
    content: " ";
    display: block;
    width: 81%;
    height: 81%;
    background: #e5e5e5;
    position: absolute;
    bottom: 8px;
    left: 65px;
    z-index: 1;
}

.feature_bun {
    position: absolute;
    top: 55px;
    left: 50px;
    width: calc(100% - 55px);
    background: #a8ddc1ff;
    color: #000000;
    min-height: 275px;
    z-index: 3;
}

.feature_bun h3 {
    color: #383838;
    padding: 10px 0;
    text-align: center;
}

.feature_bun p {
    padding: 5px 5px 5px 15px;
    text-align: left;
}

@media screen and (max-width:788px) {
    .main_feature>section {
        width: 100%;
    }
}

@media screen and (min-width:789px) {}


/* -------------- 対応 -------------- */
#treat {
    position: relative;
    background: #EEF9FF;
}

.treat_main {
    position: relative;
    z-index: 1;
}

.main_treat_one {
    width: 100%;
    margin: 20px 10px;
    background: white;
    padding: 30px;
}

.main_treat_one_h3 {
    padding: 10px;
    width: 100%;
    text-align: center;
    height: 20%;
}

.main_treat_one_honbun {
    padding: 30px !important;
    background: #ebffec;
    height: 80%;
    width: 100%;
}

.y_80 {
    transform: translateY(80px);
}

.treat_back_image {
    position: absolute;
    z-index: 0;
    font-size: 200px;
    font-weight: bolder;
    width: 50%;
}

.normal {
    top: 20px;
    left: 50px;
    color: #03a9f41a;
}

.back {
    bottom: 7px;
    right: 50px;
    color: #03a9f41a;
    transform: rotate(180deg);
}

.treat_main>div {
    background: #a3d5df;
    color: #333333;
}

.treat_main>div h3 {
    color: #333333;
}

@media screen and (max-width:788px) {
    .main_treat_one {
        margin: 15px auto;
        padding: 5px;
    }
}

@media screen and (min-width:789px) {}


/* ------ acsess ------ */
#accsess{
    padding: 50px 0;
}
#acsess_div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#acsess_div>div {
    width: 50%;
    margin: 20px;
    background-color: #A8DBA8;
    padding: 15px;
    border-radius: 15px;
}

#acsess_div>div>h3 {
    padding: 15px 0;
}

#acsess_div>div>ul,
#acsess_div>div>p {
    padding: 0 0 0 25px;
}

#acsess_div>div>iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
    min-height: 350px;
}

@media screen and (max-width:788px) {
    #acsess{
    padding: 25px 0;
}
    #acsess_div {
        flex-direction: column;
    }

    #acsess_div>div {
        width: calc(100% - 20px);
        margin: 10px;
        padding: 5px;
        border-radius: 5px;
    }

}

@media screen and (min-width:789px) {
    #acsess_div>div {
        min-height: 100%;
    }
}
/* ----------------   Q&A -------------- */
.qanda_main {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
    padding: 15px 10px;
}
.qanda_main>ul{
    list-style: none;
    padding: 0;
}
.qanda_main>ul>li{
    padding: 10px 10px;
    font-size: 130%;
}
.qanda_main>ul>li:nth-of-type(2n+1) {
    background-color: #6AC1B7;
    color: white;
}
.qanda_main>ul>li:nth-of-type(2n) {
    /* background-color: #e7e7e7; */
    margin: 0 0 20px 0;
    color: #454545;
}
/* ---------------- 診療時間 ------------ */
.sinryoujikan {}

.sinryoujikan>table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 150%;
}

.sinryoujikan>table>tbody>tr:nth-of-type(1)>td {
    color: #1A5D1A;
    background: #D0E8D0;
}

.sinryoujikan>table>tbody>tr:nth-of-type(2)>td {
    background: #F7FFF7;
    color: #333333;
}

.sinryoujikan>table>tbody>tr:nth-of-type(3)>td {
    background: #E8F5E8;
    color: #333333;
}

.sinryoujikan>table td {
    text-align: center;
    border-color: #A0CFA0;
    padding: 5px 0;
}

.kyumoji {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;

}

.kyumoji p {
    font-size: 150%;
    color: #1A5D1A;
}
.time_tel {
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    max-width: 600px;
}
.time_tel h3{
    font-size: 150%;
}
.time_tel>div{
    padding: 15px;
}
.time_tel p {
    font-size: 150%;
    color: #0d6932ff;
}
.time_tel a {
    color: #0d6932ff;
    text-decoration: none;
}
.time_tyui {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
}
.time_tyui>h3 {
    font-size: 120%;
    text-align: center;
    padding: 10px 0 15px 0;
}
.time_tyui>ul {
    padding: 5px 5px 5px 20px;
}
.time_tyui>ul>li {
    padding: 5px 5px 5px 0px;
}
@media screen and (max-width:788px) {
.sinryoujikan>table {
    width: 98%;
    margin: 0 auto;
    font-size: 95%;
}
.kyumoji p {
    font-size: 100%;
    color: #020402;
}

.time_tel{
    padding: 10px;
}
.time_tel h3{
    font-size: 120%;
}
.time_tel>div{
    padding: 10px;
}
.time_tel p {
    font-size: 110%;
}
}