<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#m_img .m_img_area {
	background-image: url(../images/first/m_img.jpg);
}



/*PATIENT DOCTOR
---------------------------------------------------------*/
.first .com_lead {
	margin-bottom: 120px;
}

.first .patient_dr {
	background: repeating-linear-gradient(-45deg, #EAEEE8, #EAEEE8 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
	position: relative;
	padding: 80px 3% 50px;
	margin-bottom: 130px;
}
.first .patient_dr h4 {
	position: absolute;
	width: 100%;
	left: 0;
	top: -65px;
	text-align: center;
}

.first .patient_dr .box_list &gt; li {
	border-top: solid 1px #EAEEE8;
	padding: 50px 4%;
}
.first .patient_dr .box_list &gt; li:first-child {
	border-top: 0;
}

.first .patient_dr .box_list .flt_box dl {
	width: 67%;
	float: left;
}
.first .patient_dr .box_list .flt_box p {
	width: 30%;
	max-width: 300px;
	margin: 0 auto;
	float: right;
}
.first .patient_dr .box_list .flt_box dt {
	color: #AAD001;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.first .patient_dr .point_list {
	margin-top: 20px;
}
.first .patient_dr .point_list li {
	position: relative;
	padding-left: 1.5em;
}
.first .patient_dr .point_list i {
	color: #D3CC00;
	position: absolute;
	left: 0;
	top: 0;
}

.first .patient_dr .tel_box {
	width: 100%;
	max-width: 700px;
	margin: 30px auto 0;
	padding: 20px 0 25px;
	background: #AAD002;
	text-align: center;
}
.first .patient_dr .tel_box dt {
	color: #FFF30A;
	font-size: 116%;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.2em;
}
.first .patient_dr .tel_box dd {
	padding: 15px 3% 0;
}
.tel_box .time {
	line-height: 1.5;
	margin-top: .8em;
}

/*
.first .patient_dr .tel_box .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.first .patient_dr .tel_box li:first-child {
	width: 54%;
}
.first .patient_dr .tel_box li:last-child {
	width: 44%;
}
*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.first .com_lead {
	margin-bottom: 15%;
}

.first .patient_dr {
	padding-bottom: 3%;
	margin-bottom: 12%;
}

.first .patient_dr .box_list &gt; li {
	padding: 5% 2%;
}

.first .patient_dr .box_list .flt_box dl {
	width: 100%;
	float: none;
}
.first .patient_dr .box_list .flt_box p {
	width: 100%;
	float: none;
	margin-top: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.first .com_lead {
	margin-bottom: 120px;
}

.first .patient_dr {
	padding: 60px 3% 3%;
	margin-bottom: 12%;
}
.first .patient_dr h4 {
	width: 100%;
	max-width: 250px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -55px;
}

.first .patient_dr .box_list &gt; li {
	padding: 6% 4%;
}

.first .patient_dr .box_list .flt_box dl {
	width: 100%;
	float: none;
}
.first .patient_dr .box_list .flt_box p {
	width: 100%;
	float: none;
	max-width: 200px;
	margin-top: 5%;
}

.first .patient_dr .tel_box {
	margin-top: 6%;
}
.first .patient_dr .tel_box dd {
	padding: 10px 5% 0;
}
/*
.first .patient_dr .tel_box li:first-child {
	width: 100%;
	float: none;
}
.first .patient_dr .tel_box li:last-child {
	margin-top: 10px;;
	width: 100%;
	float: none;
}
*/
}



/*診療の流れ
---------------------------------------------------------*/
.first .flow h4 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 15px;
}

/* 外枠 */
.first .flow_list {
	border-left: solid 2px #AAD002;
}
.first .flow_list &gt; li {
	position: relative;
	padding-left: 76px;
}
.first .flow_list h5 {
	position: absolute;
	left: 0;
	top: 70px;
	width: 78px;
	text-align: center;
	color: #AAD002;
	font-size: 260%;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}
.first .flow_list &gt; li:first-child h5 {
	top: 50px;
}
.first .flow_list .box {
	border-left: solid 2px #AAD002;
	padding-top: 70px;
	padding-bottom: 20px;
	padding-left: 5%;
}
.first .flow_list &gt; li:first-child .box {
	padding-top: 50px;
}
.first .flow_list .arrow {
	position: absolute;
	left: 0;
	top: 100%;
}
.first .flow_list li:last-child .arrow {
	margin-top: -2px;
}

/* 共通 */
.first .flow_list .flt_box .flow_style {
	width: 50%;
	float: left;
}
.first .flow_list .flt_box .img_photo {
	width: 47%;
	max-width: 450px;
	margin: 0 auto;
	float: right;
}

.first .flow_list .flow_style dt {
	color: #AAD000;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.first .flow_list .anshin dt,
.first .flow_list .check_list dt {
	color: #736452;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}

.first .flow_list .bg_slash_y {
	background: repeating-linear-gradient(-45deg, #FFF40A, #FFF40A 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
}

.first .flow_list .flow_btn {
	margin-top: 30px;
}
.first .flow_list .flow_btn a {
	display: block;
	padding: 15px 3%;
	background: #FFF40A;
	text-align: center;
	color: #736452;
	font-size: 120%;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5em;
}
.first .flow_list .flow_btn i {
	padding-left: 10px;
	font-weight: normal;
}

/* 初診カウンセリング */
.first .flow_list .anshin {
	margin-top: 30px;
	padding: 25px 4%;
}

/* お口の状態を正確に把握する検査 */
.first .flow_list .check_list {
	margin-top: 30px;
	padding: 25px 4%;
}
.first .flow_list .check_list li {
	width: 31%;
	margin-left: 3.5%;
	float: left;
}
.first .flow_list .check_list li:first-child {
	margin-left: 0;
}
.first .flow_list .check_list p {
	text-align: center;
	margin-bottom: 20px;
}

/* 検査結果説明・応急処置 */
.first .flow_list .attention {
	background: repeating-linear-gradient(-45deg, #FEF1ED, #FEF1ED 2px, #fff 0, #fff 12px);
	background-size: 50px 50px;
	margin-top: 30px;
	padding: 25px 4%;
}
.first .flow_list .attention dt {
	color: #F85250;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 10px;
}
.first .flow_list .attention dt span {
	background: url(../images/first/icon2.png) no-repeat left center;
	padding-left: 35px;
}

.first .flow .txt_strong {
	padding: 70px 0 130px;
	color: #AAD000;
	font-size: 160%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	text-align: center;
}

.first .flow .opne_medical {
	display: none;
	max-width: 484px;
}
.first .flow .opne_medical li {
	width: 100%;
}
.first .flow .opne_medical a {
	border-left: solid 1px #FFF40A;
	border-right: solid 1px #FFF40A;
	border-bottom: solid 1px #FFF40A;
	display: block;
	padding: 10px 20px;
	color: #756452;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4em;
	position: relative;
}
.first .flow .opne_medical a:hover {
	background: #FFFDCE;
}
.first .flow .opne_medical a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 2px solid #766451;
	border-right: 2px solid #766451;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 960px) {
	
/* 検査結果説明・応急処置 */
.first .flow_list &gt; li:nth-of-type(3) .flow_btn {
	width: 50%;
}
	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* 外枠 */
.first .flow_list {
	margin-top: 3%;
}
.first .flow_list h5 {
	top: 60px;
}
.first .flow_list &gt; li:first-child h5 {
	top: 30px;
}
.first .flow_list .box {
	padding-top: 60px;
	padding-bottom: 3%;
	padding-left: 5%;
}
.first .flow_list &gt; li:first-child .box {
	padding-top: 30px;
}

/* 共通 */
.first .flow_list .flt_box .flow_style {
	width: 100%;
	float: none;
}
.first .flow_list .flt_box .img_photo {
	width: 100%;
	float: none;
	margin-top: 5%;
}

.first .flow_list .flow_style dt {
	margin-bottom: 10px;
}

.first .flow_list .anshin dt,
.first .flow_list .check_list dt {
	font-size: 120%;
	letter-spacing: .05em;
}

.first .flow_list .flow_btn {
	margin-top: 3%;
}

/* 初診カウンセリング */
.first .flow_list .anshin {
	margin-top: 5%;
	padding: 4%;
}

/* お口の状態を正確に把握する検査 */
.first .flow_list .check_list {
	margin-top: 5%;
	padding: 4%;
}

/* 検査結果説明・応急処置 */
.first .flow_list .attention {
	margin-top: 5%;
	padding: 4%;
}
.first .flow_list .attention dt {
	font-size: 120%;
	letter-spacing: .05em;
}

.first .flow .txt_strong {
	padding: 8% 0 12%;
	font-size: 140%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.first .flow h4 {
	font-size: 180%;
	line-height: 1.6em;
}

/* 外枠 */
.first .flow_list {
	margin-top: 5%;
	border-width: 1px;
}
.first .flow_list &gt; li {
	padding-left: 46px;
}
.first .flow_list h5 {
	top: 30px;
	width: 48px;
	font-size: 160%;
}
.first .flow_list &gt; li:first-child h5 {
	top: 10px;
}
.first .flow_list .box {
	border-width: 1px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 5%;
}
.first .flow_list &gt; li:first-child .box {
	padding-top: 10px;
}
.first .flow_list .arrow {
	width: 46px;
}
.first .flow_list li:last-child .arrow {
	margin-top: -1px;
}

/* 共通 */
.first .flow_list .flt_box .flow_style {
	width: 100%;
	float: none;
}
.first .flow_list .flt_box .img_photo {
	width: 100%;
	float: none;
	margin-top: 5%;
	max-width: 200px;
}

.first .flow_list .flow_style dt {
	font-size: 130%;
	letter-spacing: .05em;
	margin-bottom: 10px;
}

.first .flow_list .anshin dt,
.first .flow_list .check_list dt {
	font-size: 120%;
	letter-spacing: .05em;
}

.first .flow_list .flow_btn {
	margin-top: 5%;
	max-width: none;
}
.first .flow_list .flow_btn a {
	font-size: 100%;
	letter-spacing: .05em;
	padding: 10px 3% 5px;
}
.first .flow_list .flow_btn i {
	display: block;
	padding-left: 0;
}

/* 初診カウンセリング */
.first .flow_list .anshin {
	margin-top: 5%;
	padding: 5%;
}

/* お口の状態を正確に把握する検査 */
.first .flow_list .check_list {
	margin-top: 5%;
	padding: 5%;
}
.first .flow_list .check_list li {
	width: 100%;
	margin-left: 0;
	float: none;
	margin-top: 6%;
}
.first .flow_list .check_list li:first-child {
	margin-top: 0;
}
.first .flow_list .check_list p {
	max-width: 200px;
	margin: 0 auto 10px;
}

/* 検査結果説明・応急処置 */
.first .flow_list .attention {
	margin-top: 5%;
	padding: 5%;
}
.first .flow_list .attention dt {
	font-size: 120%;
	letter-spacing: .05em;	
	background: url(../images/first/icon2.png) no-repeat center top;
	padding-top: 25px;
}
.first .flow_list .attention dt span {
	background: none;
	padding-left: 0;
}

.first .flow .txt_strong {
	padding: 8% 0 12%;
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.6em;
}
}
</pre></body></html>