@charset "UTF-8";

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



/* price_col2
---------------------------------------------------------*/
.price_col2{
	display: flex;
    justify-content: space-between;
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.price_col2 li{
	width: 48.5%;
	background: #8cba6e;
	color: #fff;
	padding: 50px 4.5%;
	box-sizing: border-box;
}
.price_col2 li:nth-child(2){background: #b89668;}

.price_col2 li .zen26{
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: .8em;
	margin-bottom: 1.2em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.price_col2 li{
	width: 49%;
	padding: 4% 3.5%;
}
.price_col2 li .zen26{
	padding-bottom: .7em;
	margin-bottom: .9em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.price_col2{
	display: block;
}
.price_col2 li{
	width: 100%;
	padding: 6% 5%;
}
.price_col2 li:nth-child(2){margin-top: 3%;}

.price_col2 li .zen26{
	padding-bottom: .6em;
	margin-bottom: 1em;
}
}









/* price_ank
---------------------------------------------------------*/
.price_ank{
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: start;
	flex-wrap: wrap;
}
.price_ank .com_btn2{
	width: 24%;
	margin-right: 1.333%;
	margin-top: 1.333%;
}
.price_ank .com_btn2:nth-child(-n+4){
	margin-top: 0;
}
.price_ank .com_btn2:nth-child(4n){
	margin-right: 0;
}
.price_ank .com_btn2,
.price_ank .com_btn2 a{
	max-width: 100%;
}
.price_ank .com_btn2 a{
    border-bottom: none;
	padding: .45em 1.9em .45em 1.5em;
	background: #f6f6f6;
	border-radius: 50px;
}
.price_ank .com_btn2 .com_btn2_icon {color: #b1b1b5;}
.price_ank .com_btn2 a:hover .com_btn2_icon {color: #7ba95f;}
.price_ank .com_btn2 a .com_btn2_icon,
.price_ank .com_btn2 a:hover .com_btn2_icon{
	transition: 0.4s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.price_ank .com_btn2 a{
	padding-left: 1.4em;
	padding-right: 1em;
}
.price_ank .com_btn2 a .com_btn2_icon{
	font-size: 80%!important;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.price_ank .com_btn2{
	width: 49.5%;
	margin-right: 1%!important;
	margin-top: 1%!important;
}
.price_ank .com_btn2:nth-child(-n+2){
	margin-top: 0!important;
}
.price_ank .com_btn2:nth-child(2n){
	margin-right: 0!important;
}
.price_ank .com_btn2 a{
	padding-left: 1.2em;
	padding-right: .8em;
}
.price_ank .com_btn2 a .com_btn2_icon{
	font-size: 80%!important;
}
}







/* price_table
---------------------------------------------------------*/
.price_memo{
	text-align: right;
	color: #777777;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
	margin-top: -1.5em;
}
.price_memo li{
	display: inline-block;
	margin-right: 1em;
}
.price_memo li:last-child{
	margin-right: 0;
}

.price_table th,
.price_table td{
	border-top:1px solid #ccc;
	box-sizing: border-box;
}
.price_table tr:last-child th,
.price_table tr:last-child td{
	border-bottom:1px solid #ccc;
}
.price_table th{
	width: 78.5%;
	padding: 40px 4.5% 40px 0;
	text-align: left;
}
.price_table th .flex_box .img{
	width: 33.5%;
}
.price_table th .flex_box dl{
	width:62%;
}
.price_table th dt:has(+ dd){
	margin-bottom: .6em;
}

/*list1*/
.price_table th .list1{
	margin-top: 1.5em;
}
.price_table th .list1 li{
	display: flex;
    justify-content: space-between;
	align-items: center;	
	margin-bottom: .6em;
	line-height: 1.4em;
}
.price_table th .list1 li:last-child{
	margin-bottom: 0;
}
.price_table th .list1 li p:nth-child(1){
	width: 13.5em;
	background: #7bc45f;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: .1em 0;
}
.price_table th .list1 li:nth-child(2) p:nth-child(1){	background: #b89668;}
.price_table th .list1 li:nth-child(3) p:nth-child(1){	background: #72d3ac;}

.price_table th .list1 li p:nth-child(2){
	position: relative;
	width: calc(100% - 13.5em);
	padding-left: 1.5em;
	box-sizing: border-box;
}
.price_table th .list1 li p:nth-child(2)::before{
	position: absolute;
	display: block;
	content: "…";
	top: 30%;
	transform: translateY(-50%);
	left: 0;
}

.price_table td{
	width: 21.5%;
	background: #f6f6f6;
	text-align: center;
	padding: 40px .5em;
}
.price_table td p{
	line-height: 1.4em;
}
.price_table td .zen23 small{
	font-size: 70%;
}
.price_table td dl{
	margin-bottom: 1.5em;
}
.price_table td dl:last-child{
	margin-bottom: 0;
}
.price_table td dt{
	background: #7bc45f;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: .1em 0;
	max-width: 210px;
	margin: 0 auto .5em;
}
.price_table td dl:nth-child(1) dt{	background: #7bc45f;}
.price_table td dl:nth-child(2) dt{	background: #b89668;}
.price_table td dl:nth-child(3) dt{	background: #72d3ac;}

.price_table td dd p{
	display: inline-block;
}

.price_index2{
	position: relative;
	padding-left: .8em;
	line-height: 1.5em;
	box-sizing: border-box;
}
.price_index2::before{
	position: absolute;
	display: block;
	content: "";
	background: #8cba6e;
	background-size: 100% auto;
	width: 5px;
	height: 1em;
	top: 52%;
	transform: translateY(-50%);
	left: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.price_memo{
	margin-bottom: .4em;
	margin-top: -0.8em;
}
.price_table th{
	padding: 4% 3.5% 4% 0;
}
.price_table th .flex_box.tb_full{
	display: block;
	overflow: hidden;
}
.price_table th .flex_box.tb_full .img{
	float: left;
	margin-right: 4%;
	margin-bottom: .5em;
}
.price_table th .flex_box.tb_full dl{
	width: 100%;
}
.price_table th dt:has(+ dd){
	margin-bottom: .3em;
}

.price_table th .list1{
	margin-top: 1em;
}
.price_table th .list1 li p:nth-child(1){
	width: 11em;
}
.price_table th .list1 li p:nth-child(2){
	width: calc(100% - 11em);
}

.price_table td{
	padding: 4% .5em;
}
.price_table td dl{
	margin-bottom: 1em;
}
.price_table td dt{
	line-height: 1.4em;
	letter-spacing: normal;
	padding: .1em 0;
	margin-bottom: .4em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.price_memo{
	margin-bottom: .5em;
	letter-spacing: normal;
	margin-top: -1em;
}
.price_memo li{
	margin-right: .5em;
}

.price_table th,
.price_table td{
	display: block;
}
.price_table th{
	width: 100%;
	padding: 8% 4% 5% 0;
	border-bottom: none!important;
}
.price_table th .flex_box{
	display: block;
}
.price_table th .flex_box .img{
	width: 90%;
	margin: 0 auto 4%;
}
.price_table th .flex_box dl{
	width:100%;
}
.price_table th dt{
	text-align: center;
}
.price_table th dt:has(+ dd){
	margin-bottom: .3em;
}

.price_table th .list1{
	margin-top: 1em;
}
.price_table th .list1 li{
	margin-bottom: .5em;
	font-size:90%;
}
.price_table th .list1 li p:nth-child(1){
	width: 10em;
}
.price_table th .list1 li p:nth-child(2){
	width: calc(100% - 9.5em);
	letter-spacing: normal;
}

.price_table td{
	width: 100%;
	padding: 5%;
	border-top:none;
}
.price_table td dl{
	margin-bottom: 1em;
}
.price_table td dt{
	padding: .1em 0;
	line-height: 1.7em;
	margin: 0 auto .3em;
}

.price_index2{
	font-size:130%;
}
}








/* お支払いについて
---------------------------------------------------------*/
#pay .card{
	display: flex;
    justify-content: center;
}
#pay .card li{
	width:min(130px,12vw);
	max-width: 130px;
	margin-right: min(15px,1vw);
}
#pay .card li:last-child{
	margin-right: 0;
}
#pay .loan{
	background: #fff;
	padding: 60px 4%;
	box-sizing: border-box;
	text-align: center;
}
#pay .loan h3{
	margin-bottom: .5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#pay .card li:last-child{
	margin-right: 0;
}
#pay .loan{
	padding: 5% 4%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#pay .card li{
	width: 15vw;
	margin-right: 1vw;
}
#pay .loan{
	padding: 8% 4%;
}
#pay .loan h3{
	font-size:120%;
}
}




/* 医療費控除について
---------------------------------------------------------*/
#kojo .inbox{
	background: #f6f6f6;
	padding: 60px 4%;
	box-sizing: border-box;
	text-align: center;
}
#kojo .inbox dl{
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}
#kojo .inbox dt p{
	display: inline;
}
#kojo .inbox dt p sup{
	font-size:50%;
}
#kojo .inbox dt p:nth-child(1){
	color: #578937;
}
#kojo .inbox dt p:last-child{
	color: #ad8451;
}
#kojo .inbox dd{
	text-align: right;
	margin-top: .5em;
	color: #ad8451;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#kojo .inbox{
	padding: 4% 4%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#kojo .inbox{
	padding: 6% 4%;
}
#kojo .inbox dt{
	letter-spacing: normal;
	line-height: 1.6em;
	font-size: 95%;
}
#kojo .inbox dt p sup{
	font-size:50%;
}
#kojo .inbox dt p:nth-child(1){
	color: #578937;
}
#kojo .inbox dt p:last-child{
	color: #ad8451;
}
#kojo .inbox dd{
	line-height: 1.6em;
	margin-top: .5em;
	color: #ad8451;
}
}