@charset "utf-8";
/**/
#contactbox{
	padding: 70px 0;
	/* margin: 100px 0 0 0; */
	background-image: -webkit-linear-gradient(-45deg,#e7e7e7,#e7e7e7 10%,#f1f1f1 10%,#f1f1f1 50%,#e7e7e7 50%,#e7e7e7 60%,#f1f1f1 60%,#f1f1f1 100%);
	background-image: linear-gradient(-45deg,#e7e7e7,#e7e7e7 10%,#f1f1f1 10%,#f1f1f1 50%,#e7e7e7 50%,#e7e7e7 60%,#f1f1f1 60%,#f1f1f1 100%);
	background-size: 8px 8px;
}
#contactbox .contact-box{
	/* height: 100px; */
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#contactbox .contact-box img{
	width: auto;
	height: 270px;
	position: absolute;
	bottom: 0;
	left: 10px;
}
#contactbox .contact-text{
	text-align: center;
	font-size: 1.9rem;
	color: #444;
}
#contactbox .contact-text p{
}
#contactbox .contact-text-box-in{
	margin-bottom: 15px;
}
@media (min-width: 640px) {
	#contactbox .contact-text{
		font-size: 2.3rem;
	}
}
@media (min-width: 960px) {
	#contactbox .contact-text{
		font-size: 2.3rem;
	}
}
#contactbox .contact-text-box{
}
#contactbox .contact-text p{
	margin: 0 0 30px;
	color: #fff;
	font-weight: bold;
	text-shadow: #4489cc 2px 0px, #4489cc -2px 0px, #4489cc 0px -2px, #4489cc 0px 2px, #4489cc 2px 2px, #4489cc -2px 2px, #4489cc 2px -2px, #4489cc -2px -2px, #4489cc 1px 2px, #4489cc -1px 2px, #4489cc 1px -2px, #4489cc -1px -2px, #4489cc 2px 1px, #4489cc -2px 1px, #4489cc 2px -1px, #4489cc -2px -1px;
}
@media (max-width: 767px) {
	#contactbox{
	padding: 30px 20px;
	}
	#contactbox .contact-text p{
		text-align: center;
	}
}
@media (min-width: 960px) {
	#contactbox .contact-text p br{
		display: none;
	}
}
#contactbox .contact-text a{
	display: block;
	border: 2px solid #4489cc;
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: 0 0 8px gray;
	color: #4489cc;
	text-decoration: none;
	background-color: #fff;
	box-sizing: border-box;
}
#contactbox .contact-text a:hover{
	border: 2px solid #4489cc;
	color: #fff;
	background-color: #4489cc;
}
.doubt{
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	font-size: 2.1rem;
}
.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
	-moz-animation:blink 0.8s ease-in-out infinite alternate;
	animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
.blinking-img{
	position: relative;
	text-align: center;
}
.blinking-img img{
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}
.doubt-text{
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
}
.check{
	position: absolute;
	top: 80px;
	width: 100%;
	font-size: 2.4rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: #4489cc 2px 0px, #4489cc -2px 0px, #4489cc 0px -2px, #4489cc 0px 2px, #4489cc 2px 2px, #4489cc -2px 2px, #4489cc 2px -2px, #4489cc -2px -2px, #4489cc 1px 2px, #4489cc -1px 2px, #4489cc 1px -2px, #4489cc -1px -2px, #4489cc 2px 1px, #4489cc -2px 1px, #4489cc 2px -1px, #4489cc -2px -1px;
	z-index: 1;
}
/**/
.cv_area{
	background-color: #ddd;
	background-image: -webkit-linear-gradient(-45deg,#e7e7e7,#e7e7e7 10%,#f1f1f1 10%,#f1f1f1 50%,#e7e7e7 50%,#e7e7e7 60%,#f1f1f1 60%,#f1f1f1 100%);
	background-image: linear-gradient(-45deg,#e7e7e7,#e7e7e7 10%,#f1f1f1 10%,#f1f1f1 50%,#e7e7e7 50%,#e7e7e7 60%,#f1f1f1 60%,#f1f1f1 100%);
	background-size: 8px 8px;
	padding: 40px 0;
}
.cv_area p{
	font-size: 1.4rem;
	color: #333;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	padding-top:20px;
}
.cv_area .button{
	background: #ffa500;
	color: white;
	border: 2px solid #eee;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	font-size: 3.2rem;
	font-weight: bold;
	text-decoration: none;
	padding: 25px 0;
	overflow: hidden;
	display: block;
	text-align: center;
	line-height: 38px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.button:hover {
	color: #fff;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.new_cta{
	max-width:740px;
	margin:0 auto;
	padding:0 10px;

}
.cta_text{
	margin-top:10px;
	font-size: 14px;
}

.new_cta img{
	border-radius:10px;
    -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);

}

table.t_type_1{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
table.t_type_1{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

table.t_type_1,table.t_type_1 th,table.t_type_1 td {
	border-collapse: collapse;
	border:1px solid #185594;
}
table.t_type_1 th,
table.t_type_1 td{
	padding: 10px 15px;
}
table.t_type_1 th{
	background-color: #185594;
	color: #fff;
	border-bottom: 1px solid #ddd;
}
.lp_table_one {
    width: 46%;
}
.lp_table_two {
    width: 22%;
}
.lp_table_three {
    width: 16%;
}
.lp_table_four {
    width: 16%;
}
.t_type_1 tr:first-child th:last-child {
    border-bottom: 1px solid #ddd;
}

    .sp_lp_table_heading {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: center;
    }

.aga_content table.t_type_1 th,
.ed_content table.t_type_1 th{
	border-bottom: 1px solid #185594;
	border-right: 1px solid #ddd;
}

table.t_type_1 tr:last-child th{
	width: 30%;
	background-color: #185594;
	color: #fff;
	border-bottom: none;
}
.aga_content table.t_type_1 th:last-child,
.ed_content table.t_type_1 th:last-child{
	border-right:
	none;
}
table.t_type_1 td{
	width: 70%;
}
.table_hosoku{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

table.t_type_9{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
table.t_type_9{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

table.t_type_9,table.t_type_9 th,table.t_type_9 td {
	border-collapse: collapse;
	border:1px solid #185594;
}
table.t_type_9 th,
table.t_type_9 td{
	padding: 10px 15px;
}
table.t_type_9 th{
	background-color: #185594;
	color: #fff;
	border-bottom: 1px solid #ddd;
}

.aga_content table.t_type_9 td,
.ed_content table.t_type_9 td{
	width:
	auto;
	text-align: center;
}
.ed_content table.t_type_9 td .min,
.table_pattern_two .min{
	font-size: 1.4rem;
}

.aga_content table.t_type_1 td,
.ed_content table.t_type_1 td{
	width:
	auto;
	text-align: center;
}
.ed_content table.t_type_1 td .min,
.table_pattern_two .min{
	font-size: 1.4rem;
}

.color_red{
color: #ff0200;
font-weight: 600;
}
.strikethrough{
	text-decoration: line-through 2px;
}

.medicine_name_va,
.medicine_name_le,
.medicine_name_ci{
	font-weight: 600;
	background: #e6f3ff;
}
.medicine_name_le{
	background:#ffe7da;
}
.medicine_name_ci{
	background:#eeffe9;
}

.table_hosoku{
	    width: 100%;
	    max-width: 960px;
	    margin: 20px auto 0;
}

.aga_content main table .small_text{
	font-weight:600;
	color:#fff;
}
.access table.t_type_1 th{
	border-bottom: 1px solid #ddd;
	border-right: none;
}

.aga_content main .small_text,
.ed_content main .small_text{
	font-size:1.2rem;
	color:#767676;
	font-family: auto;
	font-style: inherit;
	font-weight: 500;
	display: contents;
}

#contactbox .contact_mail a,
#contactbox .contact_reserve a{
	display: block;
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: 0 0 8px grey;
	text-decoration: none;
	background-color: #fff;
	box-sizing: border-box;
	font-weight:600;
}

#contactbox .contact_mail a{
	border: 2px solid #2e8b57;
	color: #2e8b57;
}

#contactbox .contact_mail a:hover{
	border: 2px solid #2e8b57;
	background-color:#2e8b57;
	color: #fff;
}

#contactbox .contact_reserve a{
    border: 2px solid #ffa500;
    color: #ffa500;
}

#contactbox .contact_reserve a:hover{
	border: 2px solid #ffa500;
	background-color:#ffa500;
    color: #fff;
}

.ed_content .table_pattern_two{
	border-collapse: collapse;
	max-width: 960px;
	width: 100%;
	margin: 60px auto;
	text-align: center;
	vertical-align: middle;
}
.aga_content .table_pattern_two{
	margin:60px auto 20px;
}
.ed_content .table_pattern_two table,
.ed_content .table_pattern_two tr th,
.ed_content .table_pattern_two tr td{
	border:1px solid #185594;
}
.ed_content .table_pattern_two tbody{
	width: 100%;
    table-layout: fixed;
}
.ed_content .table_pattern_two tr th{
	width: 20%;
	box-sizing: border-box;
	padding: 10px 15px;
	color: #fff;
	background: #185594;
	border-right: 1px solid;
}
.ed_content .table_pattern_two tr th:last-child{
	border-right: 1px solid #185594;
}

.ed_content .table_pattern_two tr td{
	line-height: 2;
	font-size: 16px;
	padding: 10px 15px;
	word-break: break-all;
}
.backcolor_gray{
	background: #f0f0f0;
}
.comparison_text{
	max-width: 960px;
	margin: 0 auto 60px;
}
.comparison_text h3{
	border-bottom: 3px solid #4794dc;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
.comparison_text li{
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin: 10px 0;
	font-weight: 600;
}
.comparison_text li:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0180f1;
}
.comparison_text p{
	margin: 0 0 40px;
}

/* AGA追加 */
.medicine_price h3{
	border-bottom: 3px solid #4794dc;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.medicine_price hr{
	margin-bottom:40px;
}
.medicine_list{
}
.medicine_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.medicine_list li{
	list-style: none;
	width: calc(100% / 2 - 30px);
	margin: 10px 10px 30px;
}
.medicine_item{
	padding: 20px 20px 10px;
	background: #185594;
}
.medicine_item h4{
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.medicine_item h4 span{
	font-size: 1.8rem;
}
.medicine_item p{
	color:#fff;
	font-weight: bold;
}
.medicine_item p span{
	font-size: 2.4rem;
	color: #ffc107;
}
.medicine_item_2{
	border: 2px solid #185594;
}
.aga_content .medicine_item_2 table.t_type_1 th{
	border-bottom: 1px solid #fff;
	border-right: none;
	text-align: center;
}
.aga_content .medicine_item_2 table.t_type_1 tr:last-child th{
	border-bottom: 1px solid #185594;
}
.aga_content .medicine_item_2 table.t_type_1 td{
	text-align: start;
}

/*アコーディオン全体*/
.accordion-area{
}

.accordion-area li{
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1.6rem;
    color: #185594;
    font-weight: bold;
    padding: 20px;
    transition: all .3s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:
    '';
    width: 15px;
    height: 2px;
	top:48%;
    right: 20px;
    background-color: #185594;
    transition: all .3s ease;
}
.title::before{
    transform: rotate(0deg);
}
.title::after{
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    padding: 0px 20px 20px;
}



/**/
@media (max-width: 767px){
	#ed_kamo {
		height: 300px;
		width: 100%;
		background-image: url('../img/ed/ed_nayami.jpg');
		background-size: 100%;
		position: relative;
		z-index: 0;
		overflow: hidden;
		margin-bottom: 80px;
	}
	.aga_content .cv_area{
		padding:20px 0;
	}
}
@media (min-width: 768px){
	#ed_kamo {
		height: 300px;
		background-size: cover;
		background-position: right;
		background: url('../img/ed/ed_nayami.jpg') no-repeat center;
		position: relative;
		z-index: 0;
		overflow: hidden;
		margin-bottom: 80px;
	}
}
#ed_kamo:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
.ed_visit p{
	text-align: center;
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	text-shadow: #4489cc 2px 0px, #4489cc -2px 0px, #4489cc 0px -2px, #4489cc 0px 2px, #4489cc 2px 2px, #4489cc -2px 2px, #4489cc 2px -2px, #4489cc -2px -2px, #4489cc 1px 2px, #4489cc -1px 2px, #4489cc 1px -2px, #4489cc -1px -2px, #4489cc 2px 1px, #4489cc -2px 1px, #4489cc 2px -1px, #4489cc -2px -1px;
}
.ed_y_kakaku{
	text-align: center;
}
.ed_y_kakaku img{
	width: 100%;
	max-width: 450px;
	height: auto;
}

@media (max-width: 640px){
	.table_comparison{
		margin:0 20px;
	}
	.ed_content .table_pattern_two tr th{
		width: 100%;
	}
	.ed_content table.t_type_1 .medicine_name_va,
	.ed_content table.t_type_1 .medicine_name_le,
	.ed_content table.t_type_1 .medicine_name_ci{
	text-align: left;
}
	.ed_content .table_pattern_two tr td:first-child{
		width: 40%;
		font-weight: 600;
	}
	.comparison_text{
		margin:0 20px;
	}
	.comparison_text h3{
		font-size:2.1rem;
	}
	.medicine_list ul{
		flex-direction: column;
	}
	.medicine_list li{
		width: 100%;
		margin: 0 auto 20px;
	}
	.medicine_list li:last-child{
		margin-bottom: 40px;
	}
	.medicine_item h4{
		font-size: 3rem;
	}
	.aga_content .medicine_item_2 table.t_type_1 th{
		width: 35%;
	}
}

@media screen and (max-width:550px) {
.t_type_1 th,.page_price_table td {
    border: none;
}
    .price_td_one a {
        font-size: 14px;
    }
.price_td_one img {
    margin: 0 auto;
}
.t_type_1 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
    .t_type_1 tr:nth-of-type(1),.t_type_1 tr:nth-of-type(2) {
        display: none;
    }  
    .t_type_1 tr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: solid 1px #dbdbdb;
    box-sizing: border-box;
        font-size: 12px;
    }  
    .t_type_1 tr td:nth-of-type(1) {

    }
    .t_type_1 th {
        display: none;
    box-sizing: border-box;
    }
    

    
.lp_table_one {
    width: 100% !important;
    display: block;
        border-bottom: solid 1px #dbdbdb;
}
    .aga_content table.t_type_1 td, .ed_content table.t_type_1 td {
        text-align: left;
    }
    table.t_type_1 td {
        border: none;
    box-sizing: border-box;
        text-align: left;
    }
    .lp_table_two {
        width: 40% !important;
        display: block;
        border: none;
        box-sizing: border-box;
    }
    .t_type_1 td {
        padding: 8px 4px !important;
    }
    .lp_table_three {
        width: 30% !important;
        display: block;
    }
    .lp_table_four {
        width: 30% !important;
        display: block;
    }
    .price_td_five {
        width: auto !important;
        display: block;
    }
    .price_td_six {
        width: auto !important;
    }
    .place_content_image img{
        width: 100%;
        display: block;
    }
    .price_td_four td,.price_td_five td{
        
    }
    .lp_table_five::before,.lp_table_three::before,.lp_table_four::before{
        content: attr(data-label);
        background-color: #e6f1f6;
        font-weight: bold;
        text-align: center;
        margin-right: 2px;
        padding: 2px;
    }
    
    .sp_lp_table_heading {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        text-align: left;
    }
    .color_red {
        font-size: 14px;
    }

	.t_type_1 {
		border: solid 1px #ccc
	}
	.tbody {
		display: block;
		border-bottom: solid 3px #ccc
	}
	.tbody_punctuate {
		display: block;
		border-bottom: solid 3px #ccc
	}
	.t_type_1 .thead {
		display: none
	}
	.t_type_1 tr th, table.t_type_1 .td {
		font-size: 12px
	}
	.t_type_1 .td a {
		font-size: 12px
	}
	.place_content_box {
		width: 100%;
		border-bottom: solid 1px #ccc
	}
	.td_right {
		width: 100%
	}
	.place_table .th_left, .place_table .place_content_box, .place_table .th_right, .place_table .td_right {
		width: 100%
	}
	.place_table .th_right>div, .td_right_box div {
		border: none
	}
	.place_table .th_right, .place_table .td_right {
		border: none
	}
	.place_table tbody:last-child tr:last-child {
		border-bottom: none
	}
	.place_table tr:nth-child(1) td:nth-child(1) {
		width: 100%;
		border-bottom: solid 1px #ccc;
		display: block
	}
	.place_table tr:nth-child(1) td:nth-child(2), .place_table tr:nth-child(2) td:nth-child(1), .place_table tr:nth-child(3) td:nth-child(1) {
		width: 40%;
		text-align: left
	}
	.place_table tr:nth-child(1) td:nth-child(3), .place_table tr:nth-child(2) td:nth-child(2), .place_table tr:nth-child(3) td:nth-child(2) {
		width: 30%;
		display: block
	}
	.place_table tr:nth-child(1) td:nth-child(4), .place_table tr:nth-child(2) td:nth-child(3), .place_table tr:nth-child(3) td:nth-child(3) {
		width: 30%;
		text-align: right;
		display: block
	}
	.place_table tr td {
		border: none
	}
	#front-top .slick-next, #front-top .slick-prev {
		opacity: 0.5;
		padding: 20px;
	}
	#front-top .slick-next{
		right: 3%;
	}
	#front-top .slick-prev{
		left: 3%;
		margin-left: 0;
	}
	#front-top .slider .slick-track{
		left:0;
	}
}

/* 20240711追加 */
.inj_content #s_cv.hide {
    opacity: 1;
}

#s_cv {
    opacity: 0;
    transition: all .3s;
}
.inj_content * {
    box-sizing: border-box;
}
.inj_wrap_1 {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 20px;
}
.inj_wrap_2 {
    max-width: 1160px;
    margin: 0 auto;
    padding: 60px 20px;
}
.inj_content ul {
    list-style-type: none;
}
.inj_content h3 {
    font-size: 2.1rem;
}
.inj_content p {
    font-size: 1.8rem;
}
.inj_content .flow_last {
    text-align: center;
}
.inj_content .flow_last span {
    font-weight: 600;
    color: #1e90ff;
}
.inj_content #main_top {
    padding-top: 80px;
}

.inj_content #header #h_cv #h_cv_rsv a::before {
    content: '\f328\A';
    white-space: pre;
    font-size: 2.8rem;
}
.inj_content #header #h_cv #h_cv_rsv a {
    font-size: 1.6rem;
    padding: 5px 0;
}

.inj_trouble_text p {
    font-size: 2.1rem;
}

.inj_table_1 {
    width: 100%;
}
.inj_table_1,
.inj_table_1 th,
.inj_table_1 td {
    border-collapse: collapse;
}
.inj_table_1 th,
.inj_table_1 td {
    padding: 10px;
}
.inj_table_1 th {
    background: #f3f3f3;
    border: solid 1px #185594;
    width: 160px;
}
.inj_table_1 td {
    border: solid 1px #185594;
}
.inj_about_image {
    max-width: 840px;
}
.inj_trouble_image img {
    width: 100%;    
}
.inj_about_image img {
    width: 100%;
}
.inj_trouble_inner {
    max-width: 840px;
    margin: 0 auto;
}
.inj_trouble_box {
    max-width: 640px;
    margin: 0 auto 40px;
}
.inj_trouble_image {
    width: 100%;
    margin-bottom: 30px;
}
.inj_trouble_text {
    width: 100%;
    font-size: 2.1rem;
}
.inj_about_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.inj_about_image {
    width: 50%;
}
.inj_about_text {
    width: 45%;
}
.inj_trouble_box_bottom {
    text-align: center;
}
.inj_trouble_box_bottom p {
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
}

.merit_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}
.merit_box{
    display: flex;
	border: 1px solid #ddd;
	background-color: #fff;
    width: 48%;
    margin-bottom: 30px;
    padding: 30px;
    justify-content: space-between;
}
.merit_box:nth-of-type(5),
.merit_box:nth-of-type(6){
    margin-bottom: 0;
}
.merit_image{
    width: 100px;
    height: auto;
    text-align: center;
}
.merit_text{
	line-height: 1.4;
    width: calc(100% - 120px);
}
.merit_text mark {
    color: #474747;
}
.merit_image img{
	width: 100%;
}
.merit_text p{
	font-size: 1.8rem;
}
.merit_text span{
	display: inline-flex;
	color: #f4a600;
	font-size: 4rem;
	font-family: "Times New Roman";
	font-style: italic;
}

.price_wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.inj_table {
    width: 100%;    
    border: 1px solid #185594;
}
.inj_table,.inj_table th,.inj_table td {
    border-collapse: collapse;
}
.inj_table th {
    padding: 10px 15px;
    background-color: #185594;
    color: #fff;
}
.inj_table th:first-child {
    border-right: 1px solid #ddd;
}
.inj_table td {
    padding: 10px 15px;
    border-collapse: collapse;
    border: 1px solid #185594;
}
/* 各薬剤の効果・副作用・リスク */
.side_effect_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 20px;
}
.side_effect_inner h3 {
    margin-bottom: 5px;
    color: #f4a600;
    font-weight: bold;
}
/* 注射・点滴のメニュー */
.inj_menu_inner {
    margin-bottom: 40px;
}

.inj_menu_inner h3,
.price_pay_inner h3 {
    border-bottom: 3px solid #4794dc;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.inj_menu_box {
    border: 1px solid #4794dc;
}
.inj_menu_box_title {
    background: #4794dc;
    color: #fff;
    padding: 15px;
    font-weight: 600;
}
.inj_menu_box ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.inj_menu_box ul li {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    position: relative;
    padding-left: 30px;
}
.inj_menu_box ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0180f1;
}
.inj_menu_box ul li:nth-of-type(2n) {
    margin-right: 0;
}
.price_pay_inner .small_text {
    font-size: 1.6rem;
    font-weight: normal;
}

.price_wrap > p {
    text-align: center;
}
.price_pay_inner .payment .card:last-child {
    margin-bottom: 0;
}

.inj_content .access_catch {
    font-size: 3.2rem;
}

.inj_content .check {
    font-size: 2.4rem;
}
.notes_inner ul li {
    position: relative;
    padding-left: 30px;
    font-size: 1.8rem;
}
.notes_inner ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0180f1;
}

.h_type_10 {
    font-size: 2.4rem;
    background-color: #185594;
    color: #fff;
    text-align: center;
    padding: 10px 60px 10px 60px;
    border-radius: 50px;
    margin: 0 auto 20px;
    max-width: 450px;
}

.flow_inner {
    padding: 60px 20px;
}

.flow_inner .flow-text p {
    font-size: 1.6rem;
}

.inj_gallery {
    width: 31%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
}

@media (min-width: 768px) {
    .inj_content #header #h_cv li {
        width: auto !important;
        height: auto !important;
        padding: 0 20px;
    }
}

@media screen and (max-width:768px) {
    
    .inj_gallery {
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
}
    
    .inj_content #header #h_cv #h_cv_rsv a::before {
    content: '\f328';
    white-space: pre;
    font-size: 1.6rem;
}
    
    .inj_content p {
    font-size: 1.6rem;
}
    .inj_table_1 th,
    .inj_table_1 td {
        padding: 10px;
        display: block;
    }
    .inj_table_1 th {
        border: none;
        width: 100%;
    }
    .inj_table_1 td {
        border: none;
    }
    .inj_about_image {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .inj_trouble_image img {
        width: 100%;    
    }
    .inj_about_image img {
        width: 100%;
    }
    .inj_trouble_inner {
        max-width: 800px;
        margin: 0 auto;
    }
    .inj_trouble_box {
        display: block;
        margin-bottom: 40px;
    }
    .inj_trouble_image {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .inj_trouble_text {
        width: 100%;
    }
    
    .inj_access .access_catch {
        font-size: 2.1rem;
    }

    .inj_about_box {
        display: block;
        margin: 0 auto;
    }
    .inj_about_image {
        width: 100%;
        margin-bottom: 30px;
    }
    .inj_about_text {
        width: 100%;
    }
    
    .inj_about_text p {
        font-size: 1.6rem;
    }
    
    .merit_inner {
        display: block;
        padding: 60px 20px;
    }
    .merit_box{
        display: block;
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }
    .merit_box:nth-of-type(5){
        margin-bottom: 20px;
    }
    .merit_image{
        width: 100px;
        margin: 0 auto 10px;
    }
    .merit_text{
        width: 100%;
    }
    .merit_text p{
        font-size: 1.6rem;
    }
    .merit_text span{
        font-size: 4rem;
    }
    
    .inj_menu_inner {
        max-width: 960px;
        margin: 0 auto;
    }
    .inj_trouble_box_bottom {
        text-align: center;
    }
    .inj_trouble_box_bottom p {
        margin: 30px 0 0;
        font-size: 20px;
        font-weight: bold;
    }
    .inj_trouble_inner .check {
        font-size: 18px;
    }
    
    .notes_box ul li {
    font-size: 1.6rem;
}
    
    .side_effect_inner {
        max-width: 960px;
        margin: 0 auto;
    }
    .side_effect_inner h3 {
        margin-bottom: 5px;
        color: #f4a600;
        font-weight: bold;
    }
    .inj_menu_inner {
        margin-bottom: 40px;
    }
    .inj_menu_inner h3 {
        border-bottom: 3px solid #4794dc;
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
    .inj_menu_box {
        border: 1px solid #4794dc;
    }
    .inj_menu_box_title {
        background: #4794dc;
        color: #fff;
        padding: 15px;
        font-weight: 600;
    }
    .inj_menu_box ul {
        display: block;
        flex-wrap: wrap;
        padding: 20px;
    }
    .inj_menu_box ul li {
        width: 100%;
        margin-right: 0;
        position: relative;
        padding-left: 30px;
    }
    .inj_menu_box ul li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #0180f1;
    }
    .inj_menu_box ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .price_wrap > p {
        text-align: center;
    }
    
}

@media(max-width:640px){
    .inj_content #h_cv li {
        width: calc(100% / 2) !important;
    }
}