@charset "UTF-8";

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



/*flow_box
---------------------------------------------------------*/
.flow_box{
border: solid 5px #699FB2;
padding: 5%;
text-align: center;
margin-top: 5%;
}
.flow_box h5{
font-size: 160%;
letter-spacing: .15em;
border-bottom: solid 1px rgba(131,131,131,.30);
padding-bottom: .8em;
}
.flow_box ul{
_zoom:1;
overflow: hidden;
width: 100%;
}
.flow_box li{
margin-top: 3%;
line-height: 140%;
}
.flow_box li:first-child p{
padding-top: 0;
background: none;
}

/*微調整
------------------------------------------*/
@media only screen and (max-width: 1200px) {
.flow_box .txt br{
display: none;
}
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.flow_box ul{
margin-left: -8px;
}
.flow_box li{
float: left;
width: calc(100% / 4);
}
.flow_box li p{
padding-left: 28px;
padding-right: 16px;
}
.flow_box .illust{
margin-bottom: .5em;
background: url(../images/medical/ippan/flow_arrow.svg) no-repeat left 55%;
background-size: 7%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.flow_box h5{
font-size: 120%;
}
.flow_box li{
margin-left: auto;
margin-right: auto;
}
.flow_box li p{
display: inline-block;
vertical-align: middle;
text-align: left;
padding-top: 2.5%;
padding-bottom: 2%;
width: 40%;
}
.flow_box .illust{
background: url(../images/medical/ippan/flow_arrow_b.svg) no-repeat center top;
background-size: 7%;
text-align: center;
}
.flow_box .txt{
padding-left: 1em;
}
.flow_box li:last-child p{
padding-top: 6%;
}
}




/*虫歯について
---------------------------------------------------------*/
.box02 .cause_list {
	margin-top: 20px;
}
.box02 .cause_list li {
	margin-top: 20px;
	box-sizing: border-box;
	line-height: 2.0em;
}
.box02 .cause_list li dl{
	background: #edf2f1;
	padding: 25px;
}
.box02 .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;
}
.box02 .cause_list li:nth-of-type(1) dt {
	color: #2244B4;
	background-image: url(../images/medical/ippan/fukidashi1.svg);
	background-size: 100%;
}
.box02 .cause_list li:nth-of-type(2) dt {
	color: #B33029;
	background-image: url(../images/medical/ippan/fukidashi2.svg);
	background-size: 100%;
}
.box02 .cause_list li:nth-of-type(3) dt {
	color: #C28A00;
	background-image: url(../images/medical/ippan/fukidashi3.svg);
	background-size: 100%;
}

/* PC
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.box02 .cause_list {
	width: 104%;
	margin-left: -3%;
}
.box02 .cause_list li{
width: calc(100% / 3);
float: left;
}
.box02 .cause_list li dl{
margin-left: 8%;
}
}


.box02 .med_style{
margin-top: 5%;
}





