@charset "UTF-8";

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


/*共通
---------------------------------------------------------*/
.family .com_index3 {
	color: #2b2a2a;
}

.fam_bg_box {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 8%;
	padding-right: 8%;
}
.fam_bg_box::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: calc(50% + 630px);
	height: 100%;
	background: #cca611;
	top: 0;
}
.fam_bg_box.bg_l::before {
	left: 0;
}
.fam_bg_box.bg_r::before {
	right: 0;
}
.fam_bg_box > div {
	position: relative;
	z-index: 1;
}

.fam_style1 > dt {
	color: #2b2a2a;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: .6em;
}

.fam_style2 > dt {
	color: #2b2a2a;
	font-size: 125%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: .2em;
}

.fam_txt_large {
	color: #2b2a2a;
	font-size: 135%;
	letter-spacing: .2em;
	line-height: 2.0em;
}

/* 1500px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
.fam_bg_box::before {
	width: 92%;
}
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.fam_bg_box.bg_l {
	padding-left: 0;
}
.fam_bg_box.bg_r {
	padding-right: 0;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.fam_style1 > dt {
	letter-spacing: .1em;
	margin-bottom: .2em;
}
.fam_style2 > dt {
	font-size: 120%;
	letter-spacing: .1em;
}

.fam_txt_large {
	font-size: 130%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.family .com_index3 {
	margin-bottom: 10%;
}
	
.fam_bg_box {
	padding-left: 10%;
	padding-right: 10%;
}
.fam_bg_box::before {
	width: 92%;
}
.fam_bg_box.bg_l {
	padding-left: 2%;
}
.fam_bg_box.bg_r {
	padding-right: 2%;
}

.fam_style1 > dt {
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-bottom: .2em;
}
.fam_style2 > dt {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .2em;
}
.fam_txt_large {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.8em;
}
}



/*clinic
---------------------------------------------------------*/
#clinic .bg {
	background: #fff3c9;
	padding-top: 120px;
	position: relative;
}
#clinic .bg::before {
	content: "";	/*下の白*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	left: 0;
	bottom: 0;
}
#clinic .bg > div {
	position: relative;
	z-index: 1;
}
#clinic .com_mini_index {
	color: #967900;
}
#clinic .com_index3 {
	margin-bottom: 70px;
}

#clinic .fami_title,
#clinic .cli_box1 .img_width {
	width: 92%;
	max-width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
#clinic .fami_title {
	position: relative;
	color: #967900;
	font-size: min(135%,2.2vw);
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-bottom: 40px;
}
#clinic .fami_title .ft_min {
	color: inherit;
}
#clinic .fami_title .ft_dm {
	display: block;
	font-size: 390%;
	letter-spacing: .06em;
	line-height: 1.2em;
	margin-bottom: .1em;
}
#clinic .fami_title .abs {
	position: absolute;
	width: 15%;
	max-width: 150px;
	top: 50%;
	transform: translateY(-50%);
}

#clinic .cli_box1 .img_width {
	text-align: center;
	margin-bottom: 50px;
}
#clinic .cli_box1 .txt_l {
	float: left;
	width: 68%;
	max-width: 670px;
}
#clinic .cli_box1 .img_r {
	float: right;
	width: 29%;
	max-width: 310px;
}
#clinic .cli_box1 .txt_l .com_style1 {
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	margin-right: 0;
}

#clinic .cli_box2 .w1120 {
	padding-top: 90px;
	padding-bottom: 90px;
	color: #fff;
}
#clinic .cli_box2 .fam_style1 dt {
	color: #fff;
}

/*kidscorner*/
#kidscorner .fami_title {
	text-align: right;
}
#kidscorner .fami_title .abs {
	left: 0;
}

/*takuji*/
#takuji .cli_box2 .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#takuji .cli_box2 .flex_box .box_l {
	width: 20%;
	max-width: 200px;
	text-align: center;
}
#takuji .cli_box2 .flex_box .box_r {
	width: 75%;
	box-sizing: border-box;
	border-left: solid 1px #fff;
	padding: 2% 0;
	padding-left: 7%;
}
#takuji .cli_box2 .flex_box .box_l p {
	text-align: center;
	font-size: min(120%,1.8vw);
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-top: 1.0em;
}
#takuji .cli_box2 .flex_box .box_l p .txt_large {
	display: block;
	font-size: 210%;
	letter-spacing: .05em;
	line-height: 1.2em;
	margin: .1em 0 .2em;
}
#takuji .cli_box2 .flex_box .box_l p .ft_dm {
	display: block;
	font-size: 95%;
	letter-spacing: .06em;
	line-height: 1.0em;
}
#takuji .cli_box2 .tel_box {
	margin-top: 40px;
	color: #2b2a2a;
}
#takuji .cli_box2 .tel_box > p.ft_min {
	font-size: 105%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: .8em;
}
#takuji .cli_box2 .tel_box dl {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#takuji .cli_box2 .tel_box dt {
	width: 90px;
}
#takuji .cli_box2 .tel_box dd {
	width: calc(97% - 90px);
}
#takuji .cli_box2 .tel_box dt {
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	position: relative;
}
#takuji .cli_box2 .tel_box dt span {
	text-align: center;
	color: #cca611;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: .14em;
	line-height: 1.0em;
	display: block;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#takuji .cli_box2 .tel_box dd .com_tel {
	font-size: 280%;
	line-height: 1.0em;
}
#takuji .cli_box2 .tel_box dd p {
	line-height: 1.6em;
	margin-top: 1.0em;
}
#takuji .cli_box2 .w1120 .abs {
	position: absolute;
	width: 17%;
	max-width: 180px;
	right: 0;
	top: 0;
	transform: translateY(-20%);
}

/*familyroom*/
#familyroom .fami_title {
	text-align: left;
}
#familyroom .fami_title .abs {
	right: 0;
}

/*accessible*/
#accessible .cli_box2 .flex_box {
	display: flex;
    justify-content: space-between;
}
#accessible .cli_box2 .flex_box .box_l {
	width: 40%;
}
#accessible .cli_box2 .flex_box .box_r {
	width: 58%;
	transform: translateX(6%);
	position: relative;
}
#accessible .cli_box2 .box_r ul {
	display: flex;
    justify-content: space-between;
	line-height: 1.6em;
	position: relative;
	z-index: 0;
}
#accessible .cli_box2 .box_r li {
	width: 49%;
	max-width: 310px;
}
#accessible .cli_box2 .box_r li p {
	margin-top: .5em;
}
#accessible .cli_box2 .box_r .abs {
	position: absolute;
	width: 35%;
	max-width: 180px;
	right: 0;
	bottom: 0;
	transform: translate(28%, 25%);
}

/* 1100x以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#accessible .cli_box2 .flex_box .box_l {
	width: 40%;
}
#accessible .cli_box2 .flex_box .box_r {
	width: 57%;
	transform: none;
}
#accessible .cli_box2 .box_r .abs {
	transform: translateY(60%);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#clinic .bg {
	padding-top: 8%;
}
#clinic .bg::before {
	height: 10vw;	/*下の白*/
}
#clinic .com_index3 {
	margin-bottom: 6%;
}
#clinic .fami_title {
	font-size: 2.5vw;
	margin-bottom: 5%;
}
#clinic .fami_title .ft_dm {
	margin-bottom: 0;
}
#clinic .cli_box1 .img_width {
	margin-bottom: 4%;
}
#clinic .cli_box2 .w1120 {
	padding-top: 6%;
	padding-bottom: 6%;
}
/*takuji*/
#takuji .cli_box2 .flex_box .box_l {
	width: 23%;
}
#takuji .cli_box2 .flex_box .box_r {
	width: 72%;
	padding: 0;
	padding-left: 4%;
}
#takuji .cli_box2 .flex_box .box_l p {
	font-size: 2.0vw;
}
#takuji .cli_box2 .tel_box {
	margin-top: 4%;
}
#takuji .cli_box2 .tel_box > p.ft_min {
	letter-spacing: .1em;
}
#takuji .cli_box2 .w1120 .abs {
	transform: translateY(-30%);
}
/*accessible*/
#accessible .cli_box2 .flex_box .box_l {
	width: 40%;
}
#accessible .cli_box2 .flex_box .box_r {
	width: 57%;
	transform: none;
}
#accessible .cli_box2 .box_r .abs {
	transform: translateY(60%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#clinic .bg {
	padding-top: 12%;
}
#clinic .bg::before {
	height: 10vw;	/*下の白*/
}
#clinic .com_index3 {
	margin-bottom: 8%;
}

#clinic .fami_title,
#clinic .cli_box1 .img_width {
	width: 100%;
}
#clinic .fami_title {
	font-size: 100%;
	letter-spacing: .1em;
	margin-bottom: 6%;
}
#clinic .fami_title .ft_abel {
	font-size: 300%;
	margin-bottom: 0;
}
#clinic .fami_title .ft_dm {
	font-size: 280%;
	letter-spacing: normal;
	margin-bottom: 0;
}
#clinic .fami_title .abs {
	width: 20%;
}

#clinic .cli_box1 .img_width {
	margin-bottom: 4%;
}
#clinic .cli_box1 .txt_l {
	float: none;
	width: 100%;
	max-width: 100%;
}
#clinic .cli_box1 .img_r {
	float: none;
	width: 60%;
	margin: 1.5em auto 0;
}
#clinic .cli_box1 .txt_l .com_style1 {
	max-width: 100%;
}	

#clinic .cli_box2 .w1120 {
	padding-top: 6%;
	padding-bottom: 10%;
}

/*takuji*/
#takuji .cli_box2 .flex_box {
	display: block;
}
#takuji .cli_box2 .flex_box .box_l {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 5%;
}
#takuji .cli_box2 .flex_box .box_l div {
	width: 40%;
}
#takuji .cli_box2 .flex_box .box_l p {
	font-size: 95%;
	margin-top: 0;
}
#takuji .cli_box2 .flex_box .box_r {
	width: 100%;
	border-left: 0;
	border-top: solid 1px #fff;
	padding: 4% 0 0;
	margin-top: 6%;
}
#takuji .cli_box2 .tel_box {
	margin-top: 4%;
}
#takuji .cli_box2 .tel_box > p.ft_min {
	font-size: 105%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
#takuji .cli_box2 .tel_box dt {
	width: 20%;
}
#takuji .cli_box2 .tel_box dd {
	width: 77%;
}
#takuji .cli_box2 .tel_box dt span {
	font-size: 90%;
}
#takuji .cli_box2 .tel_box dd .com_tel {
	font-size: 180%;
}
#takuji .cli_box2 .tel_box dd p {
	font-size: 80%;
}
#takuji .cli_box2 .w1120 .abs {
	width: 25%;
	top: auto;
	bottom: 0;
	transform: translateY(50%);
}

/*accessible*/
#accessible .cli_box2 .flex_box {
	display: block;
}
#accessible .cli_box2 .flex_box .box_l {
	width: 100%;
	margin-bottom: 6%;
}
#accessible .cli_box2 .flex_box .box_r {
	width: 100%;
	transform: none;
	text-align: center;
}
#accessible .cli_box2 .box_r .abs {
	width: 32%;
	transform: translate(28%, 100%);
}
}



/*お子さまの歯の健康を、成長と一緒に見守りませんか？
---------------------------------------------------------*/
#support .com_mini_index {
	color: #8eba67;
}
#support .com_index3 {
	margin-bottom: 1.5em;
}
#support .img_list {
	display: flex;
    justify-content: space-between;
}
#support .img_list li {
	width: 32%;
	max-width: 380px;
}
#support .img_list .fam_style2 {
	margin-top: 1.5em;
}

#support .box2.fam_bg_box::before {
	background: #8eba67;
}
#support .box2 .w1260 {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	position: relative;
}
#support .box2 .fam_style1 > dt {
	color: #fff;
	margin-bottom: 1.5em;
}
#support .box2 .w1260 .abs {
	position: absolute;
	width: 16%;
	max-width: 180px;
	right: 7%;
	bottom: 0;
	transform: translateY(50%);
}

#support .box3 .check_box {
	padding-bottom: 90px;
	background: url("../images/family/line_v@2x.png") no-repeat center bottom;
	background-size: contain;
	margin-bottom: 40px;
}
#support .box3 .check_box h3 {
	color: #71a149;
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.8em;
	margin-bottom: 2.0em;
}
#support .box3 .com_check_list1 li::before {
	background-image: url("../../images/check3@2x.png");
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#support .img_list .fam_style2 {
	margin-top: 1.0em;
}
#support .box2 .w1260 {
	padding-top: 6%;
	padding-bottom: 6%;
}
#support .box2 .fam_style1 > dt {
	margin-bottom: 1.0em;
}
#support .box2 .fam_style1 > dd {
	text-align: left;
}

#support .box3 .check_box {
	padding-bottom: 6%;
	margin-bottom: 6%;
}
#support .box3 .check_box h3 {
	letter-spacing: .1em;
	margin-bottom: 3%;
}
#support .box3 .com_link_style1 {
	margin-top: 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#support .img_list {
	display: block;
}
#support .img_list li {
	width: 100%;
	max-width: 100%;
	margin-top: 10%;
	border-top: solid 1px rgba(204,197,194,0.5);
	padding-top: 8%;
}
#support .img_list li div {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
#support .img_list .fam_style2 {
	margin-top: .6em;
}
#support .img_list .fam_style2 dt {
	text-align: center;
}

#support .box2 .w1260 {
	padding-top: 8%;
	padding-bottom: 8%;
}
#support .box2 .fam_style1 > dt {
	margin-bottom: .5em;
}
#support .box2 .w1260 .abs {
	width: 25%;
}

#support .box3 .check_box {
	padding-bottom: 10%;
	margin-bottom: 6%;
}
#support .box3 .check_box h3 {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 6%;
}
#support .box3 .com_link_style1 {
	margin-top: 8%;
}
}



/*ライフキッズ、ライフキッチン
---------------------------------------------------------*/
.pickup {
	background: #f9f5f0;
	position: relative;
}
.pickup::before {
	content: "";	/*上の白*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	left: 0;
	top: 0;
}
.pickup > div {
	position: relative;
	z-index: 1;
}

.pickup .title_box {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 60px;
	background-image: url("../images/family/bg1@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pickup .title_box::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 550px;
}
.pickup .title_box h2 {
	position: absolute;
	z-index: 1;
	width: 35%;
	margin: auto;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pickup .title_box .abs {
	position: absolute;
	z-index: 1;
	width: 32%;
	max-width: 383px;
	right: 2.5%;
	top: 0;
	transform: translateY(-10%);
}

.pickup .lead {
	color: #2b2a2a;
	margin-bottom: 50px;
}
.pickup .lead dt {
	font-size: 205%;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin-bottom: .2em;
}

.pickup .pic_style > dt {
	color: #2b2a2a;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.pickup .pic_style > dd > small {
	display: inline-block;
	color: 90%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-top: 1.0em;
}

.pickup .point_list li:nth-child(1) .pic_style > dt {color: #689968;}
.pickup .point_list li:nth-child(2) .pic_style > dt {color: #cca611;}
.pickup .point_list li:nth-child(3) .pic_style > dt {color: #6599b5;}
.pickup .point_list li:nth-child(4) .pic_style > dt {color: #db8ca9;}

.pickup .fam_txt_large {
	margin-top: 50px;
	border-top: solid 1px rgba(204,197,194,0.5);
	padding-top: 50px;
	padding-bottom: 100px;
}

/*ライフキッズ*/
#lifekids .point_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#lifekids .point_list > li {
	width: 49%;
	max-width: 600px;
	margin-top: 50px;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#lifekids .point_list > li:nth-child(-n+2) {
	margin-top: 0;
}
#lifekids .point_list > li div {
	width: 34%;
	max-width: 200px;
	position: relative;
}
#lifekids .point_list > li div img {
	position: relative;
	z-index: 0;
}
#lifekids .point_list > li div::before {
	content: "01";
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	font-family: "dm-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-variant-ligatures: none;
	font-size: 295%;
	letter-spacing: .06em;
	line-height: 1.2em;
}
#lifekids .point_list > li:nth-child(1) div::before {
	content: "01";
	color: #689968;
}
#lifekids .point_list > li:nth-child(2) div::before {
	content: "02";
	color: #cca611;
}
#lifekids .point_list > li:nth-child(3) div::before {
	content: "03";
	color: #6599b5;
}
#lifekids .point_list > li:nth-child(4) div::before {
	content: "04";
	color: #db8ca9;
}
#lifekids .point_list > li dl {
	width: 62%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pickup .title_box {
	margin-bottom: 5%;
}
.pickup .title_box::before {
	padding-top: 35%;	/* 高さ */
}

.pickup .lead {
	margin-bottom: 4%;
}
.pickup .lead dt {
	font-size: 180%;
	margin-bottom: .2em;
}

.pickup .pic_style > dt {
	letter-spacing: .1em;
	margin-bottom: .2em;
}

.pickup .fam_txt_large {
	margin-top: 4%;
	padding-top: 4%;
	padding-bottom: 8%;
}

/*ライフキッズ*/
#lifekids .point_list > li {
	margin-top: 4%;
	display: block;
}
#lifekids .point_list > li div {
	width: 40%;
	margin: 0 auto 1.0em;
}
#lifekids .point_list > li dl {
	width: 100%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pickup::before {
	display: none;	/*上の白*/
}

.pickup .title_box {
	margin-bottom: 6%;
}
.pickup .title_box::before {
	padding-top: 50%;	/* 高さ */
}
.pickup .title_box h2 {
	width: 40%;
}
.pickup .title_box .abs {
	width: 50%;
	max-width: 370px;
	right: 0;
	top: 0;
	transform: translate(5%, -10%);
}

.pickup .lead {
	margin-bottom: 8%;
}
.pickup .lead dt {
	font-size: 140%;
	letter-spacing: .15em;
	margin-bottom: .2em;
}

.pickup .pic_style > dt {
	font-size: 120%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
.pickup .pic_style > dd > small {
	letter-spacing: normal;
}

.pickup .fam_txt_large {
	margin-top: 8%;
	padding-top: 8%;
	padding-bottom: 12%;
}

/*ライフキッズ*/
#lifekids .pickup .title_box h2 {
	left: 20%;
	right: auto;
}
#lifekids .point_list {
	display: block;
}
#lifekids .point_list > li {
	width: 100%;
	max-width: 100%;
	margin-top: 8% !important;
}
#lifekids .point_list > li:first-child {
	margin-top: 0 !important;
}
#lifekids .point_list > li div {
	width: 30%;
}
#lifekids .point_list > li div::before {
	font-size: 230%;
	right: auto;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
}
#lifekids .point_list > li dl {
	width: 67%;
}
}



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

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

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