/*============================

PC

============================*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.clinical_trials_head{
    padding: 100px 0px;
}
    .clinical_trials_head h2{
        font-family: sofia-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 38px;
    }

.clinical_attention{
	padding: 12px 18px;
    font-size: 14px;
    display: block;
    background: #f2f2f2;
    margin: 50px auto;
    line-height: 26px;
}
table th,
table td,
table th,
table td{
	vertical-align:top;
}
.clinical_trials_list{
	width: 100%;
}
.clinical_trials_list th{
    padding: 24px 18px;
    background: #1a465a;
    text-align: left;
    color: #fff;
    font-size: 16px;
    border-right: 1px solid #618393;
}
.clinical_trials_list th:last-child{
	border-right: none;
}
.clinical_trials_list td{
    padding: 24px 18px;
    background: #f2f2f2;
    text-align: left;
    color: #0E2631;
    font-size: 16px;
    border-right: 1px solid #ccc;
}
.clinical_trials_list td:last-child{
	border-right: none;
}
.clinical_trials_list td a{
	text-decoration: underline;
	font-weight: bold;
	color: #0070c0;
}


.clinical_trials_detail_head{
    padding: 80px 0px;
}
    .clinical_trials_detail_head h2{
        font-family: sofia-pro, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 26px;
        margin-bottom: 50px;
    }
h3{
	font-size: 18px;
	margin: 40px auto 12px;
}
.clinical_trials_detail{
	width: 100%;
}
.clinical_trials_detail th{
    padding: 24px 18px;
    background: #1a465a;
    line-height: 20px;
    text-align: left;
    color: #fff;
    font-size: 16px;
    border: 1px solid #b2b2b2;
}
.clinical_trials_detail th:last-child{
	border-bottom: none;
}
.clinical_trials_detail td{
    padding: 24px 18px;
    background: #fff;
    text-align: left;
    color: #0E2631;
    line-height: 20px;
    font-size: 16px;
    border: 1px solid #b2b2b2;
}
.clinical_trials_detail td a{
	text-decoration: underline;
	font-weight: bold;
	color: #0070c0;
}


/*============================

SP

============================*/
@media screen and (max-width: 768px) {
.clinical_trials_head{
    padding: 60px 0px;
}
    .clinical_trials_head h2{
        font-size: 30px;
    }
.clinical_trials_list_box{
    overflow-x: scroll;
}
.clinical_trials_list{
	  width: 100%;
  white-space: nowrap;
}
.clinical_trials_detail_head{
    padding: 40px 0px;
}
.clinical_trials_detail_head h2{
	font-family: sofia-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 28px;
}
.clinical_trials_detail{
	  width: 100%;
	  white-space: nowrap;
}
}



