@charset "UTF-8";

*{
    font-family: "Noto Sans JP", sans-serif;
    /* font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; */
    /* font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body{
    max-width: 375px;
    margin: 0 auto;
}

.fv-img img{
    width: 100%;
}

#recommend{
    margin-top: -3px;
}

.title img{
    width: 100%;
}

.table{
    background-color: rgb(224, 234, 242);
    padding: 10px;
}

.table-top{
    display: flex;
}

.top1{
    background-color: rgb(255, 255, 232);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    padding: 10px 0;
}

.top2{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    background-color: white;
    padding: 10px 0;
    border-left: 1px dashed rgb(187, 187, 187);
    border-right: 1px dashed rgb(187, 187, 187);
}

.top3{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    background-color: white;
    padding: 10px 0;
}

.rank{
    display: flex;
    justify-content: center;
}

.rank img{
    width: 40%;
}

.clinic1,.clinic2,.clinic3{
    display: flex;
    justify-content: center;
}

.clinic1 img{
    width: 80%;
    margin: 5px 0 10px 0;
}

.clinic2 img{
    width: 79%;
    margin: 5px 0 10px 0;
}

.clinic3 img{
    width: 67%;
    margin: 5px 0 10px 0;
}

.clinic-name h1{
    font-size: 12px;
    color: rgb(105, 105, 105);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.table-title{
    background-color: rgb(169, 219, 227);
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-title h2{
    color: white;
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.online-container{
    display: flex;
}

.online1{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 232);
    padding: 10px 0;
}

.online2{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-left: 1px dashed rgb(187, 187, 187);
    border-right: 1px dashed rgb(187, 187, 187);
    padding: 10px 0;
}

.online3{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 10px 0;
}

.online1 img,.online2 img,.online3 img{
    width: 20%;
}

.online1 p,.online2 p,.online3 p{
    font-size: 13px;
    color: rgb(105, 105, 105);
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.price-container{
    display: flex;
}

.price1{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 232);
    padding: 10px 0;
}

.price2{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-left: 1px dashed rgb(187, 187, 187);
    border-right: 1px dashed rgb(187, 187, 187);
    padding: 10px 0;
}

.price3{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 10px 0;
}

.price1 img,.price2 img,.price3 img{
    width: 20%;
}

.price1 p,.price2 p,.price3 p{
    font-size: 13px;
    color: rgb(105, 105, 105);
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.price1 h2{
    font-size: 15px;
    color: red;
    margin-top: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.others-container{
    display: flex;
}

.others1{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 232);
    padding: 10px 0;
}

.others2{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-left: 1px dashed rgb(187, 187, 187);
    border-right: 1px dashed rgb(187, 187, 187);
    padding: 10px 0;
}

.others3{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 10px 0;
}

.others1 img,.others2 img,.others3 img{
    width: 20%;
}

.others1 p,.others2 p,.others3 p{
    font-size: 13px;
    color: rgb(105, 105, 105);
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.time-container{
    display: flex;
}

.time1{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 232);
    padding: 10px 0;
}

.time2{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-left: 1px dashed rgb(187, 187, 187);
    border-right: 1px dashed rgb(187, 187, 187);
    padding: 10px 0;
}

.time3{
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 10px 0;
}

.time1 img,.time2 img,.time3 img{
    width: 20%;
}

.time1 p,.time2 p,.time3 p{
    font-size: 13px;
    color: rgb(105, 105, 105);
    margin-top: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.site-container{
    display: flex;
}

.site1{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 232);
    padding: 10px 0;
}

.site2{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-left: 1px dashed rgb(187, 187, 187);
    border-right: 1px dashed rgb(187, 187, 187);
    padding: 10px 0;
}

.site3{
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 10px 0;
}

.site1 a{
    text-align: center;
    font-size: 13px;
    color: white;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg,rgb(255, 204, 157),rgb(255, 136, 0));
    line-height: 14px;
    padding: 5px 14px;
    border-radius: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.site2 a,.site3 a{
    text-align: center;
    font-size: 13px;
    color: white;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg,rgb(255, 204, 157),rgb(255, 136, 0));
    padding: 14px;
    border-radius: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.site1 a:hover,.site2 a:hover,.site3 a:hover{
    opacity: 0.8;
}

.explain-top{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}

.explain-top img{
    width: 30%;
}

.explain-top p{
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: rgb(105, 105, 105);
}

.explain-top span{
    font-size: 30px;
    color: rgb(255, 115, 117);
}

.explain-text{
    background-color: rgb(255, 253, 227);
    margin-top: 20px;
    padding: 20px 10px;
    line-height: 25px;
}

.explain-text-container p{
    color: rgb(105, 105, 105);
    font-size: 11px;
}

.explain-text-container h2{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.explain-span1{
    font-size: 15px;
    background: linear-gradient(transparent 50%,rgb(242, 255, 0) 50%);
}

.explain-span2{
    color: rgb(255, 115, 117);
    font-size: 18px;
    background: linear-gradient(transparent 50%,rgb(242, 255, 0) 50%);
}

.explain-woman{
    display: flex;
    margin-top: 20px;
}

.explain-few{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explain-few img{
    width: 50%;
}

.explain-many{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explain-many img{
    width: 50%;
}

.few-table{
    background-color: rgba(169, 219, 227,0.5);
    line-height: 25px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: -35px;
}

.few-table h1{
    color: rgb(0, 43, 255);
    font-size: 15px;
}

.few-table p{
    color: rgb(105, 105, 105);
    font-size: 11px;
}

.many-table{
    background-color: rgba(255, 228, 240,0.5);
    line-height: 25px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: -33px;
}

.many-table h1{
    color: rgb(255, 0, 113);
    font-size: 15px;
}

.many-table p{
    color: rgb(105, 105, 105);
    font-size: 11px;
}

.explain-check{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check-title{
    display: flex;
    margin-left: 48px;
}

.check-title h2{
    font-size: 30px;
    color: rgba(255, 115, 117,0.2);
}

.check-title-text{
    display: flex;
    align-items: center;
    margin: 21px 0 0 -40px;
}

.check-title-text h1{
    font-size: 15px;
    color: rgb(255, 115, 117);
}

.check-title-text img{
    width: 5%;
}

.check-container{
    border: 2px solid rgb(255, 115, 117);
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 5px 12px;
    line-height: 30px;
    border-radius: 10px;
}

.check-container-text{
    display: flex;
    align-items: center;
}

.check-container-text2{
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(187, 187, 187);
    border-top: 1px dashed rgb(187, 187, 187);
}

.check-container-text img{
    width: 7%;
}

.check-container-text2 img{
    width: 7%;
}

.check-container-text p{
    font-size: 11px;
    color: rgb(105, 105, 105);
    padding-bottom: 2px;
}

.check-container-text2 p{
    font-size: 11px;
    color: rgb(105, 105, 105);
    padding-bottom: 2px;
}

#choose{
    margin-top: 10px;
}

.choose-top{
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
}

.choose-top p{
    font-size: 13px;
    color: rgb(105, 105, 105);
    text-align: center;
    line-height: 28px;
}

.choose-top-span1{
    font-size: 27px;
    color: rgb(255, 115, 117);
}

.choose-top-span2{
    font-size: 18px;
    color: rgb(144, 240, 255);
}

.choose-top-span3{
    font-size: 18px;
    color: rgb(255, 115, 117);
}

.choose-top img{
    width: 40%;
    margin-left: 15px;
}

.choose-text{
    background-color: rgb(255, 253, 227);
    margin-top: 20px;
    padding: 20px 10px;
    line-height: 25px;
}

.choose-text-container p{
    color: rgb(105, 105, 105);
    font-size: 11px;
}

.choose-text-span1{
    color: rgb(255, 115, 117);
    font-size: 13px;
    background: linear-gradient(transparent 50%,rgb(242, 255, 0) 50%);
}

.choose-text-span2{
    color: rgb(255, 115, 117);
    font-size: 18px;
}

.choose-table-center{
    display: flex;
    justify-content: center;
}

.choose-table{
    width: 80%;
    display: flex;
    margin-top: 20px;
}

.medicine1{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.medicine1-title{
    background-color: rgb(169, 219, 227);
    width: 100%;
    border: 3px solid rgb(169, 219, 227);
    padding: 12px 0;
}

.medicine1-title h1{
    color: white;
    font-size: 13px;
    text-align: center;
}

.medicine1-img{
    width: 100%;
    border-right: 3px solid rgb(169, 219, 227);
    border-left: 3px solid rgb(169, 219, 227);
    padding: 5px 0;
    display: flex;
    justify-content: center;
    background-color: rgb(243, 253, 255);
}

.medicine1-img img{
    width: 70%;
}

.medicine1-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid rgb(169, 219, 227);
    padding: 5px 0 35px 0;
    line-height: 30px;
}

.medicine1-text p{
    color: rgb(105, 105, 105);
    font-size: 11px;
}

.orange{
    color: rgb(255, 157, 0);
    font-size: 11px;
}

.medicine2{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 6px;
}

.medicine2-title{
    background-color: rgb(255, 179, 181);
    width: 100%;
    border: 3px solid rgb(255, 179, 181);
    padding: 12px 0;
}

.medicine2-title h1{
    color: white;
    font-size: 13px;
    text-align: center;
}

.medicine2-img{
    width: 100%;
    border-right: 3px solid rgb(255, 179, 181);
    border-left: 3px solid rgb(255, 179, 181);
    padding: 5px 0;
    display: flex;
    justify-content: center;
    background-color: rgb(255, 242, 242);
}

.medicine2-img img{
    width: 70%;
}

.medicine2-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid rgb(255, 179, 181);
    padding: 5px 0;
    line-height: 30px;
}

.medicine2-text p{
    color: rgb(105, 105, 105);
    font-size: 11px;
}

#clinic{
    margin-top: 10px;
}

.clinic-container1{
    border: 1px solid rgb(105, 105, 105);
}

.clinic-container1-title{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px dashed rgb(105, 105, 105);
    margin: 5px;
}

.clinic-container1-title img{
    width: 11%;
}

.clinic-container1-title h1{
    color: rgb(105, 105, 105);
    font-size: 22px;
    margin-left: 10px;
}

.clinic-container1-img{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.clinic-container1-img img{
    width: 80%;
}

.clinic-container1-memo{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.clinic-container1-memo img{
    width: 80%;
}

.clinic-container1-center{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.clinic-container1-table{
    border: 3px solid rgb(169, 219, 227);
    width: 80%;
}

.clinic-container1-price{
    display: flex;
    border-bottom: 3px solid rgb(169, 219, 227);
}

.price-header1{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container1-price h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.price-data1{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container1-price h2{
    color: rgb(255, 115, 117);
    background: linear-gradient(transparent 50%,rgb(242, 255, 0) 50%);
    font-size: 12px;
}

.clinic-container1-time{
    display: flex;
    border-bottom: 3px solid rgb(169, 219, 227);
}

.time-header1{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container1-time h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.time-data1{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container1-time h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container1-delivery{
    display: flex;
}

.delivery-header1{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container1-delivery h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.delivery-data1{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container1-delivery h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container1-btn{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.clinic-container1-btn a{
    text-align: center;
    font-size: 17px;
    color: white;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg,rgb(255, 204, 157),rgb(255, 136, 0));
    padding: 30px 25px;
    border-radius: 40px;
}

.clinic-container1-btn a:hover{
    opacity: 0.8;
}

.clinic-container2{
    border: 1px solid rgb(105, 105, 105);
    margin-top: 10px;
}

.clinic-container2-title{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px dashed rgb(105, 105, 105);
    margin: 5px;
}

.clinic-container2-title img{
    width: 11%;
}

.clinic-container2-title h1{
    color: rgb(105, 105, 105);
    font-size: 22px;
    margin-left: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.clinic-container2-img{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.clinic-container2-img img{
    width: 80%;
}

.clinic-container2-memo{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.clinic-container2-memo img{
    width: 80%;
}

.clinic-container2-center{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.clinic-container2-table{
    border: 3px solid rgb(169, 219, 227);
    width: 80%;
}

.clinic-container2-price{
    display: flex;
    border-bottom: 3px solid rgb(169, 219, 227);
}

.price-header2{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container2-price h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.price-data2{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container2-price h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container2-time{
    display: flex;
    border-bottom: 3px solid rgb(169, 219, 227);
}

.time-header2{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container2-time h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.time-data2{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container2-time h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container2-delivery{
    display: flex;
}

.delivery-header2{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container2-delivery h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.delivery-data2{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container2-delivery h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container2-btn{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.clinic-container2-btn a{
    text-align: center;
    font-size: 17px;
    color: white;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg,rgb(255, 204, 157),rgb(255, 136, 0));
    padding: 30px 25px;
    border-radius: 40px;
}

.clinic-container2-btn a:hover{
    opacity: 0.8;
}

.clinic-container3{
    border: 1px solid rgb(105, 105, 105);
    margin-top: 10px;
}

.clinic-container3-title{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px dashed rgb(105, 105, 105);
    margin: 5px;
}

.clinic-container3-title img{
    width: 11%;
}

.clinic-container3-title h1{
    color: rgb(105, 105, 105);
    font-size: 22px;
    margin-left: 10px;
}

.clinic-container3-img{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.clinic-container3-img img{
    width: 80%;
}

.clinic-container3-memo{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.clinic-container3-memo img{
    width: 80%;
}

.clinic-container3-center{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.clinic-container3-table{
    border: 3px solid rgb(169, 219, 227);
    width: 80%;
}

.clinic-container3-price{
    display: flex;
    border-bottom: 3px solid rgb(169, 219, 227);
}

.price-header3{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container3-price h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.price-data3{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container3-price h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container3-time{
    display: flex;
    border-bottom: 3px solid rgb(169, 219, 227);
}

.time-header3{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container3-time h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.time-data3{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container3-time h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container3-delivery{
    display: flex;
}

.delivery-header3{
    background-color: rgb(243, 253, 255);
    border-right: 3px solid rgb(169, 219, 227);
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container3-delivery h3{
    color: rgb(105, 105, 105);
    font-size: 10px;
}

.delivery-data3{
    width: 60%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.clinic-container3-delivery h2{
    color: rgb(105, 105, 105);
    font-size: 12px;
}

.clinic-container3-btn{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.clinic-container3-btn a{
    text-align: center;
    font-size: 17px;
    color: white;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg,rgb(255, 204, 157),rgb(255, 136, 0));
    padding: 30px 25px;
    border-radius: 40px;
}

.clinic-container3-btn a:hover{
    opacity: 0.8;
}

.point-clinic{
    background: linear-gradient(150deg,rgba(178, 245, 255,0.5),rgba(248, 212, 255,0.5),rgba(168, 243, 255,0.5));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.point-heading{
    background-color: rgba(255, 255, 255,0.5);
    width: 90%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 60px 0;
}

.point-heading h2{
    color: rgb(105, 105, 105);
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.point-heading img{
    position: absolute;
    width: 25%;
    right: 5px;
    bottom: -3px;
}

.point-clinic-title{
    margin-top: 20px;
}

.point-clinic-title h1{
    color: rgb(255, 115, 117);
    font-size: 27px;
}

.point-clinic-img{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.point-clinic-img img{
    width: 90%;
}

.point-clinic-memo{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.point-clinic-memo img{
    width: 90%;
}

.point-clinic-btn{
    margin: 20px 0;
}

.point-clinic-btn a{
    text-align: center;
    font-size: 18px;
    color: white;
    text-decoration: none;
    display: inline-block;
    background: linear-gradient(180deg,rgb(255, 204, 157),rgb(255, 136, 0));
    padding: 10px 60px;
    border-radius: 70px;
    line-height: 30px;
}

.point-clinic-btn a:hover{
    opacity: 0.8;
}

.link{
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.link1,.link2,.link3{
    display: flex;
    align-items: center;
}

.link1 a{
    text-decoration: none;
    color: rgb(105, 105, 105);
    font-size: 10px;
    padding: 0 5px 0 0;
}

.link2 a{
    text-decoration: none;
    color: rgb(105, 105, 105);
    font-size: 10px;
    padding: 1px 5px;
    border-left: 0.5px solid rgb(105, 105, 105);
    border-right: 0.5px solid rgb(105, 105, 105);
}

.link3 a{
    text-decoration: none;
    color: rgb(105, 105, 105);
    font-size: 10px;
    padding: 0 0 0 5px;
}

.copyright{
    margin-bottom: 15px;
    text-align: center;
    color: rgb(105, 105, 105);
    font-size: 10px;
}
