@charset "UTF-8";

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



/*共通１
---------------------------------------------------------*/
.device img {
	margin-left: auto;
	margin-right: auto;
}

/*タイトル*/
.dev_index1 {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.4em;
	position: relative;
	margin-bottom: 50px;
}
.dev_index1::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: calc(100% - 1.2em);
	left: 0;
	top: 0;
	background: #666;
	opacity: 0.3;
}
.dev_index1 h2,
.dev_index1 .ft_cinzel {
	position: relative;
	z-index: 1;
}
.dev_index1 h2 {
	padding: 2.0em 0 1.0em;
}
.dev_index1 .ft_cinzel {
	font-size: 240%;
	letter-spacing: normal;
	line-height: 1.2em;
	opacity: 0.8;
}

.dev_index2 {
	text-align: center;
	font-size: 180%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}
.dev_index2 span {
	display: inline-block;
	padding: 0 2em;
	background-image: url("../images/device/slash1_l@2x.png"), url("../images/device/slash1_r@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: auto 1.3em, auto 1.3em;
}

/*ボックス*/
.device .border_box {
	padding-bottom: 70px;
	border-bottom: solid 1px #c0bcb8;
	margin-bottom: 70px;
}

/*ピックアップ*/
.dev_pickup .img_l {
	float: left;
	width: 43%;
	max-width: 520px;
	position: relative;
}
.dev_pickup .img_l > div {
	position: relative;
	z-index: 0;
}
.dev_pickup .img_l > p {
	position: absolute;
	z-index: 1;
}
.dev_pickup .txt_r {
	float: right;
	width: 54%;
	max-width: 650px;
}
.dev_pickup .txt_r .com_link2 {
	margin-left: 0;
}

/*スタイル*/
.dev_style1 > dt {
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .8em;
}
.dev_style1 > dt .ft_min {
	display: block;
	color: #4b4033;
	font-size: 175%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.dev_style1 > dt .ft_min small {
	font-size: 70%;
	letter-spacing: .1em;
	line-height: 1.4em;
}

/*3列リスト*/
.dev_col3_list {
	display: flex;
    flex-wrap: wrap;
}
.dev_col3_list > li {
	width: 29.6%;
	margin-right: 5.6%;
	margin-top: 70px;
}
.dev_col3_list > li:nth-child(3n),
.dev_col3_list > li:last-child {
	margin-right: 0;
}
.dev_col3_list > li:nth-child(-n+3) {
	margin-top: 0;
}
.dev_col3_list > li dt,
.dev_col3_style dt {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-top: .6em;
	margin-bottom: .3em;
}
.dev_col3_list > li dt small,
.dev_col3_style dt small {
	font-size: 70%;
	letter-spacing: .05em;
	line-height: 1.4em;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
/*3列リスト*/
.dev_col3_list > li {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 5%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*タイトル*/
.dev_index1 {
	font-size: 190%;
	margin-bottom: 4%;
}
.dev_index1 h2 {
	padding: 1.8em 0 .8em;
}
.dev_index1 .ft_cinzel {
	font-size: 240%;
	letter-spacing: normal;
	line-height: 1.2em;
	opacity: 0.8;
}

.dev_index2 {
	font-size: 150%;
	margin-bottom: 2%;
}
.dev_index2 span {
	padding: 0 1.6em;
}

/*ボックス*/
.device .border_box {
	padding-bottom: 6%;
	margin-bottom: 6%;
}

/*ピックアップ*/
.dev_pickup .img_l {
	margin-right: 3%;
	margin-bottom: 1.0em;
}
.dev_pickup:not(.tb_short) .txt_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
.dev_pickup .txt_r .com_link2 {
	margin-left: auto;
}

/*スタイル*/
.dev_style1 > dt {
	font-size: 110%;
	letter-spacing: .1em;
	margin-bottom: .4em;
}
.dev_style1 > dt .ft_min {
	font-size: 160%;
	letter-spacing: .05em;
}
.dev_style1 > dt .ft_min small {
	letter-spacing: .05em;
}

/*3列リスト*/
.dev_col3_list > li dl,
.dev_col3_style {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
.dev_col3_list > li dt,
.dev_col3_style dt {
	font-size: 150%;
	letter-spacing: .05em;
}
.dev_col3_list > li dt small,
.dev_col3_style dt small {
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*タイトル*/
.dev_index1 {
	font-size: 140%;
	letter-spacing: .1em;
	margin-bottom: 8%;
}
.dev_index1 h2 {
	padding: 1.0em 0 .5em;
}
.dev_index1 .ft_cinzel {
	font-size: 180%;
}

.dev_index2 {
	font-size: 140%;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
.dev_index2 span {
	padding: 0 1.5em;
}

/*ボックス*/
.device .border_box {
	padding-bottom: 10%;
	margin-bottom: 10%;
}

/*ピックアップ*/
.dev_pickup .img_l {
	float: none;
	width: 90%;
	margin: 0 auto 1.2em;
}
.dev_pickup .txt_r {
	float: none;
	width: 100%;
	max-width: 100%;
}
.dev_pickup .txt_r .com_link2 {
	margin-left: auto;
}

/*スタイル*/
.dev_style1 > dt {
	font-size: 105%;
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.dev_style1 > dt .ft_min {
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.4em;
}
.dev_style1 > dt .ft_min small {
	font-size: 80%;
	letter-spacing: .05em;
}

/*3列リスト*/
.dev_col3_list {
	display: block;
}
.dev_col3_list > li {
	width: 100%;
	box-sizing: border-box;
	margin-right: 0;
	margin-top: 6% !important;
	border-top: solid 1px #dbd9d6;
	padding: 8% 4% 0;
}
.dev_col3_list > li:first-child {
	margin-top: 0 !important;
	border-top: none;
	padding-top: 0;
}
.dev_col3_list > li > div {
	width: 70%;
	margin: 0 auto;
}
.dev_col3_list > li dt,
.dev_col3_style dt {
	font-size: 140%;
	letter-spacing: .05em;
}
.dev_col3_list > li dt small,
.dev_col3_style dt small {
	font-size: 80%;
	letter-spacing: .05em;
}
}



/*共通２（ボックススタイル）
---------------------------------------------------------*/
/*小さい画像ボックス*/
.dev_min_img {
	background: #ccc;
	padding: 40px 4%;
}
.dev_min_img .item_list {
	display: flex;
    flex-wrap: wrap;
}
.dev_min_img .item_list > li {
	width: 30%;
	margin-right: 5%;
	margin-top: 60px;
}
.dev_min_img .item_list > li:nth-child(3n),
.dev_min_img .item_list > li:last-child {
	margin-right: 0;
}
.dev_min_img .item_list > li:nth-child(-n+3) {
	margin-top: 0;
}
.dev_min_img .item_list .img_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.dev_min_img .item_list .img_box div {
	width: 43%;
	max-width: 141px;
}
.dev_min_img .item_list .img_box dl {
	width: 52%;
}
.dev_min_img .item_list .img_box dt {
	font-size: 90%;
	letter-spacing: .3em;
	line-height: 1.2em;
	margin-bottom: .6em;
}
.dev_min_img .item_list .img_box dd {
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.dev_min_img .item_list .img_box dd.txt_short {
	line-height: 2.8em;
}
.dev_min_img .item_list .txt {
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 2.0em;
	margin-top: 1.2em;
}

/*枠ボックス*/
.dev_frame_box {
	border: solid 2px #ccc;
	background: #fff;
	padding: 40px 4.5%;
	position: relative;
}
.dev_frame_box::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 20%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ccc;
	opacity: 0.2;
}
.dev_frame_box * {
	position: relative;
	z-index: 1;
}
.dev_frame_box .img_abs {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	width: 38%;
	max-width: 400px;
}
.dev_frame_box .txt_box {
	width: 62%;
	margin-left: auto;
	margin-right: 0;
}
.dev_frame_box .dev_style1 > dt {
	margin-bottom: .5em;
}
.dev_frame_box .dev_style1 > dt .ft_min {
	font-size: 135%;
	letter-spacing: .1em;
	line-height: 1.6em;
}

/*背景色あり3列レイアウト*/
.dev_bg_col3 {
	background: #ccc;
	padding: 50px 5%;
}

/*背景色あり4列レイアウト*/
.dev_bg_col4 {
	background: #ccc;
	padding: 50px 5%;
}
.dev_bg_col4 .item_list {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dev_bg_col4 .item_list > li {
	width: 48%;
	max-width: 520px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top: 45px;
}
.dev_bg_col4 .item_list > li:nth-child(-n+2) {
	margin-top: 0;
}
.dev_bg_col4 .item_list > li div {
	width: 44%;
	max-width: 228px;
}
.dev_bg_col4 .item_list > li p {
	width: 50%;
	font-size: 130%;
	letter-spacing: .05em;
	line-height: 1.6em;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
/*小さい画像ボックス*/
.dev_min_img .item_list > li {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 5%;
}
.dev_min_img .item_list .img_box div {
	width: 35%;
}
.dev_min_img .item_list .img_box dl {
	width: 58%;
}
/*枠ボックス*/
.dev_frame_box {
	padding: 4% 3%;
}
.dev_frame_box .img_abs {
	left: 1%;
}
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.dev_bg_col4 .item_list > li p br {
	display: none !important;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*小さい画像ボックス*/
.dev_min_img {
	padding: 4%;
}
.dev_min_img .item_list .img_box dt {
	font-size: 80%;
	letter-spacing: .2em;
	margin-bottom: .2em;
}
.dev_min_img .item_list .img_box dd {
	font-size: 2.8vw;
	letter-spacing: normal;
}
.dev_min_img .item_list .txt {
	font-size: 90%;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-top: 1.0em;
}

/*枠ボックス*/
.dev_frame_box {
	padding: 4% 3%;
}
.dev_frame_box .img_abs {
	left: 1.5%;
}
.dev_frame_box .txt_box {
	width: 60%;
}
.dev_frame_box .dev_style1 > dt .ft_min {
	font-size: 145%;
	letter-spacing: .05em;
}
.dev_frame_box .dev_style1 > dd {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.8em;
}

/*背景色あり3列レイアウト*/
.dev_bg_col3 {
	padding: 4% 3%;
}

/*背景色あり4列レイアウト*/
.dev_bg_col4 {
	padding: 4% 3%;
}
.dev_bg_col4 .item_list > li {
	margin-top: 6%;
}
.dev_bg_col4 .item_list > li div {
	width: 40%;
}
.dev_bg_col4 .item_list > li p {
	width: 56%;
	font-size: 120%;
	letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*小さい画像ボックス*/
.dev_min_img {
	padding: 6%;
}
.dev_min_img .item_list {
	display: block;
}
.dev_min_img .item_list > li {
	width: 100%;
	margin-right: 0;
	margin-top: 6% !important;
	border-top: solid 1px #dbd9d6;
	padding-top: 6%;
}
.dev_min_img .item_list > li:first-child {
	margin-top: 0 !important;
	border-top: none;
	padding-top: 0 !important;
}
.dev_min_img .item_list .img_box {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.dev_min_img .item_list .img_box div {
	width: 25%;
}
.dev_min_img .item_list .img_box dl {
	width: 70%;
}
.dev_min_img .item_list .img_box dt {
	letter-spacing: .2em;
	margin-bottom: .3em;
}
.dev_min_img .item_list .img_box dd {
	font-size: 140%;
	line-height: 1.4em !important;
	letter-spacing: .05em;
}
.dev_min_img .item_list .txt {
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.8em;
	margin-top: .6em;
}

/*枠ボックス*/
.dev_frame_box {
	padding: 4% 6% 6%;
}
.dev_frame_box .img_abs {
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	width: 80%;
	margin: 0 auto .5em;
}
.dev_frame_box .txt_box {
	width: 100%;
}
.dev_frame_box .dev_style1 > dt {
	margin-bottom: .2em;
}
.dev_frame_box .dev_style1 > dt .ft_min {
	letter-spacing: .05em;
}
.dev_frame_box .dev_style1 > dd {
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.8em;
}

/*背景色あり3列レイアウト*/
.dev_bg_col3 {
	padding: 6%;
	font-size: 90%;
	letter-spacing: normal;
	line-height: 1.8em;
}
.dev_bg_col3 .dev_col3_list > li {
	padding-left: 0;
	padding-right: 0;
}

/*背景色あり4列レイアウト*/
.dev_bg_col4 {
	padding: 6%;
}
.dev_bg_col4 .item_list {
	display: block;
}
.dev_bg_col4 .item_list > li {
	width: 100%;
	max-width: 100%;
	margin-top: 6% !important;
	border-top: solid 1px #dbd9d6;
	padding-top: 6%;
}
.dev_bg_col4 .item_list > li:first-child {
	margin-top: 0 !important;
	border-top: none;
	padding-top: 0;
}
.dev_bg_col4 .item_list > li div {
	width: 40%;
}
.dev_bg_col4 .item_list > li p {
	width: 54%;
	font-size: 110%;
	letter-spacing: normal;
	line-height: 1.6em;
}
.dev_bg_col4 .item_list > li p br {
	display: none !important;
}
}



/*的確な診断に欠かせない検査設備
---------------------------------------------------------*/
/*タイトル*/
#diagnosis .dev_index1::before {
	background: #99f3d3;
	opacity: 0.35;
}
#diagnosis .dev_index1 .ft_cinzel {
	color: #52b194;
}
#diagnosis .dev_index2 {
	color: #52b194;
}
/*スタイル*/
#diagnosis .dev_style1 > dt {
	color: #52b194;
}
/*枠ボックス*/
#diagnosis .dev_frame_box {
	border-color: #52b194;
}
#diagnosis .dev_frame_box::before {
	background: #99f3d3;
}
/*box1*/
#diagnosis .box1 .dev_pickup .img_l > p {
	width: 50%;
	max-width: 235px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#diagnosis .box1 .dev_min_img {
	background: #52b194;
	color: #fff;
}
#diagnosis .box1 .dev_min_img .item_list .img_box dt {
	color: #fdfc78;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*box2*/
#diagnosis .box2 .dev_col3_list > li dt small {
	display: block;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#diagnosis .box1 .dev_min_img .item_list > li {
	border-color: rgba(255,255,255,0.5);
}
}



/*より安全できめ細かい高精度な治療を
---------------------------------------------------------*/
/*タイトル*/
#medical .dev_index1::before {
	background: #f4ea6c;
}
#medical .dev_index1 .ft_cinzel {
	color: #d8901b;
}
#medical .dev_index2 {
	color: #d8901b;
}
/*スタイル*/
#medical .dev_style1 > dt {
	color: #d8901b;
}
/*背景色あり3列レイアウト*/
#medical .dev_bg_col3 {
	background: #d8901b;
	color: #fff;
}
/*枠ボックス*/
#medical .dev_frame_box {
	border-color: #d8901b;
}
#medical .dev_frame_box::before {
	background: #f4ea6c;
}

/*box1*/
#medical .box1 .hikaku {
	background: rgba(75,64,51,0.05);
	padding: 50px 4% 70px;
}
#medical .box1 .hikaku h3:not(.dev_index2) {
	text-align: center;
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-bottom: 1.4em;
}
#medical .box1 .hikaku .type_box {
	display: flex;
    justify-content: space-between;
}
#medical .box1 .hikaku .type_box dl {
	width: 50%;
	box-sizing: border-box;
	padding: 30px 2.5%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 330px auto;
}
#medical .box1 .hikaku .type_box dt {
	background: #ccc;
	text-align: center;
	color: #fff;
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .4em 0;
	margin-bottom: .5em;
}
#medical .box1 .hikaku .type_box dl.basic {
	background-color: #ddd9d6;
	background-image: url("../images/device/bg1@2x.jpg");
}
#medical .box1 .hikaku .type_box dl.basic dt {
	background: rgba(136,129,120,0.8);
}
#medical .box1 .hikaku .type_box dl.scanner {
	background-color: #f5efa5;
	background-image: url("../images/device/bg2@2x.jpg");
}
#medical .box1 .hikaku .type_box dl.scanner dt {
	background: rgba(216,144,27,0.8);
}
#medical .box1 .hikaku .type_box .com_melit_list > li::before {
	color: #5d5447;
}
#medical .box1 .hikaku .type_box .com_melit_list > li::before {
	color: #d8901b;
}
#medical .box1 .hikaku .dev_index2 {
	color: #a46014;
	margin-bottom: .8em;
}

/*box2*/
#medical .box2 .dev_min_img {
	background: none;
	padding: 0 2%;
}
#medical .box2 .dev_min_img .item_list > li {
	width: 32%;
	margin-right: 2%;
}
#medical .box2 .dev_min_img .item_list > li:nth-child(3n),
#medical .box2 .dev_min_img .item_list > li:last-child {
	margin-right: 0;
}
#medical .box2 .dev_min_img .item_list .img_box div {
	width: 50%;
	max-width: 182px;
}
#medical .box2 .dev_min_img .item_list .img_box dl {
	width: 47%;
	max-width: 100%;
}
#medical .box2 .dev_min_img .item_list .img_box dd {
	color: #d8901b;
}

/*box3*/
#medical .box3 .dev_min_img {
	background: rgba(75,64,51,0.05);
}
#medical .box3 .dev_min_img .item_list .img_box dt {
	color: #d8901b;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
/*box2*/
#medical .box2 .dev_min_img {
	padding: 0;
}
#medical .box2 .dev_min_img .item_list .img_box dl {
	font-size: 1.5vw;
}
#medical .box2 .dev_min_img .item_list .img_box dd {
	letter-spacing: normal;
}
#medical .box2 .dev_min_img .item_list .img_box dd br {
	display: none;
}
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
#medical .box1 .hikaku .type_box dt {
	font-size: 2.4vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*box1*/
#medical .box1 .dev_style1 > dt .ft_min small {
	display: block;
}
#medical .box1 .hikaku {
	padding: 4% 4% 5%;
}
#medical .box1 .hikaku h3:not(.dev_index2) {
	font-size: 180%;
	margin-bottom: 3%;
}
#medical .box1 .hikaku .type_box dl {
	padding: 3%;
	background-size: 70% auto;
}
#medical .box1 .hikaku .type_box dt {
	font-size: 2.6vw;
	letter-spacing: normal;
	padding: .8em 0;
}
#medical .box1 .hikaku .dev_index2 {
	font-size: 150%;
	margin-bottom: .5em;
}

/*box2*/
#medical .box2 .dev_min_img .item_list > li {
	width: 31%;
	margin-right: 0;
}
#medical .box2 .dev_min_img .item_list > li:last-child {
	width: 38%;
}
#medical .box2 .dev_min_img .item_list .img_box {
	display: block;
}
#medical .box2 .dev_min_img .item_list .img_box div {
	width: 20vw;
	margin: 0 auto 1.0em;
}
#medical .box2 .dev_min_img .item_list .img_box dl {
	width: 100%;
	text-align: center;
	font-size: 100%;
}
#medical .box2 .dev_min_img .item_list .img_box dd br {
	display: none;
}
#medical .box2 .dev_min_img .item_list .img_box dd .tb_br {
	display: block !important;
}

/*box4*/
#medical .box4 .dev_bg_col3 .dev_col3_list > li dt small {
	display: block;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*box1*/
#medical .box1 .dev_style1 > dt .ft_min small {
	display: block;
}
#medical .box1 .hikaku {
	padding: 6%;
}
#medical .box1 .hikaku h3:not(.dev_index2) {
	font-size: 150%;
	letter-spacing: .05em;
	margin-bottom: 1.0em;
}
#medical .box1 .hikaku .type_box {
	display: block;
}
#medical .box1 .hikaku .type_box dl {
	width: 100%;
	padding: 6%;
	background-size: 60% auto;
}
#medical .box1 .hikaku .type_box dt {
	font-size: 110%;
	letter-spacing: .05em;
	padding: .8em 0;
	margin-bottom: .8em;
}
#medical .box1 .hikaku .dev_index2 {
	font-size: 130%;
	line-height: 1.4em;
	margin-bottom: .5em;
}
#medical .box1 .hikaku .scl_area {
	position: relative;
}
#medical .box1 .hikaku .scl_area p {
	width: 220%;
	max-width: 1122px;
	padding-bottom: 1.0em;
}

/*box2*/
#medical .box2 .dev_min_img {
	padding: 0 8%;
}
#medical .box2 .dev_min_img .item_list > li {
	width: 100%;
	margin-right: 0;
	margin-top: 4%;
	padding-top: 4%;
}
#medical .box2 .dev_min_img .item_list .img_box div {
	width: 45%;
}
#medical .box2 .dev_min_img .item_list .img_box dl {
	width: 50%;
}
	
/*box4*/
#medical .box4 .dev_bg_col3 .dev_col3_list > li {
	border-color: rgba(255,255,255,0.5);
}
}



/*痛みに配慮したやさしい治療への取り組み
---------------------------------------------------------*/
/*タイトル*/
#painless .dev_index1::before {
	background: #ffd3d6;
}
#painless .dev_index1 .ft_cinzel {
	color: #fd8086;
}
#painless .dev_index2 {
	color: #fd8086;
}
/*スタイル*/
#painless .dev_style1 > dt {
	color: #fd8086;
}
/*枠ボックス*/
#painless .dev_frame_box {
	border-color: #fd8086;
}
#painless .dev_frame_box::before {
	background: #ffd3d6;
}

/*box2*/
#painless .box2 .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#painless .box2 .flex_box .box_l {
	width: 30%;
	max-width: 360px;
}
#painless .box2 .flex_box .box_r {
	width: 67%;
	max-width: 790px;
	box-sizing: border-box;
	padding: 30px 3%;
	background: #fcf1ed url("../images/device/bg3@2x.jpg") no-repeat right bottom;
	background-size: 510px auto;
	text-align: center;
}
#painless .box2 .box_r .lead {
	color: #fd8086;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.6em;
	display: inline-block;
	padding: .4em 2.2em 0;
	background-image: url("../images/device/slash2_l@2x.png"), url("../images/device/slash2_r@2x.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: auto 2.0em, auto 2.0em;
}
#painless .box2 .box_r h3 {
	font-size: 200%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin: .2em 0 .5em;
}
#painless .box2 .box_r dl {
	text-align: left;
	overflow: hidden;
}
#painless .box2 .box_r dt {
	float: left;
	width: 40%;
}
#painless .box2 .box_r dd {
	float: right;
	width: 57%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*box2*/
#painless .box2 .flex_box .box_r {
	padding: 4% 3%;
	background-size: 80% auto;
}
#painless .box2 .box_r .lead {
	font-size: 110%;
	letter-spacing: .1em;
	padding: 0 2.5em;
	background-size: auto 1.8em, auto 1.8em;
}
#painless .box2 .box_r h3 {
	font-size: 160%;
	letter-spacing: .05em;
}
#painless .box2 .box_r dt {
	width: 45%;
}
#painless .box2 .box_r dd {
	width: 52%;
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*box2*/
#painless .box2 .flex_box {
	display: block;
}
#painless .box2 .flex_box .box_l {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 8%;
}
#painless .box2 .flex_box .box_r {
	width: 100%;
	max-width: 100%;
	padding: 6%;
	background-size: 80% auto;
	font-size: 95%;
	letter-spacing: normal;
	line-height: 1.8em;
}
#painless .box2 .flex_box .box_l > div {
	width: 70%;
	margin: 0 auto;
}
#painless .box2 .box_r .lead {
	font-size: 110%;
	letter-spacing: .05em;
	padding: 0 2.0em;
}
#painless .box2 .box_r h3 {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.4em;
	margin: .2em 0 .5em;
}
#painless .box2 .box_r dt {
	float: none;
	width: 65%;
	margin: 0 auto .5em;
}
#painless .box2 .box_r dd {
	float: none;
	width: 100%;
}
}



/*徹底した衛生管理で院内感染予防
---------------------------------------------------------*/
/*タイトル*/
#clean .dev_index1::before {
	background: #94dbeb;
}
#clean .dev_index1 .ft_cinzel {
	color: #00b8ee;
}
#clean .dev_index2 {
	color: #00b8ee;
}
/*スタイル*/
#clean .dev_style1 > dt {
	color: #00b8ee;
}
/*背景色あり4列レイアウト*/
#clean .dev_bg_col4 {
	background: #43c0d6;
	color: #fff;
}
/*枠ボックス*/
#clean .dev_frame_box {
	border-color: #00b8ee;
}
#clean .dev_frame_box::before {
	background: #94dbeb;
}

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

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



/*その他の安心・安全のための設備
---------------------------------------------------------*/
/*タイトル*/
#other .dev_index1::before {
	background: #ce97b8;
}
#other .dev_index1 .ft_cinzel {
	color: #93609c;
}
#other .dev_index2 {
	color: #93609c;
}
/*スタイル*/
#other .dev_style1 > dt {
	color: #93609c;
}
/*枠ボックス*/
#other .dev_frame_box {
	border-color: #93609c;
}
#other .dev_frame_box::before {
	background: #ce97b8;
}

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

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



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

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

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