@charset "UTF-8";

/*m_img
---------------------------------------------------------*/
.contentpage .m_img {
	background-image: url(../images/medical/surgery/m_img.jpg);
}



/*口腔外科で治療する主な症状
---------------------------------------------------------*/
.surgery .box01 .case_box {
	padding: 40px 3%;
}

.surgery .box01 .case_box ul {
	margin-left: -3%;
}
.surgery .box01 .case_box li {
	width: 30.3333%;
	margin-left: 3%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.surgery .box01 .case_box li::after {
	font-family: 'fontello';
	content: '\e807';
	position: absolute;
	width: 10%;
	height: 100%;
	left: 100%;
	top: 25%;
	text-align: center;
	color: #6cadd8;
	font-size: 180%;
}
.surgery .box01 .case_box li:nth-child(3)::after,
.surgery .box01 .case_box li:nth-child(6)::after {
	display: none;
}

.surgery .box01 .case_box li dl {
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
}
.surgery .box01 .case_box li dt {
	width: 100%;
	max-width: 160px;
	border-radius: 80px;
	margin: 0 auto 1.0em;
}
.surgery .box01 .case_box li:nth-child(odd) dt {
	background: #9c78d6;
}
.surgery .box01 .case_box li:nth-child(even) dt {
	background: #7baae6;
}
.surgery .box01 .case_box li dd {
	line-height: 2.0em;
}

.surgery .box01 .case_box p {
	padding-top: 30px;
	border-top: solid 1px rgba(131,131,131,0.3);
	text-align: center;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.surgery .box01 .case_box {
	padding: 3%;
}

.surgery .box01 .case_box li {
	margin-bottom: 3%;
}
.surgery .box01 .case_box li::after {
	top: 23%;
	font-size: 150%;
}

.surgery .box01 .case_box li dd {
	line-height: 1.6em;
}

.surgery .box01 .case_box p {
	padding-top: 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.surgery .box01 .case_box {
	padding: 6% 5%;
}

.surgery .box01 .case_box ul {
	margin-left: -5%;
}
.surgery .box01 .case_box li {
	width: 45%;
	margin-left: 5%;
	margin-bottom: .8em;
	padding-top: 3.0em;
}
.surgery .box01 .case_box li::after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 180%;
}
.surgery .box01 .case_box li:nth-child(3)::after,
.surgery .box01 .case_box li:nth-child(6)::after {
	display: block;
}
.surgery .box01 .case_box li:nth-child(1),
.surgery .box01 .case_box li:nth-child(2) {
padding-top: 0;
}
.surgery .box01 .case_box li:nth-child(1)::after,
.surgery .box01 .case_box li:nth-child(2)::after {
	display: none;
}

.surgery .box01 .case_box li dt {
	width: 90%;
	margin: 0 auto .5em;
}
.surgery .box01 .case_box li:nth-child(1) dt,
.surgery .box01 .case_box li:nth-child(4) dt,
.surgery .box01 .case_box li:nth-child(5) dt {
	background: #9c78d6;
}
.surgery .box01 .case_box li:nth-child(2) dt,
.surgery .box01 .case_box li:nth-child(3) dt,
.surgery .box01 .case_box li:nth-child(6) dt {
	background: #7baae6;
}
.surgery .box01 .case_box li dd {
	line-height: 1.6em;
}

.surgery .box01 .case_box p {
	margin-top: 3%;
	padding-top: 6%;
	text-align: left;
	line-height: 1.6em;
}
}



/*親知らず
---------------------------------------------------------*/
.surgery .box02 .med_grd_box {
	background-color: #baa1e2;
	background-image: url(../images/medical/surgery/bg1.jpg);
}
.surgery .box02 .med_grd_box::before {
	/* URLからグラデを作成して置き換えてください: http://colorzilla.com/gradient-editor/#baa1e2+80,baa1e2+100&1+80,0+100 */
	background: -moz-linear-gradient(left, rgba(186,161,226,1) 70%, rgba(186,161,226,0) 90%);
	background: -webkit-linear-gradient(left, rgba(186,161,226,1) 70%,rgba(186,161,226,0) 90%);
	background: linear-gradient(to right, rgba(186,161,226,1) 70%,rgba(186,161,226,0) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa1e2', endColorstr='#00baa1e2',GradientType=1 );
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.surgery .box02 .med_grd_box {
	padding-bottom: 0;
	background-image: none;
}
.surgery .box02 .med_grd_box::before {
	display: none;
}
.surgery .box02 .med_grd_box .sp_img {
	width: 60%;
	margin: 4% auto 0;
	text-align: center;
}
}



/*顎関節症
---------------------------------------------------------*/
.surgery .box03 .med_check {
	margin-bottom: 60px;
}

.surgery .box03 .futan {
	text-align: center;
}
.surgery .box03 .futan h4 {
	color: #9c78d6;
	font-size: 140%;
	letter-spacing: .18em;
	line-height: 1.6em;
	background: url(../images/medical/surgery/futan_bg.svg) no-repeat center bottom;
	background-size: 681px 20px;
}
.surgery .box03 .futan ul {
	margin: 30px 0;
}
.surgery .box03 .futan li {
	display: inline-block;
	vertical-align: middle;
	width: 17%;
	max-width: 185px;
	margin: 0 1%;
	position: relative;
	border-radius: 90px;
}
.surgery .box03 .futan li:nth-child(odd) {
	background: -moz-linear-gradient(left,  rgba(156,120,214,1) 0%, rgba(144,117,179,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(156,120,214,1) 0%,rgba(144,117,179,0.3) 100%);
	background: linear-gradient(to right,  rgba(156,120,214,1) 0%,rgba(144,117,179,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c78d6', endColorstr='#4d9075b3',GradientType=1 );
}
.surgery .box03 .futan li:nth-child(even) {
	background: -moz-linear-gradient(left,  rgba(123,170,230,1) 0%, rgba(123,170,230,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(123,170,230,1) 0%,rgba(123,170,230,0.3) 100%);
	background: linear-gradient(to right,  rgba(123,170,230,1) 0%,rgba(123,170,230,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7baae6', endColorstr='#4d7baae6',GradientType=1 );
}
.surgery .box03 .futan li::before {
    content:"";
    display: block;
    padding-top: 100%;
}
.surgery .box03 .futan li span {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.6em;
}

/* 微調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1070px) {
.surgery .box03 .futan li span {
	font-size: 1.5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.surgery .box03 .med_check {
	margin-bottom: 6%;
}

.surgery .box03 .futan ul {
	margin: 4% 0;
}
.surgery .box03 .futan li {
	width: 18%;
	margin: 0 0.5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.surgery .box03 .med_check {
	margin-bottom: 6%;
}

.surgery .box03 .futan h4 {
	font-size: 140%;
	letter-spacing: .1em;
	background-position: center center;
	background-size: contain;
}
.surgery .box03 .futan ul {
	margin: 6% 0 3%;
}
.surgery .box03 .futan li {
	width: 47%;
	margin: 0 1% 3%;
	border-radius: 10px;
}
.surgery .box03 .futan li:nth-child(1),
.surgery .box03 .futan li:nth-child(4),
.surgery .box03 .futan li:nth-child(5) {
	background: -moz-linear-gradient(left,  rgba(156,120,214,1) 0%, rgba(144,117,179,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(156,120,214,1) 0%,rgba(144,117,179,0.3) 100%);
	background: linear-gradient(to right,  rgba(156,120,214,1) 0%,rgba(144,117,179,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c78d6', endColorstr='#4d9075b3',GradientType=1 );
}
.surgery .box03 .futan li:nth-child(2),
.surgery .box03 .futan li:nth-child(3) {
	background: -moz-linear-gradient(left,  rgba(123,170,230,1) 0%, rgba(123,170,230,0.3) 100%);
	background: -webkit-linear-gradient(left,  rgba(123,170,230,1) 0%,rgba(123,170,230,0.3) 100%);
	background: linear-gradient(to right,  rgba(123,170,230,1) 0%,rgba(123,170,230,0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7baae6', endColorstr='#4d7baae6',GradientType=1 );
}
.surgery .box03 .futan li span {
	display: block;
	padding: 0 8%;
	letter-spacing: .05em;
}
}



/*口内炎や口の中のできもの
---------------------------------------------------------*/
.surgery .box04 .cause_list {
	margin-top: 40px;
}
.surgery .box04 .cause_list li {
	width: 48%;
	box-sizing: border-box;
	background: #edf2f1;
	padding: 25px 3%;
	line-height: 2.0em;
}
.surgery .box04 .cause_list dt {
	text-align: center;
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.0em;
	padding-bottom: 38px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 431px 20px;
	margin-bottom: 10px;
}
.surgery .box04 .cause_list li.flt_l dt {
	color: #9c78d6;
	background-image: url(../images/medical/surgery/fukidashi1.svg);
}
.surgery .box04 .cause_list li.flt_r dt {
	color: #7baae6;
	background-image: url(../images/medical/surgery/fukidashi2.svg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.surgery .box04 .cause_list {
	margin-top: 4%;
}
.surgery .box04 .cause_list li {
	width: 49%;
	padding: 3%;
	line-height: 1.8em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.surgery .box04 .cause_list {
	margin-top: 6%;
}
.surgery .box04 .cause_list li {
	width: 100%;
	padding: 5%;
	line-height: 1.8em;
}
.surgery .box04 .cause_list li:first-child {
	margin-bottom: 4%;
}

.surgery .box04 .cause_list dt {
	margin-bottom: 3%;
}
}

/* Mobile (Landscape)
------------------------------------------*/
@media only screen and (max-width: 480px) {
.surgery .box04 .cause_list dt {
	padding-bottom: 1.5em;
	background-size: contain;
}
}
