@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* @font-face { font-family: 'FOT-AnitoStd-M'; src: url(./FOT-AnitoStd-M.otf); } */

/*------------------------------------------------------------------------------------------------------------------
　base style
-------------------------------------------------------------------------------------------------------------------*/

body{
	
	color:#000000;
	font-size:16px;
	margin:0;
	height:100%;
	position:relative;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	overflow-x:hidden;
	min-width:960px;
}

a:link{
	color:#0575ff; text-decoration:underline;
}
a:visited{
	color:#0575ff; text-decoration:underline;
}
a:hover{
	color:#ff0000; text-decoration:underline;
}

img{
	border:0;
	vertical-align: bottom;
}

/*------------------------------------------------------------------------------------------------------------------
　preparation
-------------------------------------------------------------------------------------------------------------------*/

#lineup-font-size-sampler{
	display:none;
}

div::after, section::after, article::after, ul::after{
    content: "";
    display: block;
    clear: both;
}

.link a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}

/*------------------------------------------------------------------------------------------------------------------
　expression
-------------------------------------------------------------------------------------------------------------------*/

.clear{
	clear:both;
}

.under{
	margin-bottom:30px !important;
}
.under-harf{
	margin-bottom:15px !important;
}

.right{
	float:right; margin-left:30px; margin-bottom:15px; margin-top:5px;
}
.left{
	float:left; margin-right:30px; margin-bottom:15px; margin-top:5px;
}

.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}

.first{
	padding-top:0 !important; margin-top:0 !important;
}
.last{
	padding-bottom:0 !important; margin-bottom:0 !important;
}

.ro img:hover,.ro:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.dropshadow{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.17);
}

/*------------------------------------------------------------------------------------------------------------------
　img align for wordpress
-------------------------------------------------------------------------------------------------------------------*/

.aligncenter{
    display: block;
    margin: 0 auto;
	padding-bottom:25px;
	max-width:100%;
}
.alignright{
	float: right; margin-left:30px; margin-bottom:25px; max-width:100%; margin-top:5px;
}
.alignleft{
	float: left; margin-right:30px; margin-bottom:25px; max-width:100%; margin-top:5px;
}

.aligncenter img, .alignright img, .alignleft img{
	max-width:100%;
	height:auto;
}

@media screen and (max-width: 1140px) {
	.aligncenter{
		display: block;
		margin: 0 auto;
		padding-bottom:25px;
		max-width:100%;
		text-align:center;
	}
	.alignright{
	float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center; display:block;
}
	.alignleft{
	float: none; margin: 0 auto; margin-bottom:0; padding-bottom:25px; max-width:100%; text-align:center; display:block;
}
}

@media screen and (max-width: 1000px) {
	.aligncenter, .alignright, .alignleft{
		width:100% !important;
		height:auto;
	}
	.portrait{
		width:50% !important;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　wp-pagenavi
-------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi{
	border-top:#d1d1d1 3px double;
	margin-top:40px;
	padding-top:40px;
	padding-bottom:40px;
	display:block !important;
	clear:both !important;
	text-align:center;
}

.wp-pagenavi a,.wp-pagenavi span.pages, .wp-pagenavi span.extend{
		color:#333333 !important;
		text-shadow:0px 1px #F6F6F6 !important;
		padding:6px 12px 8px 12px !important;
		border:solid 1px #fedcd2 !important;
		box-shadow:0px 1px #EFEFEF !important;
		-moz-box-shadow:0px 1px #EFEFEF !important;
		-webkit-box-shadow:0px 1px #EFEFEF !important;
		background:#fedcd2 !important;
		background:-moz-linear-gradient(top,#fedcd2 1px,#F3F3F3 1px,#fedcd2) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#fedcd2),color-stop(0.02,#fedcd2),color-stop(1,#fedcd2)) !important;
		font-size:12px !important;
		margin-right:3px !important;
		text-decoration:none !important;
}	
.wp-pagenavi a:hover{
		color:#fff !important;
		text-shadow:0px 1px #de744c !important;
		border-color:#de744c !important;
		background:#de744c !important;
		background:-moz-linear-gradient(top,#de744c 1px,#de744c 1px,#de744c) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#de744c),color-stop(0.02,#de744c),color-stop(1,#de744c)) !important;
		color:#FFFFFF !important;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;

}
 .wp-pagenavi span.current{
		padding:4px 12px 8px 12px !important;
		border:solid 1px #DCDCDC !important;
		color:#fff !important;
		font-size:14px;
		box-shadow:0px 1px #E7E7E7 !important;
		-moz-box-shadow:0px 1px #E7E7E7 !important;
		-webkit-box-shadow:0px 1px #E7E7E7 !important;
		margin-right:3px !important;
		text-shadow:0px 1px #de744c !important;
		border-color:#de744c !important;
		background:#de744c !important;
		background:-moz-linear-gradient(top,#de744c 1px,#de744c 1px,#de744c) !important;
		background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#de744c),color-stop(0.02,#de744c),color-stop(1,#de744c)) !important;
}

/*------------------------------------------------------------------------------------------------------------------
　primary
-------------------------------------------------------------------------------------------------------------------*/

#primary{
	width:100%;
	height:100%;
	min-width:960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

article{
	width:100%;
	max-width:1220px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	transition:0.3s;
	box-sizing:border-box;
}

@media screen and (max-width: 1250px) {
	article{
		width:100%;
		padding-left:30px;
		padding-right:30px;
	}
	#footer article{
		padding-left:0 !important;
	}
}

/*------------------------------------------------------------------------------------------------------------------
　mainvisual
-------------------------------------------------------------------------------------------------------------------*/

#mainvisual{
	width:100%;
	max-width:900px;
	height:439px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
	margin-bottom:40px;
}

#mainvisual .panel{
	width:100%;
	height:439px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background-position:left top;
}

#mainvisual .panel:nth-child(1){
	background-image : url(00.jpg);
}
#mainvisual .panel:nth-child(2){
	background-image : url(01.jpg);
}
#mainvisual .panel:nth-child(3){
	background-image : url(02.jpg);
}
#mainvisual .panel:nth-child(4){
	background-image : url(03.jpg);
}
#mainvisual .panel:nth-child(5){
	background-image : url(04.jpg);
}

/*------------------------------------------------------------------------------------------------------------------
　header
-------------------------------------------------------------------------------------------------------------------*/

header{
	background-image : url(back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:264px;
}

.header-primary{
	max-width:1220px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	padding-top:40px;
}

.header-primary h1{
	display:none;
}

.header-primary .logo{
	background-image : url(logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:627px;
	height:116px;
	display:block;
	position:relative;
}

.english .header-primary .logo{
	background-image : url(logo_en.png);
	width:854px;
	height:104px;
}

.header-primary .logo a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

.option{
	width:192px;
	height:54px;
	position:absolute;
	top:-40px;
	right:0;
}

.option .english-button{
	background-image : url(to-english-button.png);
	width:192px;
	height:54px;
	position:relative;
}

.option .japanese-button{
	background-image : url(to-japanese-button.png);
	width:192px;
	height:54px;
	position:relative;
}

.option .english-button a, .option .japanese-button a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
}

.pan{
	position:absolute;
	top:173px;
	left:0;
	transition:0.3s;
}

@media screen and (max-width: 1250px) {
	.pan{
		left:30px;
	}
}

.pan ul{
	list-style:none;
	margin:0;
	padding:0;
}

.pan ul li{
	display:inline-block;
	margin-right:5px;
	position:relative;
}

.pan ul li::after{
	position:absolute;
	width:20px;
	height:2px;
	background-color:#ffffff;
	top:13px;
	right:-20px;
	content:"";
	display:block;
}

.pan ul li:last-of-type::after{
	display:none;
}

.pan ul li a{
	position:relative;
	height:26px;
	line-height:25px;
	background-color:#ffffff;
	padding-left:12px;
	padding-right:12px;
	font-size:14px;
	display:inline-block;
	text-decoration:none;
	color:#000000;
	border-radius:5px;
	transition:0.3s;
	border:1px solid #ffffff;
}

.pan ul li a:hover{
	color:#1b98e0;
	border:1px solid #1b98e0;
}

.pan ul li:last-of-type a{
	background-color:#1b98e0;
	border:1px solid #1b98e0;
	color:#ffffff;
	pointer-events:none;
}

/*------------------------------------------------------------------------------------------------------------------
　sidebar
-------------------------------------------------------------------------------------------------------------------*/

#sidebar{
	width:280px;
	position:absolute;
	top:0;
	left:0;
}

#sidebar nav {
}

#sidebar nav ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:15px;
}

#sidebar nav ul li{
	width:280px;
	height:100px;
	margin-bottom:5px;
	position:relative;
	transition:0.3s;
}

#sidebar nav ul li:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#sidebar nav ul li:nth-child(1){
	background-image : url(navi01.png);
}
#sidebar nav ul li:nth-child(2){
	background-image : url(navi02.png);
}
#sidebar nav ul li:nth-child(3){
	background-image : url(navi03.png);
}
#sidebar nav ul li:nth-child(4){
	background-image : url(navi04.png);
}
#sidebar nav ul li:nth-child(5){
	background-image : url(navi05.png);
}

.english #sidebar nav ul li:nth-child(1){
	background-image : url(navi01_en.png);
}
.english #sidebar nav ul li:nth-child(2){
	background-image : url(navi02_en.png);
}
.english #sidebar nav ul li:nth-child(3){
	background-image : url(navi03_en.png);
}
.english #sidebar nav ul li:nth-child(4){
	background-image : url(navi04_en.png);
}
.english #sidebar nav ul li:nth-child(5){
	background-image : url(navi05_en.png);
}

#sidebar nav ul li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}

#sidebar .english-button{
	background-image : url(to-english-button1.png);
	width:280px;
	height:50px;
	position:relative;
	display:block;
	margin-bottom:20px;
	transition:0.3s;
}

#sidebar .japanese-button{
	background-image : url(to-japanese-button1.png);
	width:280px;
	height:50px;
	position:relative;
	display:block;
	margin-bottom:20px;
	transition:0.3s;
}

#sidebar .english-button:hover, #sidebar .japanese-button:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#sidebar .english-button a, #sidebar .japanese-button a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
}

.sidebar-address{
	text-align:center;
	font-size:12px;
	letter-spacing:0.05px;
	padding-bottom:10px;
}

.side-bana {
}

.side-bana ul{
	list-style:none;
	margin:0;
	padding:0;
}

.side-bana ul li{
	width:280px;
	height:80px;
	display:block;
	margin-top:-1px;
	position:relative;
}

.side-bana ul li a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}

.side-bana ul li:nth-child(1){
	background-image : url(bana01.png);
}
.side-bana ul li:nth-child(2){
	background-image : url(bana02.png);
}
.side-bana ul li:nth-child(3){
	background-image : url(bana03.png);
}
.side-bana ul li:nth-child(4){
	background-image : url(bana04.png);
}
.side-bana ul li:nth-child(5){
	background-image : url(bana05.png);
}

.english .side-bana ul li:nth-child(1){
	background-image : url(bana01_en.png);
}
.english .side-bana ul li:nth-child(2){
	background-image : url(bana02_en.png);
}
.english .side-bana ul li:nth-child(3){
	background-image : url(bana03_en.png);
}
.english .side-bana ul li:nth-child(4){
	background-image : url(bana04_en.png);
}
.english .side-bana ul li:nth-child(5){
	background-image : url(bana05_en.png);
}

/*------------------------------------------------------------------------------------------------------------------
　footer
-------------------------------------------------------------------------------------------------------------------*/

#footer{
	width:100%;
	padding-bottom:110px;
	background-image : url(back.gif);
	background-position:center top;
	background-repeat:repeat-x;
	margin-top:60px;
	box-sizing:border-box;
	padding-top:52px;
}

#footer .logo{
	background-image : url(logo1.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:655px;
	height:116px;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	border-right:1px dotted #ffffff;
	transition:0.3s;
}

.english #footer .logo{
	background-image : url(logo_en1.png);
	width:606px;
	height:127px;
	padding-right:30px;
}

@media screen and (max-width: 1230px) {
	#footer .logo{
		left:30px;
		border-right:none;
	}
}

#footer .logo a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-indent:200%;
	white-space:nowrap;
}

.footer-company{
	padding-left:685px;
	width:100%;
	box-sizing:border-box;
}

@media screen and (max-width: 1100px) {
	.footer-company{
		padding-left:30px;
		padding-top:150px;
	}
}

.footer-company ul{
	list-style:none;
	margin:0;
	padding:0;
}

.footer-company ul li{
	position:relative;
	padding-bottom:10px;
}

@media screen and (max-width: 1100px) {
	.footer-company ul {
		width:calc(100% + 30px);
	}
	.footer-company ul li{
		width:calc(50% - 30px);
		margin-right:30px;
		float:left;
	}
	.footer-company ul li:last-of-type{
		margin-right:0;
	}
}

.footer-company ul li p{
	margin:0;
	padding:0;
	color:#ffffff;
	padding-left:115px;
	font-size:15px;
}

.footer-company ul li span{
	width:100px;
	height:30px;
	background-color:#1e1e1e;
	color:#ffffff;
	text-align:center;
	line-height:29px;
	font-size:14px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#footer nav{
	padding-top:20px;
}

@media screen and (max-width: 1250px) {
	#footer nav{
		padding-left:30px;
	}
}

#footer nav ul{
	list-style:none;
	margin:0;
	padding:0;
	width:calc(100% + 18px);
}

#footer nav ul li{
	float:left;
	width:calc(20% - 18px);
	margin-right:18px;
	background-color:#ffffff;
	height:50px;
	position:relative;
	transition:0.3s;
}

#footer nav ul li:hover{
	background-color:#1e1e1e;
}

#footer nav ul li a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	text-indent:-20px;
	text-decoration:none;
	font-size:16px;
	color:#000000;
	transition:0.3s;
}

.english #footer nav ul li a{
	font-size:14px;
	text-align:left;
	text-indent:10px;
}

#footer nav ul li a:hover{
	color:#ffffff;
}

#footer nav ul li a::after{
	content:"";
	background-image : url(ar01.png);
	width:17px;
	height:17px;
	position:absolute;
	top:17px;
	right:15px;
	transition:0.3s;
}

#footer nav ul li a:hover::after{
	background-image : url(ar02.png);
}

#footer .cc{
	width:100%;
	height:70px;
	line-height:70px;
	position:absolute;
	bottom:0;
	left:0;
	background-image : url(cc-back.gif);
}

#footer .cc p{
	color:#ffffff;
	margin:0;
	padding:0;
}

@media screen and (max-width: 1230px) {
	#footer .cc p{
		padding-left:30px;
	}
}

.topback a{
	position:absolute;
	top:0;
	right:0;
	background-image : url(topback.png);
	width:237px;
	height:70px;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
}

.english .topback a{
	background-image : url(topback_en.png);
}


/*------------------------------------------------------------------------------------------------------------------
　additional
-------------------------------------------------------------------------------------------------------------------*/

#contents-primary{
	position:relative;
	padding-top:40px;
	min-height:1521px;
}

#contents{
	position:relative;
	padding-left:320px;
}

#subpage #contents h2{
	margin:0;
	padding:0;
	background-image : url(button-back.gif);
	width:100%;
	height:70px;
	line-height:65px;
	color:#ffffff;
	padding-left:25px;
	padding-right:25px;
	font-size:20px;
	margin-bottom:30px;
	box-sizing:border-box;
	border-top:3px solid #ffe74c;
}

#subpage #contents h3{
	border:1px solid #004ba8;
	height:50px;
	line-height:50px;
	box-sizing:border-box;
	margin:0;
	padding:0;
	padding-left:15px;
	padding-right:15px;
	color:#004ba8;
	margin-bottom:30px;
}

#subpage #contents h4{
	color:#004ba8;
	margin:0;
	padding:0;
	border-bottom:1px solid #004ba8;
	padding-bottom:15px;
	margin-bottom:30px;
	font-size:18px;
}

#subpage #contents p{
	margin:0;
	padding:0;
	margin-bottom:30px;
}

#subpage #contents ul{
	list-style:none;
	margin:0;
	padding:0;
}

/*----------------------------------------------------------------------------
   home
------------------------------------------------------------------------------*/

#top-comment{
	text-align:center;
	padding-bottom:5px;
}

#top-comment img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#top-comment p{
	font-size:18px;
}

@media screen and (max-width: 1170px) {
	#top-comment p br{
		display:none;
	}
}

.top-content01 h2, .top-content02 h2, .top-content03 h2{
	width:100%;
	height:89px;
	line-height:89px;
	display:block;
	margin-bottom:30px;
	padding-left:84px;
	box-sizing:border-box;
	font-size:30px;
	position:relative;
}

.top-content01 h2{
	background-image : url(h2_01.png);
	color:#004ba8;
}

.top-content02 h2{
	background-image : url(h2_02.png);
	color:#29bf12;
}

.top-content03 h2{
	background-image : url(h2_03.png);
	color:#1b98e0;
}

.top-content02 h2 .button a{
	width:220px;
	height:40px;
	display:block;
	position:absolute;
	top:22px;
	right:21px;
	background-image : url(button-back.gif);
	font-size:16px !important;
	color:#ffffff !important;
	text-decoration:none !important;
	line-height:40px;
	text-indent:20px;
	font-weight:normal;
	transition:0.3s;
}

.top-content02 h2 .button a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.top-content02 h2 .button a::after{
	background-image : url(ar02.png);
	width:17px;
	height:17px;
	position:absolute;
	content:"";
	top:12px;
	right:12px;
	display:block;
}

.top-projects-box {
	width:calc(100% + 28px);
}

.top-projects-box .project-box{
	width:calc(33.333% - 28px);
	margin-right:28px;
	background-color:#ffffff;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
	float:left;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:200px;
	transition:0.3s;
}

@media screen and (max-width: 1060px) {
	.top-projects-box{
		width:100%;
	}
	.top-projects-box .project-box{
		width:100%;
		height:143px;
		margin-right:0;
		line-height:143px;
		padding-top:0;
		background-size:200px 143px;
		background-position:left top;
		margin-bottom:30px;
		padding-left:200px;
		box-sizing:border-box;
	}
}

.top-projects-box .project-box:nth-child(1){
	background-image : url(photo02.jpg);
}
.top-projects-box .project-box:nth-child(2){
	background-image : url(photo03.jpg);
}
.top-projects-box .project-box:nth-child(3){
	background-image : url(photo04.jpg);
}

.top-projects-box .project-box h3{
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	width:100%;
	height: 100%;
	line-height:30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition:0.3s;
}

.top-projects-box .project-box:nth-child(1) h3{
	color:#004ba8;
}
.top-projects-box .project-box:nth-child(2) h3{
	color:#1b98e0;
}
.top-projects-box .project-box:nth-child(3) h3{
	color:#29bf12;
}

@media screen and (max-width: 1150px) {
	.top-projects-box .project-box h3{
		font-size:20px;
	}
	.top-projects-box .project-box h3 br{
		display:none;
	}
}

@media screen and (max-width: 1060px) {
	.top-projects-box .project-box h3{
		text-align:left;
		flex-direction: column;
		justify-content: center;
		align-items: left;
	}
}

.top-information {
}

.top-information ul{
	list-style:none;
	margin:0;
	padding:0;
}

.top-information ul li{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative;
}

.top-information ul li span{
	position:absolute;
	width:120px;
	top:0;
	left:0;
	font-size:18px;
	color:#1b98e0;
}

.top-information ul li p{
	margin:0;
	padding:0;
	padding-left:120px;
}

.english .top-information ul li p{
	padding-left:80px;
}

/*----------------------------------------------------------------------------
   member
------------------------------------------------------------------------------*/

.prof-list{
	position:relative;
}

.prof-list .table-content{
	position:relative;
	box-sizing:border-box;
}

.prof-list .table-content .prof-photo{
	width:170px;
	float:right;
}

.prof-list .table-content .prof-photo img{
	margin-bottom:15px;
	width:100%;
	height:auto;
}

.prof-list .table-content.img-separate table{
	float:left;
	width:calc(100% - 200px);
}

.prof-list ul{
	list-style:circle !important;
	padding-left:20px !important;
}

.prof-list.another ul{
	list-style:none;
	padding-left:0 !important;
}

.prof-list.another ul li{
	margin:0;
	padding:0;
	border-bottom:1px dotted #004ba8;
	padding-bottom:6px;
	box-sizing:border-box;
	margin-bottom:15px;
	color:#004ba8;
	display:block;
}

.prof-list.another ul li span{
	font-size:13px;
	color:#5d5d5d;
	padding-left:20px;
}


/*----------------------------------------------------------------------------
   result
------------------------------------------------------------------------------*/

.result-primary {
}

.result-primary ul{
	list-style:circle !important;
	padding-left:20px !important;
	padding-bottom:30px !important;
}

.result-primary ul li{
	padding-bottom:10px;
}

.result-primary ul li::after{
	content: "";
    display: block;
    clear: both;
}