@charset "utf-8";

.mgt01{
	margin-top: 100px;
}



.box_service{
	padding: 60px 10px 0 10px;
}

.main_box{
	padding: 20px 10px 0 10px;
}
.service01{
	width: 100%;
	overflow: hidden;
	margin: 0 0 60px 0;
	background-color: #f5f5f5;
	border-left: 10px solid #000081;
	padding: 20px;
}

.service02{
	width: 100%;
	overflow: hidden;
	margin: 0 0 60px 0;
	background-color: #f5f5f5;
	border-right: 10px solid #000081;
	padding: 20px;
}


.box_text01{
	width: 55%;	
	float: left;	
	
}

.box_ph01{
	width: 40%;
	float: right;	
}

.box_text01 h2,.box_text02 h2{
	font-size: 28px;
	color: #000081;	
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.box_text02{
	width: 55%;	
	float: right;	
}

.box_ph02{
	width: 40%;
	float: left;
}


.li_service{
	padding-left: 50px;
	list-style-position: inside;
	
}

.li_service>li{
	display: list-item;
  list-style: circle;
	position: relative;
	
}
.li_child{
	margin: 10px 0;
}

.li_child>li{
	display: list-item;
  list-style: disc;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	
}

.ph_profilebox{
	width: 22%;
	min-width: 250px;
}

.text_profile{
	
	width: auto;
	margin-left: 50px;
	
}

.profile{
	width: 100%;
	overflow: hidden;
	line-height: 1;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	
	
	
}


.ph_profile{
	width: 90%;
	max-width: 300px;
	height: auto;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin: 0 auto 10px;
	
}

.ph_profile img{
	width: 100%;
	height: auto;
}



.pro_li{
	font-size: 15px;
	line-height: 1.5;
	margin: 0 auto 0;
	background-color: #f5f5f5;
	padding: 20px 20px 20px 40px;
	max-width: 1100px;
}

.pro_li li{
	list-style: circle;
	list-style-position: outside;
	margin-left: 20px;
	margin: 10px;
}

.name{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.name span{
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.table_profile{
	max-width: 1100px;
	display:flex;
  flex-wrap: wrap;
	width: 98%;
	font-size: 14px;
	 border-top: none;
	margin: 30px auto 0;
	line-height: 1.5;
	
}



.table_profile dt{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	width: 80px;	
	height: 60px;
	font-weight: bold;
	color: #000081;
	position: relative;
	padding: 0 0 0 0;

}

.table_profile dt:before{
	position: absolute;
	top: 29.5px;
	right: -2px;
	height: 60px;
	width: 1px;
	background-color: #000081;
	content: "";
}

.table_profile dt.bordernone:before{
	display: none;
}



.table_profile dt:after{
	content: "●";
	position: absolute;
	right: -6.5px;
	top: 50%;
	margin-top: -8px;
	font-size: 9px;
}


.table_profile dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	height: 60px;
	width: calc(100% - 80px);
	padding-left: 30px;
	
}


.table_works{
	max-width: 1000px;
	display:flex;
  flex-wrap: wrap;
	width: 98%;
	font-size: 14px;
	 border-top: none;
	margin: 30px auto 0;
	line-height: 1.5;
	text-align: left;
	
}

.table_works ul{
	padding-bottom: 20px;
	display: block;
}

.table_works li{
	list-style: circle;
	margin-left: 20px;
	
}

.table_works li.list_stylenone{
	list-style: none;
	padding-bottom: 10px;
	margin-left: -10px;
}



.table_works dt{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	width: 40%;	
	height: auto;
	font-weight: bold;
	color: #000081;
	position: relative;
	padding: 20px ;
	border-bottom: 1px solid #000081;

}

.bdt{
	border-top: 1px solid #000081;
}




.table_works dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	height: auto;
	width: 60%;
	padding-left: 30px;
	
	padding: 20px;
	border-bottom: 1px solid #000081;
	
}






@media screen and (max-width: 992px) {
   
}
@media screen and (max-width: 767px) {
	
	.box_service{
	padding: 0px 10px;
}
	
	.service01,.service02{
	border-left: none;
		border-right: none;
		border-left: 5px solid #000081;
		
		margin: 0 0 30px 0;
	
}
	
	.box_text01 h2,.box_text02 h2{
		font-size: 24px;}



	.box_text01,.box_text02{
		width: 100%;
		margin-bottom: 20px;
		float: none;
	}
	.box_ph01,.box_ph02{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		float: none;
	}
	.li_service{
	padding-left: 20px;
	
}
	
	.name span{
	font-size: 14px;
	margin: 10px 0 15px;
		display: block;
		
}
	
	.table_profile{
	font-size: 13px;
	
}
	.table_profile dt{
	width: 60px;	
	height: 80px;	

}	

.table_profile dt:before{

	top: 39.5px;
	right: -2px;
	height: 80px;
	width: 1px;
	background-color: #0b2699;
	content: "";
}

.table_profile dt.bordernone:before{
	display: none;
}



.table_profile dt:after{
	content: "●";
	position: absolute;
	right: -6.5px;
	top: 50%;
	margin-top: -8px;
	font-size: 9px;
}


.table_profile dd{
	width: calc(100% - 60px);
	padding-left: 20px;
	height: 80px;
	
}
	
	.table_works dt{
	width: 100%;
		background-color: #000081;
		color: #fff;
	
}




.table_works dd{
	
	width: 100%;
	margin-bottom: 30px;
	background-color: #f5f5f5;

}
	
	.profile{
	width: 100%;
	overflow: hidden;
	line-height: 1;
	font-size: 14px;
	display: block;
	justify-content:center;
	
	
	
}
	
	.ph_profilebox{
	width: 100%;
	min-width: 250px;
		max-width: 250px;
		margin: 0 auto;
}

.text_profile{
	
	width: 100%;
	margin-left: 0;
	
}


    
}