/* 当院の特徴・メリット */
.t-point {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 100px;
}
.point_items {
    width: 100%;
}
.item {
    width: calc(100% - 15px);
    margin-bottom: 20px;
    border: #40A629 3px solid;
    border-radius: 10px;
    padding: 40px 60px;
    display: flex;
    align-items: flex-start;
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.item_icon {
    margin-right: 30px;
}
.item_icon img {
    width: 114px;
    height: 114px;
    margin-bottom: 10px;
}
.item h3 {
    color: #40A629;
    font-size: 26px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
    line-height: 1.2;
}
.item_detail p{
    font-size: 16px;
    text-align: justify;
    line-height: 1.6;
    margin-left: 5px;
    font-weight: 500;
}
.item_detail img {
    flex: 1;
    width: 12px;
    height: 12px;
    margin-top: 8px;
}
.point_item_bottom {
    width: 100%;
}
.point_item_bottom.public {
    width: 53%;
    max-width: 400px;
    margin: auto;
}
.point_item_bottom.donwload {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    text-decoration: underline;
}
.point_item_bottom img {
    margin-top: 25px;
    width: 100%;
    cursor: pointer;
}
.item .outline_btn {
    cursor: pointer;
	width: 51%;
    max-width: 400px;
	text-align: center;
    font-weight: bold;
	margin: 0 auto;
    margin-top: 15px;
	background-color: #80c41c;
	border-radius: 50px;
	box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	padding: 20px 0;
}
.item .outline_btn p {
    font-size: 18px;
}
.item .outline_btn span {
    font-size: 10px;
    font-weight: normal;
}
#mv_downoload {
    display: block;
    margin-top: 10px;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    text-align: center;
}
 
/* news */
.t-news {
    width: 95%;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 70px;
}
.news_items {
    width: 70%;
    margin: 0 0 0 auto;
    background-color: #F7F7F7;
    border-radius: 15px;
    padding: 10px 10px;
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.news_items article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FF8001;
    padding: 15px 18px;
}
.news_items article:nth-child(3) {
    border-bottom: none;
}
.news_items article p {
    font-size: 16px;
    color: #FF8001;
}
.title {
    font-weight: 400;
}
.news_items article .date {
    font-weight: bold;
    color: #000000;
    margin-right: 15px;
    font-weight: 400;
}

.news_items img {
    width: 13px;
}

/* about */
.t-about {
    width: 95%;
    margin: auto;
    max-width: 1100px;
    margin-bottom: 40px;
}
.t-about h2 {
    text-align: right;
}
.line_box {
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    margin-top: 80px;
    margin-bottom: 25px;
    width: calc(100% - 50px);
    background-color: #fff;
    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 35px 25px;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
    background-size: 16px 16px;
    background-repeat: repeat;
    background-position: center center;
}
.line_box h3 {
    color: #40A629;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}
.line_box p {
    line-height: 1.5;
    text-align: justify;
}
.line_box article {
    width: 47%;
}
.line_article_left img {
    position: absolute;
    width: 48%;
    height: calc(100% + 25px);
    object-fit: cover;
    left: -50px;
    top: -60px;
}


/* treatment */
.t-treatment_about {
    width: 95%;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 80px;
}

.line_box.right {
    justify-content: flex-start;
    margin: 0 0 auto;
    margin-top: 80px;
    margin-bottom: 20px;
}
.line_article_right img {
    position: absolute;
    width: 48%;
    height: calc(100% + 25px);
    object-fit: cover;
    right: -50px;
    top: -60px;
}


/* garally */
.t-garally {
    margin-left: -50px;
    margin-bottom: 62px;
}
.garally_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
}
.garally_item {
    width: 100%;
    aspect-ratio: 3 / 2;
    background-color: gray;
}
.garally_item img {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.t-medical_fee {
    margin-bottom: 62px;
}
.t-medical_fee a {
    position: relative;
    display: block;
    margin: auto;
    text-align: center;
    width: 280px;
    padding: 20px 0;
    background-color: #fff;
    color: #FF8001 !important;
    border-radius: 30px;
    border: 2px solid #FF8001;
}
.t-medical_fee a img {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/* @media screen and (max-width: 767px) { */
@media screen and (max-width: 820px) {
    .t-point {
        width: 100%;
        padding: 0 5%;
    }
    .point_items {
        display: grid;
        justify-content: center;
        grid-template-columns: 100%;
    }
    .item {
        padding: 20px 30px;
        flex-direction: column;
        align-items: center;
    }
    .item h3 {
        text-align: center;
    }
    .item_icon {
        margin-right: 0;
    }
    .item_icon img {
        width: 82px;
        height: 82px;
    }
    .point_item_bottom.public {
        width: 100%;
        margin: auto;
    }
    .item .outline_btn {
        width: 98%;
        line-height: 1.2;
        padding: 10px 0;
    }
    .item .outline_btn p {
        font-size: 14px;
    }
    .item .outline_btn span {
        font-size: 8px;
    }

    .point_items h3 {
        font-size: 18px;
    }
    .item_detail p{
        font-size: 14px;
    }

    .t-news {
        width: 100%;
        padding: 0 5%;
    }
    .news_items {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news_items article p {
        font-size: 14px;
    }

    .t-about {
        width: 100%;
        padding: 0 5%;
        margin-bottom: 40px;
    }
    .line_box {
        flex-direction: column;
        align-items: center;
        margin: 20px auto;
        width: 100%;
        padding: 20px;
    }
    .line_box h3 {
        margin: 20px 0;
        font-size: 20px;
        line-height: 1.4;
    }
    .line_box article {
        width: 100%;
    }
    .line_article_left img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }


    .t-treatment_about {
        width: 100%;
        margin-bottom: 40px;
        padding: 0 5%;
    }
    .t-treatment_about h2 {
        margin-left: 0;
    }
    .line_box.right {
        margin: 20px auto;
        width: 100%;
        padding: 20px;
    }
    .line_article_right img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .line_article_right {
        width: 100%;
    }

    .t-garally {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 40px;
		padding: 0 5%;
	}
	.garally_items {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0;
	}
	.garally_item {
		width: 100%;
		aspect-ratio: 3 / 2;
		background-color: gray;
	}
}

.dotto {
    width: 13px;
}