<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainImg02 {
	background: url(../img/access/main_bg.jpg) no-repeat center top;
}

#conts .headLine03 {
	margin-bottom: 35px;
}

.yellow{
	margin-bottom: 10px;
}

.marker_yellow {
    font-size: 20px;
    background: -webkit-linear-gradient(transparent 60%, #FFFF66 60%);
}

.sub_text_p{
	margin-bottom: 15px;
	line-height: 1.75;
}

.sub_text {
    margin-bottom: 35px;
    line-height: 1.75;
}

#main .dentalUl {
	margin: 0 -14px 30px -3px;
}

#main .dentalUl li {
	padding: 120px 20px 25px;
	float: left;
	width: 18%;
	background: url(../common/img/line01.gif) repeat-y left top;
	margin-left: 12px;
}

#main .dentalUl li:nth-child(3n+1) {
	/* padding-left: 10px; */
	background: url(../img/company/anzen.jpg);
	background-size: cover;
	border: 3px groove #000;
}
#main .dentalUl li:nth-child(3n+2) {
	/* padding-left: 10px; */
	background: url(../img/company/jiritsu.jpg);
	background-size: cover;
	border: 3px groove #000;
}
#main .dentalUl li:nth-child(3n+3) {
	/* padding-left: 10px; */
	background: url(../img/company/omoiyari.jpg);
	background-size: cover;
	border: 3px groove #000;
}

#main .dentalUl li .title {
	margin-bottom: 14px;
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
}

#main .dentalUl li .title img {
	vertical-align: -5px;
	margin-left: 7px;
}

#main .dentalUl li .blueP {
	margin-bottom: 24px;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	/* color: #09c; */
	text-shadow: -1px 1px 0px #CCFFFF	, 1px -1px 0px #CCFFFF, 2px -2px 0px #CCFFFF, 3px -3px 0px #CCFFFF;
}

#main .dentalUl li p {
	font-size: 12px;
	line-height: 1.65;
}

#main .dentalUl li .actAgenda dt{
	float:left;
}

#main .dentalUl li .actAgenda dd{
	margin: 5px 0 5px 1.5em;
}

.r1{
	background-image: url(../img/company/head_red.png);
  background-position: bottom;
  background-repeat: repeat-x;
	width: 70%;
	margin: 0 auto;
	color: #F00;
}
.r2{
	background-image: url(../img/company/head_blue.png);
  background-position: bottom;
  background-repeat: repeat-x;
	width: 70%;
	margin: 0 auto;
	color: #00F;
}
.r3{
	background-image: url(../img/company/head_yell.png);
  background-position: bottom;
  background-repeat: repeat-x;
	width: 70%;
	margin: 0 auto;
	color: #FF0;
}

.white{
	background: rgba(255,255,255, 0.7);
}

@media all and (min-width: 0) and (max-width: 736px)  {
        .mainImg02 {
	background: url(../img/access/main_bg.jpg) no-repeat center top;
        /* margin-top: 16%; */
        }

	#conts .textP {
		font-size: 13px;
	}

	#conts .headLine03 {
		border: none;
		margin-bottom: 0;
	}
















}
</pre></body></html>