@charset "UTF-8";


/*導入*/
.com_lead_box .lead_bg {
	background-image: url("../images/price/m_img@2x.png");
}


.link1_list {
	text-align: center;
	margin-top: 1.5em;
}
.link1_list .com_link1 {
	display: inline-block;
}
.link1_list .com_link1:first-of-type {
	margin-right: 3em;
}


/*保険診療と自由診療の違い*/
.about .abo_index {
	text-align: center;
	color: #e87e3a;
	font-size: 264%;
	margin-bottom: 1em;
}
.about .col2 {
	max-width: 1220px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 
}
.about .col2 li {
	width: 48%;
	background-color: rgba(255,255,255,0.75);
	border: 3px solid rgba(216,224,229,0.75);
	box-sizing: border-box;
	padding: 40px 4%;
}
.about .col2 li dt {
	text-align: center;
	color: #696969;
	font-size: 176%;
	margin-bottom: .5em;
}
.about .col2 li:nth-of-type(2) {
	border-color: rgba(203,228,228,0.75);
}
.about .col2 li:nth-of-type(2) dt {
	color: #6ab3b2;
}
.about .col2 li dd span {
	color: #e87e3a;
	font-weight: bold;
}

/*アンカーリンク*/
.ank_index {
	color: #b37c24;
	font-size: 470%;
	line-height: 1;
	margin-bottom: .8em;
}
.ank_list {
	max-width: 1220px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.ank_list li {
	width: 18.7%;
	background-color: #b37c24;
	overflow: hidden;
}
.ank_list li:not(:nth-of-type(5n)) {
	margin-right: 1.6%;
}
.ank_list li:nth-of-type(n+6) {
	margin-top: 1.2em;
}
.ank_list li a {
	position: relative;
	display: block;
	color: #FFF;
	line-height: 1.6;
	white-space: nowrap;
	padding: 1em;
	transition: all .5s;
}

.ank_list li a::before {
	position: absolute;
	content: '';
	border-left: 2.3em solid transparent;
	border-bottom: 2.3em solid rgba(255,255,255,0.3);
	right: 0;
	bottom: 0;
	transition: all .5s;
}
.ank_list li a:hover::before {
	border-left-width: 6em;
	border-bottom-width: 6em;
}
.ank_list li a::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	color: #FFF;
	font-size: 100%;
	font-weight: normal;
	right: 0;
	bottom: -5px;
}


/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1000px) {
	
.ank_list li a {
	letter-spacing: .1em;
}
	
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.link1_list {
	margin-top: 1em;
}
.link1_list .com_link1:first-of-type {
	margin-right: 2em;
}
	
/*保険診療と自由診療の違い*/
.about .abo_index {
	font-size: 200%;
}
.about .col2 li {
	width: 49%;
	padding: 4% 2.5%;
}
.about .col2 li dt {
	font-size: 150%;
}
.about .col2 li dd {
	line-height: 1.8;
}
	
/*アンカーリンク*/
.ank_index {
	font-size: 380%;
	margin-bottom: .5em;
}
.ank_list li {
	width: 19%;
	background-color: #b37c24;
}
.ank_list li:not(:nth-of-type(5n)) {
	margin-right: 1%;
}
.ank_list li:nth-of-type(n+6) {
	margin-top: .5em;
}
.ank_list li a {
	font-size: 90%;
	padding: .8em .6em;
}

	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.link1_list {
	margin-top: 1em;
}
	

/*保険診療と自由診療の違い*/
.about .abo_index {
	font-size: 170%;
	margin-bottom: 1em;
}
.about .col2 {
	display: block;
}
.about .col2 li {
	width: 100%;
	padding: 5% 4%;
}
.about .col2 li:first-of-type {
	margin-bottom: 1em;
}
.about .col2 li dt {
	font-size: 140%;
	margin-bottom: .5em;
}

/*アンカーリンク*/
.ank_index {
	font-size: 300%;
	margin-bottom: .5em;
}
.ank_list {
	max-width: 1220px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
.ank_list li {
	width: 48%;
	margin-right: 2%;
}
.ank_list li:nth-of-type(odd) {
	margin-right: 2%;
}
.ank_list li:nth-of-type(n+3) {
	margin-top: .5em;
}
.ank_list li a {
	padding: .8em;
}
.ank_list li a::after {
	right: 3px;
}
	
.link1_list .com_link1:first-of-type {
	margin-right: 0;
}
	
}


/*料金表
---------------------------------------------------------*/
.attention {
	text-align: right;
	color: #b92d2e;
	font-size: 82%;
	font-weight: bold;
}
.pri_list {
	border-collapse: collapse;
}
.pri_list caption {
	text-align: left;
}
.pri_list caption .ft_min {
	position: relative;
	font-size: 147%;
	padding-left: 1.2em;
	margin-bottom: .4em;
}
.pri_list caption .ft_min::before {
	font-family: 'fontello';
	content: '\e804';
	color: #fc945d;
	font-size: 100%;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: .05em;
}
.pri_list caption p {
	line-height: 1.5;
	margin-bottom: .6em;
}
.pri_list tr {
	border-top: 1px solid #dbd9d6;
}
.pri_list tr:last-of-type {
	border-bottom: 1px solid #dbd9d6;
}
.pri_list th {
	width: 77%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 1.2em 0;
	padding-right: 4%;
}
.pri_list td {
	width: 23%;
	background-color: #fdf8ea;
	box-sizing: border-box;
	padding: 1em 0;
}
.pri_list td p {
	text-align: center;
	color: #b92d2e;
	font-size: 117%;
	line-height: 1.5;
	font-weight: bold;
}
.pri_list td p:not(:last-of-type) {
	margin-bottom: .6em;
}
.pri_list td p.border{
padding-bottom: 0.6em;
position: relative;
}
.pri_list td p.border::before{
position: absolute;
content: "";
background-color:  #dbd9d6;
width: 90%;
height: 1px;
left: 0;
right: 0;
margin: auto;
bottom: 0;
}
.pri_list td span {
	display: inline-block;
	font-size: 75%;
	line-height: 1.4;
}
.pri_list .flt_box {
	overflow: hidden;
}
.pri_list .flt_box .img_l {
	width: 32%;
	max-width: 280px;
	float: left;
}
.pri_list .flt_box .txt_r {
	width: 65%;
	float: right;
}
.pri_list .flt_box dl {
	padding-top: 1em;
}
.pri_list dl dt {
	font-size: 117%;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: .5em;
}
.pri_list dl dd {
	font-size: 88%;
	line-height: 1.6;
	letter-spacing: .04em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.pri_list caption .ft_min {
	font-size: 130%;
}
.pri_list th {
	padding: 1em 0;
	padding-right: 3%;
}
.pri_list td p {
	font-size: 105%;
}
.pri_list .flt_box dl {
	padding-top: 0;
}
.pri_list dl dt {
	font-size: 105%;
	margin-bottom: .3em;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.pri_list caption .ft_min {
	font-size: 120%;
}
.pri_list th,
.pri_list td {
	display: block;
}
.pri_list th {
	width: 100%;
	padding: 1.5em 0 1.2em;
	padding-right: 4%;
}
.pri_list td {
	width: 100%;
	padding: 3% 1%;
}
.pri_list td p {
	font-size: 105%;
}
.pri_list .flt_box .img_l {
	width: 70%;
	max-width: none;
	float: none;
	margin: 0 auto 1em;
}
.pri_list .flt_box .txt_r {
	width: 100%;
	float: none;
}
.pri_list .flt_box dl {
	padding-top: 0;
}
.pri_list dl dt {
	text-align: center;
	font-size: 105%;
	margin-bottom: .3em;
}
	
}



/*お支払いについて/医療費控除について
---------------------------------------------------------*/
.bg {
	position: relative;
	background-color: #ede9de;
	padding: 100px 0;
}
.bg::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 100px;
    border-radius: 40%;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 50px 50px rgb(0 0 0 / 20%);
    left: 50%;
    bottom: -150px;
    transform: translateX(-50%);
    z-index: 0;
}
#pay p {
	text-align: center;
}
#pay .card_list {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#pay .card_list li {
	margin-right: 1.2em;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#pay .card_list li:last-of-type {
	margin-right: 0;
}

#koujo .bdr_box {
	max-width: 1200px;
	background-color: #FFF;
	border: 3px solid #b37c24;
	box-sizing: border-box;
	padding: 30px 6% 50px 4%;
	margin-left: auto;
	margin-right: auto;
}
#koujo .bdr_box p:first-of-type {
	font-size: 138%;
	line-height: 1.6;
	letter-spacing: .07em;
}
#koujo .bdr_box p:first-of-type span {
	vertical-align: middle;
}
#koujo .bdr_box p .red {
	color: #e47666;
}
#koujo .bdr_box p .blue {
	color: #61b3a5;
	font-size: 83%;
}
#koujo .bdr_box p .small {
	font-size: 66%;
}
#koujo .bdr_box p sup {
	color: #61b3a5;
	font-size: 54%;
}
#koujo .bdr_box p:last-of-type {
	text-align: right;
	font-size: 88%;
	line-height: 1.5;
	margin-top: .8em;
}
#koujo .com_link1 {
	text-align: center;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1290px) {
	
#koujo .bdr_box {
	padding-right: 4%;
}
#koujo .bdr_box p:first-of-type {
	font-size: 1.85vw;
}

}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.bg {
	padding: 10% 0;
}

#koujo .bdr_box {
	padding: 3% 4% 5%;
}
#koujo .bdr_box p:first-of-type {
	font-size: 120%;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.bg {
	padding: 12% 0;
}
	
#pay p {
	text-align: left;
}
#pay .card_list li {
	width: 20%;
}

#koujo .bdr_box {
	padding: 5% 4% 6%;
}
#koujo .bdr_box p:first-of-type {
	font-size: 110%;
	letter-spacing: normal;
}
#koujo .bdr_box p:last-of-type {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

}