

.center {
	text-align: center;
}

@media(max-width:768px){
	.center {
		text-align: left;
	}
}


ol.ba {
	margin: 0 -20px;
	overflow: hidden;
	position: relative;
}

@media(max-width:768px){
	ol.ba {
		margin: 0;
	}
}

ol.ba:before {
	content: "▼";
	transform: translate(-50%, -50%) rotate(-90deg) scaleX(3) ;
	color: #ee7700;
	position: absolute;
	top: 50%;
	left: 50%;
}

@media(max-width:768px){
	ol.ba:before {
		display: none;
	}
}

ol.ba li {
	float: left;
	width: 50%;
	padding: 0 20px;
	text-align: center;
}

@media(max-width:768px){
	ol.ba li {
		float: none;
		width: 100%;
		padding: 0;
	}
}

@media(max-width:768px){
	ol.ba li:first-child:after {
		text-align: center;
		content: "▼";
		transform: scaleX(3) ;
		color: #ee7700;
		padding: 10px 0;
		display: block;
	}
}

ol.ba li figcaption {
	text-align: center;
}


table.description th {
	width: 25%;	
}

@media(max-width:768px){
	table.description th {
		width: 33.333333%;	
	}
}

.movie {
	width: 560px;
	margin: 0 auto;
	margin-top: 28px;
}

@media(max-width:768px){
	.movie {
		width: 100%;
	}
}

.youtube {
	position: relative; 
	padding-bottom: 56.25%;
}

.youtube iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/*

*/

section.caution {
	border: 1px solid #795633;
	font-size: 12px;
	line-height: 1.5;
	padding: 40px;
	margin-top: 80px;
}

@media(max-width:768px){
	section.caution {
		padding: 20px 15px;
		margin-top: 60px;
	}
}

section.caution .title {
	border: none;
	marign: 0;
	padding: 0;
	color: inherit;
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
}

@media(max-width:768px){
	section.caution .title {
		font-size: 16px;
	}
}

section.caution .title:after {
	display: none;

}

section.caution dt {
	font-weight: bold;
	margin-top: 20px;
}

section.caution ul {
	margin-top: 10px;
}

section.caution ul li {
	list-style: none;
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
	padding-left: .25em;
}

/*

*/

main #cta {
	margin-top: 80px;
}

@media(max-width:768px){
	main #cta {
		margin-top: 60px;
	}
}

/*

*/

main#treatment #visual {
	background-image: url("/treatment/img/visual_bg.jpg");	
}


main#treatment ul.index {
	overflow: hidden;
}


/*
main#treatment ul.index li {
	margin-top: 56px;
}
*/
main#treatment ul.index li .more {
	margin-top: 20px;
}

/*

*/

main#treatment-general #visual {
	background-image: url("/treatment/img/general/visual_bg.jpg");	
}

main#treatment-general #progress ol {
	overflow: hidden;
	margin: 0 -20px;
}

main#treatment-general #progress ol li {
	float: left;
	width: 20%;
	padding: 0 20px;
	position: relative;
}

@media(max-width:768px){
	main#treatment-general #progress ol li {
		width: 50%;
	}
}

main#treatment-general #progress ol li {
	text-align: center;
}

main#treatment-general #progress ol li img {
	max-height: 180px;
	width: auto;
	max-width: none;
}

main#treatment-general #progress ol li .marker {
	position: absolute;
	top: 0;
	left: 20px;
	background-color: #ee7700;
 	font-family: Roboto, "sans-serif";
	color: #fff;
	font-size: 20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

/*

*/

main#infection .mt10 {
	margin-top: 10px;
}

main#infection #visual {
	background-image: url("/infection/img/visual_bg.jpg");	
}

main#infection #reason {
	background-color: #fefbf5;
	margin-top: 80px;
	padding-bottom: 80px;
}

main#infection #reason figure img {
	vertical-align: top;

}

main#infection #reason .marker{
	position: relative;
	margin: 0 auto;
	margin-top: -40px;
	background-color: #ee7700;
	color: #fff;
 	font-family: Roboto, "sans-serif";
	width: 80px;
	height: 80px;
	font-size: 30px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
}


main#infection #case ol + ol {
	border-top: 1px solid #d7d3cf;
	padding-top: 28px !important;
	margin-top: 28px !important;
	margin-bottom: 28px !important;
}


main#infection #case ol,
main#infection #case ul {
	margin-bottom: 0px !important;
}

@media(max-width:768px){
	main#infection #case ul {
		margin-bottom: 0 !important;
	}
}



.btn-flat-border {
  display: inline-block;
  width: 100%;
  padding: 1em 1em;
  text-decoration: none;
  text-align: center;
  color: #ee7700;
  border: solid 2px #ee7700;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #ee7700;
  color: white;
}

.btn-flat-border h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 500;
}

.btn-flat-border h2:after {
    display: none;
}

@media(max-width:768px){
.btn-flat-border h2 {
    font-size: 18px;
}
}