@charset "UTF-8";

/*患者さまへ
------------------------------------*/

.patients .content_visual {
	background-image:url("../images/patients/bg_hd_patients.png");
}
.patients section {
	padding:80px 0;
}
.container .page {
    position: relative;
    background: #CEECD7;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 85%, rgba(249, 253, 244, 1) 90%, rgba(206, 236, 215, 1) 100%);
    z-index: auto;
}
.content_wrap {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
.content_title {
	margin: 2rem 0 3rem;
}
.content_title h3 {
	text-align: center;
	color:#179243;
	font-size: 32px;
}
.text_wrap {
	margin: 0 2rem 3rem;
}
.text_wrap p {
	line-height:2;
}
.main_content {
	margin-bottom:50px;
	background:#FAFDF5;
	border-radius:16px;
	padding:2rem;
}
.course_title {
	padding: 1rem 0 3rem;
}
.course_title h4 {
	color:#179243;
	font-size:18px;
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #179243;
}
.content_wrap > div > div > h4 {
	margin: 0 2rem;
}
#visit .btn_area {
	display: flex;
	justify-content: flex-end;
	padding: 1rem 0;
}
.btn_area .btn {
	display: flex;
}
.btn_area .btn > div {
	margin-right:1.5rem;
}
.btn_area .btn > div:last-child {
	margin-right: 0;
}
.btn_area .submit_more {
    font-family: "BIZ+UDGothic";
    display: inline-block;
    width: 330px;
    text-align: left;
    text-decoration: none;
    line-height: 49px;
    outline: none;
    color: #000;
    background-color: #fff;
    position: relative;
    border: 1px solid #ACACAC;
    border-radius: 25px;
    transition: color 0.5s ease;
    overflow: hidden;
}
.btn_area .submit_more:hover {
	color: #fff;
}
.btn_area .submit_more::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #179243;
    border-radius: 25px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 0;
	pointer-events: none;
}
.btn_area .submit_more:hover::before {
	transform: scaleX(1);
}

.btn_area .submit_more span {
    position: relative;
    padding-left: 20px;
    z-index: 1;
}

.btn_area .submit_more span::after {
    position: absolute;
    top: 10px;
    left: 300px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #179243;
    border-right: 2px solid #179243;
    transform: rotate(45deg);
}
.btn_area .submit_more:hover span::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.reception {
	margin-bottom: 2rem;
}
.charge_list {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
    flex-wrap: wrap;
    position: relative;
}
.charge_list > div {
	width:20%;
}
.charge_list > div p {
	padding: 1rem;
    position: relative;
}
.charge_list > div p a {
	transition: 0.5s;
	color:#000;
}
.charge_list > div p::after {
	content: '';
    position: absolute;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-top: 2px solid #14126E;
    border-right: 2px solid #14126E;
    transform: rotate(45deg);
    transition: 0.5s;
}
.charge_list > div p a:hover {
	color:#179243;
}
.charge_list > div p a:hover {
	color:#179243;
}
.charge_list > div p:hover::after {
	right: 10px;
	border-top: 2px solid #179243;
    border-right: 2px solid #179243;
}
#hospitalization .btn_area {
	padding: 0 2rem 2rem;
}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	.patients section {
		padding: 1rem 0;
	}
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	.nav_content {
		flex-flow:row;
	}
	.btn_area .btn {
		flex-flow:column;
		align-items: center;
		justify-content:center;
	}
	.btn_area .btn > div {
		margin-right:0;
		margin-bottom:1rem;
	}
	.charge_list > div {
		width:50%;
	}
}
@media screen and (max-width: 560px) {
	#visit .btn_area {
		justify-content:center;
	}
	.content_title h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}