@charset "UTF-8";

.contentpage .m_img_area .m_img {
	background-image: url("../images/price/m_img@2x.jpg");
}



/*共通
---------------------------------------------------------*/
.price .red {color: #c1272d;}
.price .com_mini_index {color: rgba(173,138,83,0.95);}
.price .com_index3 {color: #2b2a2a;}

.price_title {
	text-align: center;
	padding-bottom: 2.0em;
	position: relative;
	margin-bottom: 60px;
}
.price_title::before {
	content: "";
	position: absolute;
	width: 20vw;
	max-width: 250px;
	height: 1px;
	background: #ad8a53;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}
.price_title .com_mini_index {
	margin-top: .2em;
	margin-bottom: 0;
}

.price_pdg {
	padding-top: 120px;
	padding-bottom: 120px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.price_title {
	margin-bottom: 5%;
}
.price_pdg {
	padding-top: 10%;
	padding-bottom: 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.price_title {
	padding-bottom: 1.5em;
	margin-bottom: 8%;
}
.price_pdg {
	padding-top: 14%;
	padding-bottom: 14%;
}
}



/*保険診療と自由診療の違い
---------------------------------------------------------*/
.box1 {
	background: #fcf9f7;
}
.box1 .com_index3 {
	margin-bottom: 60px;
}
.box1 .flex_box {
	display: flex;
    justify-content: space-between;
}
.box1 .flex_box li {
	width: 49%;
	max-width: 620px;
	box-sizing: border-box;
	background: #fff;
	padding: 60px 3.5%;
	border: solid 1px #689968;
}
.box1 .flex_box dt {
	text-align: center;
	color: #689968;
	font-size: 160%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
.box1 .flex_box dd span {
	font-weight: bold;
	color: #c1272d;
}
.box1 .flex_box li:last-child {
	border-color: #869ad9;
}
.box1 .flex_box li:last-child dt {
	color: #869ad9;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.box1 .com_index3 {
	margin-bottom: 4%;
}
.box1 .flex_box li {
	padding: 4% 3.5%;
}
.box1 .flex_box dt {
	letter-spacing: .1em;
	margin-bottom: .3em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.box1 .com_index3 {
	margin-bottom: 6%;
}
.box1 .flex_box {
	display: block;
}
.box1 .flex_box li {
	width: 100%;
	max-width: 100%;
	padding: 5%;
	margin-bottom: 4%;
}
.box1 .flex_box li:last-child {
	margin-bottom: 0;
}
.box1 .flex_box dt {
	font-size: 140%;
	letter-spacing: .1em;
}
}



/*プライスリスト
---------------------------------------------------------*/
#price_list .link_list1 {
	width: 100%;
	max-width: 1215px;
	margin: 0 auto 40px;
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#price_list .link_list1 li {
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 1%;
}
#price_list .link_list1 li:nth-child(5n),
#price_list .link_list1 li:last-child {
	margin-right: 0;
}
#price_list .link_list1 li a {
	display: block;
	background: #fcf9f7;
	color: #2b2a2a;
	font-size: 95%;
	letter-spacing: .2em;
	line-height: 1.4em;
	padding: 1.4em 8%;
	position: relative;
}
#price_list .link_list1 li a::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("../images/price/corner2@2x.png") no-repeat left top;
	background-size: contain;
	right: 3px;
	bottom: 3px;
}

#price_list .link_list2 {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#price_list .link_list2 li {
	margin-right: 5%;
}
#price_list .link_list2 li:last-child {
	margin-right: 0;
}
#price_list .link_list2 .com_arrow_link a {
	padding-right: 50px;
	letter-spacing: .2em;
}
#price_list .link_list2 .com_arrow_link .arrow {
	width: 40px;
	height: 40px;
}

#price_list .tax {
	text-align: right;
	color: #c1272d;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.2em;
	margin-bottom: .5em;
}

.tbl_price {
	width: 100%;
	table-layout: fixed;
	border-top: solid 1px #ccc5c2;
}
.tbl_price tr {
	border-bottom: solid 1px #ccc5c2;
}
.tbl_price th,
.tbl_price td {
	box-sizing: border-box;
	vertical-align: middle;
}
.tbl_price th {
	width: 78%;
	padding: 30px 3%;
	padding-left: 0 !important;
	text-align: left;
	font-weight: normal;
}
.tbl_price td {
	width: 22%;
	padding: 30px 0;
	background: #fcf9f7;
	text-align: center;
}

.tbl_price .flt_box {
	overflow: hidden;
}
.tbl_price .flt_box .img_l {
	float: left;
	width: 31%;
}
.tbl_price .flt_box .txt_r {
	float: right;
	width: 66%;
}

.pric_style > dt,
p.pric_style {
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #2b2a2a;
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
.pric_style > dt {
	margin-bottom: .5em;
}
.pric_style > dd {
	font-size: 90%;
	letter-spacing: .12em;
    line-height: 1.8em;
}
.pric_style > dd small {
	display: block;
	font-size: 90%;
	letter-spacing: .14em;
	line-height: 1.8em;
	margin-top: 1.0em;
}

.tbl_price td dl,
.tbl_price td p {
	margin-top: 1.0em;
}
.tbl_price td dl:first-of-type,
.tbl_price td p:first-of-type {
	margin-top: 0;
}
.tbl_price td dt {
	font-size: 90%;
	font-weight: normal;
	letter-spacing: .14em;
	line-height: 1.4em;
}
.tbl_price td dd,
.tbl_price td p {
	color: #bea276;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.2em;
}
.tbl_price td .ft_dm {
	display: inline-block;
	vertical-align: middle;
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin-right: .1em;
	transform: translateY(-.1em);
}
.tbl_price td .txt_strong {
	color: #2b2a2a;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.tbl_price td .kasan{
	padding-top: 0.4em;
	display: block;
}
#price_list h4 {
	color: #2b2a2a;
	font-size: 130%;
	letter-spacing: .06em;
	line-height: 1.4em;
	padding-left: .8em;
	position: relative;
	margin-bottom: .8em;
}
#price_list h4::before {
	content: "";
	position: absolute;
	width: 3px;
	height: 80%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #bea276;
}

#price_list .memo {
	margin-top: 1.5em;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
#price_list .link_list1 li.sp_width {
	width: 16em;
}
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.tbl_price td dt {
	letter-spacing: .1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#price_list .link_list1 {
	margin-bottom: 4%;
}
#price_list .link_list1 li {
	width: 32% !important;
	margin-right: 2% !important;
	margin-bottom: 2%;
}
#price_list .link_list1 li:nth-child(3n),
#price_list .link_list1 li:last-child {
	margin-right: 0 !important;
}

.tbl_price th {
	padding: 3% 3%;
}
.tbl_price td {
	padding-top: 3%;
	padding-bottom: 3%;
}

.pric_style > dt,
p.pric_style {
	line-height: 1.4em;
}
.pric_style > dt {
	margin-bottom: .2em;
}
.pric_style > dd {
	font-size: 95%;
	letter-spacing: .05em;
}
.pric_style > dd small {
	letter-spacing: .05em;
}

.tbl_price td dt {
	letter-spacing: .05em;
}
.tbl_price td dd,
.tbl_price td p {
	letter-spacing: normal;
}
.tbl_price td .ft_dm {
	font-size: 140%;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#price_list .link_list1 {
	margin-bottom: 6%;
    justify-content: space-between;
}
#price_list .link_list1 li {
	width: 49%;
	margin-right: 0;
	margin-bottom: 2%;
}
#price_list .link_list1 li.sp_width {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#price_list .link_list1 li a {
	font-size: 90%;
	letter-spacing: .1em;
}

#price_list .link_list2 {
	display: block;
	text-align: center;
}
#price_list .link_list2 li {
	margin: 0 0 5%;
}
#price_list .link_list2 li:last-child {
	margin-bottom: 0;
}
#price_list .link_list2 .com_arrow_link a {
	padding-right: 2.5em;
	letter-spacing: .15em;
}
#price_list .link_list2 .com_arrow_link .arrow {
	width: 2.0em;
	height: 2.0em;
}

#price_list .tax {
	letter-spacing: .05em;
}

.tbl_price tr,
.tbl_price th,
.tbl_price td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.tbl_price th {
	padding: 4% !important;
}
.tbl_price td {
	padding: .8em 0 .6em;
}

.tbl_price .flt_box .img_l {
	float: none;
	width: 50%;
	margin: 0 auto .6em;
}
.tbl_price .flt_box .txt_r {
	float: none;
	width: 100%;
}

.pric_style > dt,
p.pric_style {
	font-size: 130%;
	line-height: 1.4em;
	text-align: center;
}
.pric_style > dt {
	margin-bottom: .2em;
}
.pric_style > dd {
	font-size: 90%;
	letter-spacing: normal;
}
.pric_style > dd small {
	letter-spacing: normal;
}

.tbl_price.com_btm_50 {
	margin-bottom: 8%;
}
.tbl_price td dl,
.tbl_price td p {
	margin-top: .6em;
}
.tbl_price td dl {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tbl_price td dt {
	letter-spacing: .1em;
	margin-right: 1.0em;
	padding-bottom: .2em;
}
.tbl_price td .ft_dm {
	font-size: 150%;
	letter-spacing: normal;
}
.tbl_price td .kasan{
	padding-top: 0;
	display: inline-block;
}
#price_list h4 {
	margin-bottom: .4em;
}

#price_list .memo {
	margin-top: 1.0em;
}
}



/*支払い方法について
---------------------------------------------------------*/
#pay .bg {
	background: #fcf9f7;
}
#pay .w1260 {
	text-align: center;
}
#pay h3 {
	text-align: center;
	color: #ad8a53;
	font-size: 200%;
	letter-spacing: .2em;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#pay .com_link_style1 {
	margin-top: 40px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#pay .w1260 {
	text-align: left;
}
#pay h3 {
	font-size: 180%;
	letter-spacing: .1em;
	margin-bottom: 4%;
}
#pay .com_link_style1 {
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#pay .w1260 {
	text-align: left;
}
#pay h3 {
	font-size: 140%;
	letter-spacing: .1em;
	margin-bottom: 6%;
}
#pay .com_link_style1 {
	margin-top: 8%;
}
}



/*医療費控除について
---------------------------------------------------------*/
#kozyo .w1260 {
	text-align: center;
}
#kozyo .formula {
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	margin: 50px auto 60px;
	background: #fcf9f7;
	padding: 40px 0;
	text-align: center;
	color: #2b2a2a;
}
#kozyo .formula > div {
    display: inline-block;
}
#kozyo .formula .color1 {color: #ad8a53;}
#kozyo .formula .color2 {color: #689968;}
#kozyo .formula p {
    font-size: 130%;
    line-height: 1.4em;
	letter-spacing: .03em;
}
#kozyo .formula p.memo {
	text-align: right;
    font-size: 90%;
    line-height: 1.4em;
	letter-spacing: .14em;
	margin-top: .5em;
}
#kozyo .formula p small {
    font-size: 70%;
	margin-left: .5em;
}
#kozyo .formula p .color2 {
	font-size: 90%;
	display: inline-block;
	position: relative;
}
#kozyo .formula p sup {
    font-size: 60%;
}

/* 1250px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1250px) {
#kozyo .formula .sp_tb {
	display: block !important;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#kozyo .w1260 {
	text-align: left;
}
#kozyo .formula {
	margin: 4% auto 5%;
	padding: 3% 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#kozyo .w1260 {
	text-align: left;
}
#kozyo .formula {
	margin: 6% auto 8%;
	border-width: 3px;
	padding: 6% 4%;
}
#kozyo .formula p {
	text-align: left;
    font-size: 110%;
    line-height: 1.4em;
	letter-spacing: normal;
}
#kozyo .formula p.memo {
	text-align: left;
	letter-spacing: .05em;
	margin-top: 1.0em;
}
#kozyo .formula p small {
    font-size: 80%;
}
}



/*
---------------------------------------------------------*/

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

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