@charset "utf-8";
/* CSS Document */

body {
	background: transparent;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.7;
	color: #333333;
    font-family: 'Open Sans', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

.bg-slider {
	width: 100%;
	height: 740px;
	background-position:center center;
	background-size: cover !important;
	align-items: center;
	justify-content: center;
}
header {
	width: 100%;
	height: 82px;
	text-align: center;
	background: rgb(255,255,255,0.96);
	box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.5);
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, header {
		background-color: #fff;
	}
}
#bg_cr {
	position: absolute;
	z-index:1;
	right: 10%;
}
#bg_cl {
	position: absolute;
	z-index:2;
	left: 1%;
	top: 410px;
}
.box_head {
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.logo {
	width: 250px;
}
.lang {
	width: 180px;
}
.lang a {
	position: relative;
	top: 18px;
	display: block;
	background-color: #df343a;
	color: #fff;
	font-size: 16px;
	font-weight: bold:
	line-height: 1;
	padding: 9px 56px;
	text-decoration: none;
	transition: .2s ease-out;
	z-index:5;
}
.lang a:hover {
	background-color: #c30b0d;
}
#copy {
	text-align: center;
}
#copy img {
	width: 580px;
	height: auto;
	position: relative;
	top: 230px;

}
.wrapper {
	background: #f9e6df;
	height: 190px;
	width: 100%;
	text-align: center;
}
.container {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.box_people {
	position: relative;
	display: flex;
	justify-content: space-between;
	top: -90px;
}
.box_people .item {
	width: 31.5%;
}
.box_people .item a {
	height: 200px;
	display: block;
	border-radius: 12px;
	padding-top: 27px;
	padding-bottom: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #111;
	font-size: 18px;
	transition: .1s ease-out;
}
.box_people .item a span {
	font-size: 140%;
	margin-right: 3px;
}
.box_people .medical a {
	background: #fff url('bg_medical.png') center 80px no-repeat;
}
.box_people .medical a:hover {
	background-color: #df343a;
	color: #fff;
}
.box_people .young a {
	background: #fff url('bg_young.png') center 80px no-repeat;
}
.box_people .young a:hover {
	background-color: #61c74f;
	color: #fff;
}
.box_people .patient a {
	background: #fff url('bg_patient.png') center 68px no-repeat;
}
.box_people .patient a:hover {
	background-color: #0ebdf4;
	color: #fff;
}
.box_people .item a i {
	font-size: 20px;
	margin-right: 8px;
	color: #e14248;
}
.box_people .item a:hover i {
	color: #fff;
}
footer {
	width: 100%;
	background: #fff;
	border-top: 1px #bfbfbf solid;
	text-align: center;
}
.box_f {
	width: 625px;
	margin: 30px auto 10px auto;
	display: flex;
	justify-content: space-between;
}
.box_f .item {
	text-align: left;
}
.box_f .item img {
	position: relative;
	top: -6px;
}
.box_f .item strong {
	font-size: 103%;
	font-weight: bold;
}
#box_meeting {
	width: 1140px;
	position: absolute;
	top: -220px;
	text-align: center;
}
#box_meeting a {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 1px 1px #0433a7;
	background: #0575e6; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0433a7, #0575e6); /* Chrome 10-25, Safari 5.1-6 */
	background: url('http://fa.jshem.or.jp/land/bg_btn_meeting.png'), linear-gradient(to right, #0433a7, #0575e6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-position: top right;
	background-repeat: no-repeat;
	padding: 46px 110px 46px 90px;
	border-radius: 5px;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	transition: .2s;
}
#box_meeting a:hover {
	background: url('http://fa.jshem.or.jp/land/bg_btn_meeting.png'), linear-gradient(to right, #015eae, #0575e6);
	background-position: top right;
	background-repeat: no-repeat;
}

@media screen and (max-width: 480px) {
	.bg-slider {
		height: 460px;
	}
	#bg_cr {
		left: 45%;
		overflow: hidden;
	}
	#bg_cl {
		left: -70%;
		overflow: hidden;
		top: 190px;
	}
	.box_head {
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.logo {
		width: 55%;
	}
	.logo img {
		width: 100%;
		height: auto;
		margin-top: 8px;
		padding-left: 10px;
	}
	.lang {
		width: 30%;
	}
	.lang a {
		font-size: 14px;
		padding: 7px 0;
		margin-right: 15px;
	}
	#copy img {
		width: 300px;
		height: auto;
		top: 140px;
	}
	.container {
		width: 96%;
	}
	.box_people {
		position: relative;
		display: flex;
		justify-content: space-between;
		top: -60px;
	}
	.box_people .item {
		width: 31.5%;
	}
	.box_people .item a {
		height: 180px;
		font-size: 13px;
		background-size: 70% auto !important;
		background-position: center 90px !important;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.box_people .item a span {
		font-size: 120%;
		margin-right: 3px;
		display: block;
	}
	.box_people .patient a {
		background-position: center 85px !important;
	}
	.box_people .patient a:hover {
		background-color: #0ebdf4;
		color: #fff;
	}
	.box_people .item a i {
		display: none;
	}
	.box_people .item a span {
		display: block;
	}
	.box_people .item a span::before {
		display: block;
		content: "\f13a";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #e14248;
		font-size: 15px;
	}
	.box_people .item.young a span::before {
		color: #61c74f !important;
	}
	.box_people .item.patient a span::before {
		color: #0ebdf4 !important;
	}
	footer {
		padding-bottom: 25px;
	}
	.box_f {
		width: 100%;
		display: flex;
		justify-content: column;
	}
	.box_f .item {
		text-align: left;
	}
	.box_f .item img {
		top: 6px;
	}
	.box_f .item strong {
		display: block;
	}
	.box_f .item span {
		display: block;
		margin-left: -15px;
	}
	.box_f .item br {
		display: none;
	}
	#copy {display: none;}
	#box_meeting {
		width: 100%;
		position: absolute;
		top: -180px;
		text-align: center;
	}
	#box_meeting a {
		font-size: 1.15em;
		padding: 46px 20px 46px 20px;
		font-weight:bold;
	}
}
