@charset "utf-8";

/*=====================================================================================
common
page_aboutus
	page_staff
	page_support
page_researcher
	page_classification
	page_procedure
page_clinical-research
page_contact
=====================================================================================*/

/*common
************************************************************************************/
.material-symbols-outlined {
	font-variation-settings:
		'FILL'0, 'wght'400, 'GRAD'0, 'opsz'48;
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Material Symbols Outlined';
}
.page-contents-top .pagetitle{
    margin: 35px 0;
}

/*page_aboutus
************************************************************************************/
#page_aboutus.page-contents-top .contents-menu ul li{
	width: 31%;
}
#page_aboutus.page-contents-top .contents-menu ul li a .icon{
	width: 100px;
}

#page_aboutus.page_greeting .name img{
	vertical-align: middle;
}

/*#page_aboutus .cms-posts img{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}*/

/*page_staff
----------------------------------------------------------------------*/
#page_aboutus.page_staff table tbody td:nth-of-type(1){
	background-color: #CFE1EF;
	width: 6.5em;
}
#page_aboutus.page_staff table tbody td:nth-of-type(2){
	width: 12em;
}
#page_aboutus.page_support .first-box .first-box-in:nth-of-type(1){
	padding: 0 20px 0;
	margin-right: 20px;
	border-right: 1px solid #a6b8cd;
}


/*page_support
----------------------------------------------------------------------*/
#page_aboutus.page_support table tbody td:nth-of-type(1){
	background-color: #002060;
	color: #FFF;
	width: 12em;
	font-weight: bold;
}
#page_aboutus.page_support table tbody td:nth-of-type(2) strong{color:#133a9c;}
#page_aboutus.page_support table tbody td:nth-of-type(2) img{
	margin-right: 5px;
	vertical-align: middle;
}
#page_aboutus.page_support table tbody td:nth-of-type(3){
	width: 10em;
}

#page_aboutus.page_support .flow-box{
	position:relative;
	padding-left: 40px;
}
#page_aboutus.page_support .flow-box:before{
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	width: 20px;
	height: calc(100% - 23px);
	background: #3c9aca;
}
#page_aboutus.page_support .flow-box:after{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 20px 0 20px;
	border-color: #3c9bca transparent transparent transparent;
}
#page_aboutus.page_support .cms-posts h2{
	font-size: 1.313em;
	color: #002060;
	padding-left: 20px;
	margin: .5em 0;
    border-left: 5px solid #002060;
	
	background: #3c9bca;
	padding: 10px;
	color: #FFF;
}

/*page_researcher
************************************************************************************/
/*page_classification
----------------------------------------------------------------------*/
#page_researcher.page_classification tbody th{
	width: 6em;
}
#page_researcher.page_classification tbody td p:first-child strong{
	color: #17346f;
	font-size: 18px;
}

/*page_procedure
----------------------------------------------------------------------*/
#page_researcher.page_procedure table.observational-research-table td{
	text-align: center;
}

/*page_clinical-research
************************************************************************************/
#page_clinical-research .cms-posts table{
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	width: 100%;
	border: 1px solid #FFF;
	border-spacing: 0;
}
#page_clinical-research .cms-posts table.auto{
	width: auto;
	margin: 5px 0 15px 0;
}

#page_clinical-research .cms-posts table thead th{
	font-weight:bold;
	text-align: center;
	color: #FFF;
}
#page_clinical-research .cms-posts table tbody th{
	font-weight:bold;
	text-align: center;
	color: #000;
}
#page_clinical-research .cms-posts table thead{
	border: 1px solid #FFF;
}
#page_clinical-research .cms-posts table thead th{
	background: #acacac;
}
#page_clinical-research .cms-posts table thead th,
#page_clinical-research .cms-posts table tbody th,
#page_clinical-research .cms-posts table tbody td{
	border: 1px solid #FFF;
	padding: 1em;
	word-break: break-all;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#page_clinical-research .cms-posts table tbody td{
	background: #FFF;
}
#page_clinical-research table tbody th{
	width: 7em;
}
#page_clinical-research table tbody tr td:nth-of-type(2){
	width: 37em;
}
/*orange*/
#page_clinical-research .orange table tbody th{
	background: #ffedb3;
}
#page_clinical-research .orange table tbody td{
	background: #fff9e7;
}
#page_clinical-research .orange table tbody td.ttl{
	background: #fff2cc;
}
/*blue*/
#page_clinical-research .blue table tbody th{
	background: #e2e2e2;
}
#page_clinical-research .blue table tbody td{
	background: #f7f7f7;
}
#page_clinical-research .blue table tbody td.ttl{
	background: #ededed;
}


/*page_contact
************************************************************************************/
#page_contact .err_msg_top,
#page_contact .err_msg{
	color:#d80808;
}

#page_contact th{
	width: 11.5em;
}
#page_contact .wpcf7-list-item{
	display: block;
}

/*form
----------------------------------------------------------------------*/
#page_contact span.hissu{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #f08013;
	color: #FFF;
	padding: 1px 4px;
	margin: 0 5px;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
#page_contact .disnon{
	display: none !important;
}


#page_contact .form td li{
	display: inline-block;
	padding: 0 20px 0 0;
}

#page_contact .form input{
	margin: 1px;
	padding: 15px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#page_contact .form input[type=text],
#page_contact .form input[type=tel],
#page_contact .form input[type=email]{
	width: 450px;
}

#page_contact .form input.m[type=text],
#page_contact .form input.m[type=tel]{
	width: 200px;
}

#page_contact .form input.s[type=text],
#page_contact .form input.s[type=tel]{
	width: 100px;
}

#page_contact .form input.zip[type=text],
#page_contact .form input.zip[type=tel]{
	width: 100px;
}
#page_contact .form input.s{
	width: 100px;
}


#page_contact .form input[type=checkbox],
#page_contact .form input[type=radio]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 3px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#page_contact .form textarea{
	width: 100%;
	height: 7em;
	padding: 15px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align: top;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#page_contact .form select{
	background: #FFF;
	padding: 15px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#page_contact .btnSend{
	text-align: center;
	padding: 20px 0;
}

#page_contact .btnSend input[type=submit]{
	padding: 1em 5em;
	background: #002060;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
    font-family: fot-tsukuardgothic-std,sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}
