@charset "utf-8";

/*
=========================================
  subject page
=========================================
*/

#subject_tl{
	background:url("../subject/img/title.jpg") no-repeat right;
	background-size:100%;
	margin-left:15%;
	margin-top: 100px;
	min-height: 230px;
	border-radius: 50px 0 0 50px;
	position:relative;
}
@media screen and (max-width: 1200px) {
#subject_tl{
	background-size:120%;
	margin-left:8%;
}
}
@media screen and (max-width: 1000px) {
#subject_tl{
	margin-top: 60px;
}
}
@media screen and (max-width: 900px) {
#subject_tl{
	background-size:100%;
	margin-left:15%;
	min-height:170px;
}
}
@media screen and (max-width: 600px) {
#subject_tl{
	background-size:130%;
	min-height:150px;
}
}
#subject_tl h2{
	top:4rem;
	left:-5%;
	text-align:left;
	position:absolute;
}
#subject_tl h2 strong{
	background:#82bdd9;
	color:#fff;
	display:inline-block;
	border-radius:50px;
	padding:10px 50px;
	margin: 7px;
	font-weight: 500;
}
@media screen and (max-width: 900px) {
#subject_tl h2{
	top:3rem;
	left:-10%;
}
}
@media screen and (max-width: 600px) {
#subject_tl h2 strong{
	padding:5px 30px;
	margin: 3px;
}
}




/*
=========================================
  all
=========================================
*/

h3{
	color: #000 !important;
	text-align: center;
	border:none;
	margin: 0 0 3rem;
	display:block;
}
@media screen and (max-width: 600px) {
h3{
	margin: 0 0 2rem;
}
}
h3 img{
	display: block;
	margin: 0 auto;
	max-width:130px;
	padding-top:5rem;
}
h3 span{
	display:block;
	font-size:70%;
	letter-spacing:0.1em;
	font-weight:normal;
}
@media screen and (max-width: 1000px) {
h3 img{
	padding-top:3rem;
}
}
@media screen and (max-width: 600px) {
h3 img{
	max-width:100px;
}
}




/*
=========================================
  Orthopedic orthopedic_surgery
=========================================
*/

#orthopedic_surgery{
	position: relative;
	margin-top:8rem;
	overflow: hidden;
	padding:0 0 5rem;
}
@media screen and (max-width: 1000px) {
#orthopedic_surgery{
	margin-top:4rem;
}
}
@media screen and (max-width: 600px) {
#orthopedic_surgery{
	margin-top: 3rem;
	padding-bottom: 1rem;
}
}
#orthopedic_surgery .orthopedic_surgery_bg{
	position: absolute;
	right: 10%;
	width: 90%;
	background: #f8f6ee;
	border-radius: 0 50px 50px 0;
	height: 100%;
	z-index: -1;
}

#orthopedic_surgery h3{
	color: #0095d9;
	display: block;
	text-align: center;
}
#orthopedic_surgery h3 span{
	color: #0095d9;
}
	
#orthopedic_surgery h4{color: #0095d9;font-size: 150%;}
@media screen and (max-width: 900px) {
#orthopedic_surgery h4{
	font-size: 130%;
}
}


#orthopedic_surgery h5{
	border-bottom:2px solid #000;
	display:inline-block;
	padding-top: 3rem;
	margin-bottom:1rem;
}
@media screen and (max-width: 900px) {
#orthopedic_surgery h5{
	padding-top: 2rem;
}
}

#orthopedic_surgery .left{
	width: 55%;
}
#orthopedic_surgery .right{
	width: 40%;
}
@media screen and (max-width: 600px) {
#orthopedic_surgery .left{
	width: 100%;
}
#orthopedic_surgery .right{
	width: 100%;
	padding:2rem 0;
}	

}

#orthopedic_surgery .right img{
	border-radius:50px;
}


#orthopedic_surgery .ul_box{
	overflow:hidden;
}
#orthopedic_surgery ul {
  list-style: none;
	width:50%;
	float:left;
}
#orthopedic_surgery li {
  position: relative;
  padding-left: 20px;
	margin-top:10px;
}
#orthopedic_surgery li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0095d9;
  border-radius: 5px;
}
	

/*
=========================================
  rehabilitation 
=========================================
*/

#rehabilitation{
	position: relative;
	margin-top: 8rem;
	overflow: hidden;
	padding: 0 0 5rem;
}
@media screen and (max-width:1000px) {
#rehabilitation{
	margin-top: 4rem;
}
}
@media screen and (max-width:600px) {
#rehabilitation{
	margin-top: 2rem;
	padding: 0 0 3rem;
}
}
#rehabilitation .rehabilitation_bg{
	position: absolute;
	left: 10%;
	width: 90%;
	background: #e5f1f7;
	border-radius: 50px 0 0 50px;
	top: 0;
	height: 100%;
	z-index: -1;
}

#rehabilitation h3{
	color: #0095d9;
	display: block;
	text-align: center;
}
#rehabilitation h3 span{
	color: #0095d9;
}


#rehabilitation h4{
	border-bottom:2px solid #000;
	display:inline-block;
	padding-top: 3rem;
	margin-bottom:1rem;
	color:#000;
}
@media screen and (max-width: 600px) {
#rehabilitation h4{
	padding-top: 2rem;
}
}
#rehabilitation .ul_box{
	overflow:hidden;
	padding-bottom:2rem;
}

#rehabilitation .left{
	width: 40%;
}
#rehabilitation .right{
	width: 55%;
}

@media screen and (max-width: 600px) {
#rehabilitation .right{
	width: 100%;
}
#rehabilitation .left{
	width: 100%;
	padding:0 0 2rem 0;
}	
}


#rehabilitation .left img{
	border-radius:50px;
}
#rehabilitation ul {
  list-style: none;
}
#rehabilitation li {
  position: relative;
  padding-left: 24px;
}
#rehabilitation li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0095d9;
  border-radius: 5px;
}
	


/*
=========================================
  traffic_accident
=========================================
*/
#traffic_accident{
	margin-top:5rem;
}
@media screen and (max-width:1000px) {
#traffic_accident{
	margin-top:3rem;
}
}
@media screen and (max-width:600px) {
#traffic_accident{
	margin-top:1rem;
}
}
#traffic_accident h3 span{
	color: #47a56f;
}
#traffic_accident .green_bg{
	background: #eef4e4;
	border-radius: 50px;
	padding: 3rem 3%;
	text-align:center;
}
@media screen and (max-width:600px) {
#traffic_accident .green_bg{
	background: #eef4e4;
	border-radius: 20px;
	padding: 2rem 3% 1rem;
	text-align:center;
}
}


#traffic_accident h4{
	color: #47a56f;
	border-bottom:2px solid #47a56f;
	display:inline-block;
	font-size: 160%;
	margin: 1rem 0 2rem;
}
@media screen and (max-width: 900px) {
#traffic_accident h4{
	font-size: 130%;
	margin: 0 0 1rem;
}
}

#traffic_accident .step_box{
	overflow: hidden;
	background: url("../subject/img/arrow_bottom.png") no-repeat center bottom;
	padding: 15px 0 50px 0;
	
}
#traffic_accident .step_box:last-child{
	background:none;
	padding: 15px 0 0 0;
}

#traffic_accident dl{
	padding: 2.5rem 3%;
	clear: both;
	position: relative;
	background: #fff;
	border-radius: 10px;
	text-align:left;
}
@media screen and (max-width: 600px) {
#traffic_accident dl{
	padding: 2.5rem 5% 1.5rem;
}
}

#traffic_accident dt{
	float: left;
	width: 280px;
	font-size:120%;
	font-weight:bold;
}
#traffic_accident dt span{
	background: #47a56f;
	color: #fff;
	border-radius: 10px;
	padding: 5px 20px;
	position:absolute;
	top:-15px;
}

#traffic_accident dd{
	margin-left: 280px;
}
@media screen and (max-width:800px) {
#traffic_accident dt{
	float:none;
	width: 10%0;
}
#traffic_accident dd{
	margin-left: 0;
	margin-top:10px;
}
}









/*
=========================================
  industrial_accident
=========================================
*/
#industrial_accident{
	margin: 5rem 0;
}
@media screen and (max-width:1000px) {
#industrial_accident{
	margin: 3rem 0;
}
}
#industrial_accident h3 span{
	color: #47a56f;
}
#industrial_accident h4{
	color: #47a56f;
	font-size: 150%;
}
@media screen and (max-width: 900px) {
#industrial_accident h4{
	font-size: 130%;
}
}
#industrial_accident h5{
	color: #47a56f;
	margin-bottom:1rem;
}
#industrial_accident .green_bg strong{
	color: #47a56f;
	margin:0 0 4rem;
	border-bottom:2px solid #47a56f;
	display:inline-block;
	font-size: 150%;
}
@media screen and (max-width: 900px) {
#industrial_accident .green_bg strong{
	font-size: 130%;
	margin:0 0 2rem;
}
}

#industrial_accident .left{
	width: 55%
}

#industrial_accident .right{
	width: 40%
}
#industrial_accident .right img{
	border-radius: 50px;
	margin-bottom:3rem;
}
@media screen and (max-width: 600px) {
#industrial_accident .right{
	width: 100%;
}
#industrial_accident .right img{
	margin-bottom:2rem;
}
#industrial_accident .left{
	width: 100%;
	padding:0 0 2rem 0;
}	
}


#industrial_accident .belongings{
	clear: both;
	border:1px solid #ccc;
	border-radius:10px;
	padding:3rem 5%;
}
@media screen and (max-width: 600px) {
#industrial_accident .belongings{
	padding:2rem 5%;
}
}
#industrial_accident .belongings p strong{
	text-decoration: underline;
}
#industrial_accident ul{
	border-top:1px solid #cccccc;
	margin-top:2rem;
}
#industrial_accident ul li{
	border-bottom:1px solid #cccccc;
	background: url("../subject/img/icon_check.png") no-repeat left;
	padding:20px 20px 20px 40px;
}
@media screen and (max-width: 600px) {
#industrial_accident ul{
	margin-top:1rem;
}
#industrial_accident ul li{
	padding:10px 10px 10px 40px;
}
}



#industrial_accident .green_bg{
	background: #eef4e4;
	border-radius: 50px;
	padding: 4rem 3%;
	overflow: hidden;
	margin-top:5rem;
	text-align: center;
}
@media screen and (max-width:1000px) {
#industrial_accident .green_bg{
	margin-top:3rem;
}
}
@media screen and (max-width:600px) {
#industrial_accident .green_bg{
	margin-top:2rem;
	border-radius: 20px;
	padding: 2rem 3%;
}
}
#industrial_accident .green_bg h4{
	color: #47a56f;
	text-decoration: underline;
}
#industrial_accident .step_box{
	background: url("../subject/img/arrow_right.png") no-repeat right;
	padding-right: 6%;
	float: left;
	width: 20%;
}
@media screen and (max-width:850px) {
#industrial_accident .step_box{
	background: url("../subject/img/arrow_right_sp.png") no-repeat right;
}
}
#industrial_accident .step_box_last{
	padding-right:0;
	float: left;
	width: 20%;
}
#industrial_accident dl{
	background: #fff;
	border-radius: 10px;
	position:relative;
}
#industrial_accident dt{
	background: #47a56f;
	color: #fff;
	border-radius: 10px;
	padding: 5px;
	width: 100px;
	position:absolute;
	top:-18px;
	left:20px;
}
#industrial_accident dd{
	padding: 35px 30px 30px;
	text-align: left;
	font-size:150%;
}
@media screen and (max-width: 900px) {
#industrial_accident dt{
	width: 80px;
	left:10px;
}
#industrial_accident dd{
	padding: 25px 15px 20px;
}
}	
@media screen and (max-width: 600px) {
#industrial_accident dt{
	width: 85%;
	left:0;
}
#industrial_accident dd{
	  -ms-writing-mode: tb-rl;
	  writing-mode: vertical-rl;
	text-align:center;
}
}	

@media screen and (max-width: 900px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 480px) {
}






