@charset "UTF-8";
.humandocs-head {
	color: #000;
	line-height: 1;
	text-align: left;
}
.humandocs-head span {
	display: inline-block;
	margin: -5px 15px 0 0;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: normal;
	vertical-align: middle;
	font-family: Noto Sans JP, Noto Sans Japanese, Noto Sans, sans-serif;
	background: rgba(255, 255, 255, 0.5);
	padding: 10px 20px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 50px;
}
.humandocs-box {
	margin-bottom: 40px;
}
.humandocs-box h3.humandocs-head {
	font-size: 18px;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 1;
	font-weight: normal;
}
.humandocs-box h3.humandocs-head:before {
	content: url("../images/docs_head.svg");
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	margin-right: 10px;
}
.humandocs-box table.humandocs-course {
	width: 100%;
	border: 1px solid #000;
	font-size: 16px;
	box-sizing: border-box;
}
.humandocs-box table.humandocs-course thead th {
	text-align: center;
	background: #E7F4F6;
	padding: 10px 0;
	border: 1px solid #000;
	font-weight: normal;
	box-sizing: border-box;
}
.humandocs-box table.humandocs-course tbody th {
	vertical-align: middle;
	font-weight: normal;
	background: #E7F4F6;
	padding: 20px 15px 20px 50px;
	text-align: left;
	border: 1px solid #000;
	width: 230px;
	position: relative;
	box-sizing: border-box;
}
.humandocs-box table.humandocs-course tbody th i {
	display: block;
	float: left;
	margin-left: -30px;
}
.humandocs-box table.humandocs-course tbody td {
	padding: 20px 35px;
	border: 1px solid #000;
	max-width: 570px;
	box-sizing: border-box;
}
.humandocs-box table.humandocs-course tbody td.price {
	text-align: center;
}
.humandocs-box table.humandocs-medical {
	width: 100%;
	border: 1px solid #000;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	margin-bottom: 50px;
}
.humandocs-box table.humandocs-medical thead th {
	text-align: left;
	background: #E7F4F6;
	padding: 10px 15px;
	border: 1px solid #000;
	font-weight: normal;
	box-sizing: border-box;
}
.humandocs-box table.humandocs-medical tbody tr:nth-child(even) {
	background: #E7F4F6;
}
.humandocs-box table.humandocs-medical tbody td {
	padding: 20px 15px;
	border: 1px solid #000;
	max-width: 570px;
	box-sizing: border-box;
	max-width: 575px;
}
.humandocs-box table.humandocs-medical tbody td a {
	color: #000;
}
.humandocs-box table.company {
	width: 100%;
	border: 1px solid #000;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	margin-bottom: 20px;
}
.humandocs-box table.company th {
	text-align: left;
	background: #E7F4F6;
	padding: 15px 20px;
	border: 1px solid #000;
	font-weight: normal;
	box-sizing: border-box;
	width: 225px;
}
.humandocs-box table.company td {
	padding: 15px 20px;
	border: 1px solid #000;
	font-weight: normal;
	box-sizing: border-box;
}
.humandocs-box table.company td ul li {
	list-style-type: decimal;
	margin-left: 1.5em;
}
.humandocs-box .humandocs-contactnav {
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: -100px;
}
.humandocs-box .humandocs-contactnav:after {
	content: '';
	display: block;
	text-align: center;
	margin: 15px auto 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 40px;
	border-color: #da5466 transparent transparent transparent;
}
.humandocs-box .humandocs-box_owner {
	display: flex;
	justify-content: space-between;
	-webkit-align-items: baseline;
	align-items: flex-end;
	margin-top: 30px;
}
.humandocs-box .humandocs-box_owner figure {
	width: 330px;
}
.humandocs-box .humandocs-box_owner .humandocs-box_owner-text {
	width: 665px;
}
.humandocs-box .humandocs-box_owner .humandocs-box_owner-text p {
	margin-bottom: 30px;
}
.humandocs-box .humandocs-box_owner .humandocs-box_owner-text p.owner-name {
	text-align: right;
	margin-bottom: 0;
}
/* mobile */
@media screen and (min-width: 0em) and (max-width: 59.3125em) {
.humandocs-head {
	font-size: 5.5vw;
}
.humandocs-head span {
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    text-align: center;
}
.humandocs-box table.humandocs-course, 
.humandocs-box table.humandocs-medical{
	font-size: 3vw;
	border:0;
}
.humandocs-box table.humandocs-course thead, 
.humandocs-box table.humandocs-medical thead{
	display:none;
}
.humandocs-box table.humandocs-course tbody th{
    width: 100%;
    display: block;
}
.humandocs-box table.humandocs-course tbody th br{
	display:none;
}
.humandocs-box table.humandocs-course tbody td {
    padding: 15px 10px;
    border: 0;
    max-width: initial;
    width: 100%;
    display: block;
}
.humandocs-box table.humandocs-course tbody td .spbr{
	display:none;
}
.humandocs-box table.humandocs-course tbody td.price {
    text-align: right;
    font-size: 3.5vw;
    margin-bottom: 30px;
    background: #efefef;
}
.humandocs-box table.humandocs-course tbody td.price:before{
	content:'【料金】';
}
.humandocs-box table.humandocs-medical tbody tr:nth-child(even) {
    background: #fff;
}
.humandocs-box table.humandocs-medical tbody td {
    padding: 15px 15px;
    border: 0;
    max-width: initial;
    box-sizing: border-box;
    width: 100%;
    display: block;
}
.humandocs-box table.humandocs-medical tbody td:first-child{
	border: 1px solid #000;
}
.humandocs-box table.humandocs-medical tbody td:first-child br{
	display:none;
}
.humandocs-box table.humandocs-medical tbody td:last-child{
	padding-top: 0;
	margin-bottom: 15px;
}
.humandocs-box .humandocs-contactnav {
    text-align: center;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: -50px;
}
.humandocs-box table.company{
	font-size: 3vw;
}
.humandocs-box table.company th {
    width: 30%;
}
.humandocs-box .humandocs-box_owner {
    display: block;
}
.humandocs-box .humandocs-box_owner figure {
    width: 50%;
    margin: 0 auto 30px auto;
}
.humandocs-box .humandocs-box_owner .humandocs-box_owner-text {
    width: 100%;
}
}
