@charset "UTF-8";

/* WEB FONT
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');


/* archive-about.php
-------------------------------------------------------------- */

#about_idx{
	padding: 0 0 50px;
}
#about_idx h1{
	width: 100%;
	height: 300px;
	background: url("/images/about/h1_bg01.jpg") center top no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about_idx h1 span{
	color: #fff;
	font-size: 4.0rem;
	font-family: 'Noto Serif', serif;
	text-shadow: 0 3px 6px #666;
}
#about_idx .bread_nav{
	margin: 15px auto 30px;
}
#about_idx h2.line{
	font-family: 'Noto Serif', serif;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 1px solid #9D9D9D;
	padding: 0 0 10px;
	margin: 0 0 40px;
}
#about_idx .lead{
	margin: 0 auto 80px;
	line-height: 1.75;
}
#about_idx .bnr{
	width: 1126px;
	height: 355px;
	margin: 0 auto 50px;
}
#about_idx .bnr > a{
	display: block;
	width: 1126px;
	height: 355px;
}
#about_idx .bnr > a > div{
	width: 1126px;
	height: 355px;
	background: url("/images/about/idx_bg01.jpg") top center no-repeat;
	padding: 55px 40px;
}
#about_idx .bnr .txt{
	width: 335px;
	height: 245px;
	background: rgba(255,255,255,0.8);
	padding: 20px 40px;
}
#about_idx .bnr .txt p{
	font-family: 'Noto Serif', serif;
	font-size: 1.7rem;
	line-height: 2;
	margin: 0 0 15px;
}
#about_idx .bnr .txt span{
	display: block;
	width: 100%;
	height: 50px;
	background: #0057aa;
	color: #fff;
	font-size: 1.5rem;
	line-height: 50px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
#about_idx .bnr .txt span::after{
	content: '';
	width: 7px;
	height: 11px;
	background: url("/images/about/arrow_02.png") center top no-repeat;
	background-size: contain;
	position: absolute;
	top:19px;
	right: 10px;
}
#about_idx .box{
	width: 1126px;
	margin: 0 auto;
}
#about_idx .box .item{
	width:342px;
	margin: 0 0 50px 50px;
	float: left;
	position: relative;
}
#about_idx .box .item a:hover{
	display: block;
	opacity: 0.5;
}
#about_idx .box .item:nth-of-type(3n+1){
	clear: left;
	float: left;
	margin-left: 0;
}
#about_idx .box .item p{
	margin: 10px 0 0;
}
#about_idx .box .item p span{
	display: inline-block;
	padding: 0 20px 0 0;
	background: url("/images/common/arrow_01.png") top right no-repeat;
	background-size: 10px 16px;
}

@media only screen and ( max-width : 767px ) {
	#about_idx{
		padding: 0 0 20px;
	}
	#about_idx h1{
		height: 285px;
		background-image: url("/images/about/h1_bg01_sp.jpg");
		background-size: cover;
	}
	#about_idx h1 span{
		font-size: 3.0rem;
	}
	#about_idx h2.line{
		font-size: 2.2rem;
		line-height: 1.2;
		margin: 0 0 30px;
	}
	#about_idx .lead{
		line-height: 2;
	}
	#about_idx .bnr{
		width: calc(100% - 40px);
		height: 250px;
	}
	#about_idx .bnr > a{
		display: block;
		width: 100%;
		height: 250px;
	}
	#about_idx .bnr > a > div{
		width: 100%;
		height: 250px;
		background-image: url("/images/about/idx_bg01_sp.jpg");
		padding-right: 0;
		padding-left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#about_idx .bnr .txt{
		width: calc(100% - 20px);
		height: auto;
		padding: 20px;
	}
	#about_idx .bnr .txt p{
		font-size: 1.4rem;
		margin: 0 0 10px;
	}
	#about_idx .box{
		width: 100%;
	}
	#about_idx .box .item{
		margin: 0 auto 30px;
		float: none;
	}
	#about_idx .box .item.spnone{
		display: none;
	}
	#about_idx .box .item:nth-of-type(3n+1){
		float: none;
		margin: 0 auto 30px;
	}
}


/* 投稿ページ共通
-------------------------------------------------------------- */
#about h1{
	width: 100%;
	height: 160px;
	background: #FAFAFA;
	color: #0057AA;
	font-family: 'Noto Serif', serif;
	font-size: 3.2rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}
#about h2.cnt{
	font-family: 'Noto Serif', serif;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
}
#about h2.cnt2{
	color: #0057AA;
	font-family: 'Noto Serif', serif;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
}
#about h2.line{
	font-family: 'Noto Serif', serif;
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 1px solid #9D9D9D;
	padding: 0 0 10px;
	margin: 0 0 40px;
}
#about .bread_nav{
	margin: 20px auto 50px;
}
#about .inner{
	width:940px;
	margin: 0 auto;
}
#about .btn_back_idx{
	padding: 60px 0 0;
	text-align: center;
}
#about .btn_back_idx a{
	display: block;
	width: 350px;
	height: 50px;
	background: #0057AA url("/images/common/arrow_02.png") center right 10px no-repeat;
	background-size: 7px 11px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}


@media only screen and ( max-width : 767px ) {
	#about h1{
		font-size: 2.6rem;
		padding: 0 20px;
		text-align: center;
	}
	#about h2.cnt{
		font-size: 2.2rem;
		margin: 0 0 30px;
	}
	#about h2.cnt,
	#about h2.cnt2{
		font-size: 2.2rem;
		margin: 0 0 30px;
	}
	#about h2.line{
		font-size: 2.2rem;
		line-height: 1.2;
		margin: 0 0 30px;
	}
	#about .inner{
		width:calc(100% - 40px);
	}
	#about .btn_back_idx{
		padding: 30px 0 0;
	}
	#about .btn_back_idx a{
		width: 100%;
	}
}

/* AMDDのミッション
-------------------------------------------------------------- */

#mission01{
	width:1126px;
	margin: 0 auto 160px;
}
#mission01 h3{
	font-family: 'Noto Serif', serif;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	margin: 0 0 40px;
}
#mission01 .lead{
	font-family: 'Noto Serif', serif;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin: 0 0 50px;
}
#mission01 .txt_01{
	line-height: 2;
	margin: 0 0 80px;
}
#mission01 .txt_02 p{
	line-height: 2;
	margin: 0 0 20px;
	text-align: center;
}
#mission01 .txt_02 p:nth-last-of-type(1){
	margin: 0;
}

@media only screen and ( max-width : 767px ) {
	#mission01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#mission01 h3{
		font-size: 2.0rem;
		margin: 0 0 30px;
	}
	#mission01 .lead{
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: left;
		margin: 0 0 30px;
	}
	#mission01 .txt_01{
		margin: 0 0 50px;
	}
	#mission01 .txt_02 p{
		text-align: left;
	}
}

/* 数字で見るAMDD
-------------------------------------------------------------- */

#about h1.number{
	height: 300px;
	background-image: url("/images/about/number_h1_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#about h1.number span{
	color: #fff;
	font-size: 4.0rem;
	text-shadow: 0 3px 6px #666;
}
#number01 .txt_01{
	width: 940px;
	line-height: 2;
	margin: 0 auto 80px;
}
#number01 .box_01{
	width: 100%;
	background: #f2f6fb;
	padding: 80px 0 110px;
}
#number01 .box_01 .item{
	width:840px;
	background: #fff;
	padding: 50px 0;
	margin: 0 auto 40px;
}
#number01 .box_01 .item h2{
	font-family: 'Noto Serif', serif;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	margin: 0 0 30px;
}
#number01 .box_01 .item .num{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
}
#number01 .box_01 .item .num > div{
	padding: 0 15px;
}
#number01 .box_01 .item .num > p{
	padding: 0 15px;
	text-align: center;
	font-family: 'Noto Serif', serif;
	font-size: 5rem;
	font-weight: 700;
}
#number01 .box_01 .item .num > p span{
	display: inline-block;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	font-size: 12rem;
}
#number01 .box_01 .item .num > p.num01{
	font-size: 2.4rem;
}
#number01 .box_01 .item .num > p.num01 span{
	font-size: 6rem;
}
#number01 .box_01 .item .num > p.num06 span{
	font-size: 10rem;
}
#number01 .box_01 .item .btn_01 a{
	display: block;
	width: 350px;
	height: 50px;
	background: #0057AA url("/images/common/arrow_02.png") center right 10px no-repeat;
	background-size: 7px 11px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}
#number01 .box_01 .item .txt{
	font-size: 1.6rem;
	text-align: center;
}
#number01 .box_01 > ul{
	display: flex;
	justify-content: center;
}
#number01 .box_01 > ul li{
	margin: 0 15px;
}
#number01 .box_01 > ul li a{
	display: block;
	width: 400px;
	height: 50px;
	background: #0057AA url("/images/common/arrow_02.png") center right 10px no-repeat;
	background-size: 7px 11px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

@media only screen and ( max-width : 767px ) {
	#about h1.number{
		height: 160px;
		background-position: top right;
		background-size: cover;
	}
	#about h1.number span{
		font-size: 3.0rem !important;
	}
	#number01 .txt_01{
		width:calc(100% - 40px);
		margin: 50px auto 30px;
		padding: 0;
	}
	#number01 .box_01{
		width: 100%;
		padding: 50px 20px 30px;
	}
	#number01 .box_01 .item{
		width:100%;
		height: auto;
		padding: 20px 20px;
		margin: 0 auto 20px;
	}
	#number01 .box_01 .item h2{
		font-size: 2rem;
		line-height: 1.35;
		margin: 0 0 20px;
	}
	#number01 .box_01 .item h2 > br{
		display: none;
	}
	#number01 .box_01 .item .num{
		display: block;
		margin: 0 0 20px;
	}
	#number01 .box_01 .item .num > div{
		width: 100%;
		text-align: center;
		padding: 0 0 20px;
	}
	#number01 .box_01 .item .num > p{
		padding: 0;
		font-size: 4rem;
	}
	#number01 .box_01 .item .num > p span{
		font-size: 8rem;
	}
	#number01 .box_01 .item .num > p.num01{
		line-height: 1.2;
	}
	#number01 .box_01 .item .num > p.num01 span{
		font-size: 7.2rem;
	}
	#number01 .box_01 .item .num > p.num06 span{
		font-size: 6rem;
	}
	#number01 .box_01 .item .btn_01 a{
		width: 100%;
	}
	#number01 .box_01 .item .txt{
		line-height: 1.35;
	}
	#number01 .box_01 > ul{
		display: block;
	}
	#number01 .box_01 > ul li{
		margin: 0;
	}
	#number01 .box_01 > ul li:nth-of-type(1){
		margin-bottom: 20px;
	}
	#number01 .box_01 > ul li a{
		width: 100%;
		font-size: 1.4rem;
	}
}

/* コンセプトムービー
-------------------------------------------------------------- */

#movie01{
	width:1126px;
	margin: 0 auto 100px;
}
#movie01 h2.cnt{
	text-align: left;
	margin-bottom: 100px;
}
#movie01 .box{
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
}
#movie01 .box .txt{
	width:566px;
}
#movie01 .box .txt > p{
	line-height: 2.4rem;
	margin: 0 0 15px;
}
#movie01 .box .txt > p:nth-last-of-type(1){
	margin: 0;
}
#movie01 figure{
	width:500px;
	height: 0;
	padding-top:294px;
	position: relative;
}
#movie01 figure iframe{
	width:100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}
#movie01 dl{
	border-top:2px solid #000;
	padding: 20px 0;
}
#movie01 dt{
	font-family: 'Noto Serif JP', serif;
	color: #0057aa;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.25;
	padding: 0 0 20px;
}
#movie01 dd .pic{
	display: flex;
	justify-content: space-between;
}
#movie01 dd .pic img{
	width:calc(50% - 8px);
}
#movie01 dd p{
	line-height: 3.2rem;
	padding: 15px 0 0;
}
#movie01 ul{
	display: flex;
	justify-content: center;
	margin: 50px 0 0;
}
#movie01 ul li{
	margin: 0 15px;
}
#movie01 ul li a{
	display: block;
	width: 400px;
	height: 50px;
	background: #0057AA url("/images/common/arrow_02.png") center right 10px no-repeat;
	background-size: 7px 11px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

@media only screen and ( max-width : 767px ) {
	#movie01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#movie01 h2.cnt{
		margin-bottom: 40px;
	}
	#movie01 .box{
		display: block;
		margin: 0 0 40px;
	}
	#movie01 .box .txt{
		width:100%;
		margin-bottom: 30px;
	}
	#movie01 figure{
		width:100%;
		height: 0;
		padding-top:58.8%;
		position: relative;
	}
	#movie01 dd p{
		line-height: 2rem;
		padding: 15px 0 0;
	}
	#movie01 ul{
		display: block;
		margin: 30px 0 0;
	}
	#movie01 ul li{
		margin: 0;
	}
	#movie01 ul li:nth-of-type(1){
		margin-bottom: 20px;
	}
	#movie01 ul li a{
		width: 100%;
	}
}

/* 団体概要
-------------------------------------------------------------- */

#amdd01{
	width:940px;
	margin: 0 auto 80px;
}
#amdd01 p{
	line-height: 1.75;
}
#amdd01 dl{
	width: 100%;
	display: flex;
	margin: 0 0 10px;
}
#amdd01 dt{
	width: 18%;
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
}
#amdd01 dd{
	width:82%;
	line-height: 1.5;
}

@media only screen and ( max-width : 767px ) {
	#amdd01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#amdd01 p{
		line-height: 2;
	}
	#amdd01 dl{
		display: block;
		margin: 0 0 10px;
	}
	#amdd01 dt{
		width: 100%;
	}
	#amdd01 dd{
		width:100%;
		border-bottom: 1px solid #ddd;
		padding: 0 0 10px;
	}
	#amdd01 dl:nth-last-of-type(1) dd{
		border:none;
	}
}


/* 委員会の活動
-------------------------------------------------------------- */

#comittee01 .txt_01{
	width:940px;
	line-height: 1.75;
	margin: 0 auto 60px;
}
#comittee01 .list{
	width:1126px;
	background: #f2f5fa;
	padding: 40px 73px 10px;
	margin: 0 auto 60px;
	text-align: center;
}
#comittee01 .list li{
	display: inline-block;
	padding: 0 20px 30px;
}
#comittee01 .list li a{
	display: block;
	background: url("/images/common/arrow_03.png") center right no-repeat;
	background-size: 11px 7px;
	padding: 0 18px 0 0;
}
#comittee01 h3{
	font-size: 1.8rem;
	font-weight: 700;
	padding: 130px 0 0;
	margin: -130px 0 30px;
}
#comittee01 .box{
	border-bottom: 1px solid #f3f3f3;
	padding: 0 0 40px;
	margin: 0 0 70px;
	display: flex;
	justify-content: space-between;
}
#comittee01 .box:last-child{
	border: none;
	margin: 0 0 10px;
}
#comittee01 .box .txt{
	width:550px;
}
#comittee01 .box .txt p{
	line-height: 1.75;
	margin: 0 0 20px;
}
#comittee01 .box .txt p:last-child{
	margin: 0;
}
#comittee01 .box .txt li{
	line-height: 1.5;
	padding: 0 0 0 12px;
	margin: 0 0 10px;
	position: relative;
}
#comittee01 .box .txt li:before{
	content:'';
	width:5px;
	height: 1px;
	background: #000;
	position: absolute;
	top:12px;
	left:0;
}
#comittee01 .box .pic{
	width:340px;
	background: #fafafa;
	padding: 30px;
	text-align: center;
}
#comittee01 .box .pic p{
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 10px 0 0;
	text-align: left;
}

@media only screen and ( max-width : 767px ) {
	#comittee01 .txt_01{
		width:calc(100% - 40px);
		margin: 50px auto 30px;
	}
	#comittee01 .list{
		width:100%;
		padding: 15px 10px 10px;
		margin: 0 auto 30px;
		text-align: left;
	}
	#comittee01 .list li{
		display: inline-block;
		padding: 0 10px 15px;
	}
	#comittee01 h3{
		font-size: 1.6rem;
		padding: 65px 0 0;
		margin: -65px 0 20px;
	}
	#comittee01 .box{
		padding: 0 0 20px;
		margin: 0 0 30px;
		display: block;
	}
	#comittee01 .box:last-child{
		margin: 0 0 30px;
	}
	#comittee01 .box .txt{
		width:100%;
	}
	#comittee01 .box .txt p{
		margin: 0 0 20px;
	}
	#comittee01 .box .txt p:last-child{
		margin: 0 0 20px;
	}
	#comittee01 .box .pic{
		width:100%;
		padding: 20px;
	}
}


/* Our Leaders
-------------------------------------------------------------- */

#leaders01{
	width:940px;
	margin: 0 auto 90px;
}
#leaders01 .box{
	margin: 0 0 30px;
	display: flex;
}
#leaders01 .box > div{
	padding: 0 0 0 40px;
}
#leaders01 p{
	line-height: 1.75;
	margin: 0 0 20px;
}
#leaders01 .name{
	text-align: right;
}

@media only screen and ( max-width : 767px ) {
	#leaders01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#leaders01 .box{
		margin: 0;
		display: block;
	}
	#leaders01 .box img{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 30px;
	}
	#leaders01 .box > div{
		padding: 0;
	}
	#leaders01 p{
		margin: 0 0 20px;
	}
}

#leaders02{
	width:100%;
	background: #f8f8f8;
	padding: 80px 0 120px;
}
#leaders02 dl{
	width: 100%;
	background: #fff;
	display: flex;
	border:1px solid #ccc;
	border-top:none;
}
#leaders02 dl:nth-of-type(1){
	border-top:1px solid #ccc;
}
#leaders02 dt{
	width: 220px;
	background: #f2f5fa;
	line-height: 1.5;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	border-right:1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}
#leaders02 dt span{
	font-weight: 700;
}
#leaders02 dd{
	line-height: 1.5;
	padding: 10px 15px;
}
#leaders02 dd:nth-of-type(1){
	width:280px;
	border-right:1px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and ( max-width : 767px ) {
	#leaders02{
		padding: 50px 0;
	}
	#leaders02 dl{
		width: 100%;
		display: block;
	}
	#leaders02 dt{
		width: 100%;
		text-align: left;
		border-right:none;
		border-bottom:1px solid #ccc;
	}
	#leaders02 dd:nth-of-type(1){
		width:100%;
		border-right:none;
		border-bottom:1px solid #ccc;
	}
}

/* 医療機器政策研究所
-------------------------------------------------------------- */

#mtpi01{
	width:940px;
	margin: 0 auto 80px;
}
#mtpi01 p{
	line-height: 1.75;
}
#mtpi01 p:nth-of-type(1){
	margin: 0 0 20px;
}
#mtpi01 .imgleft{
	float: left;
    margin: 0 40px 20px 0;
}

@media only screen and ( max-width : 767px ) {
	#mtpi01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#mtpi01 .imgleft{
		float: none;
		margin: 0 auto 20px auto;
		width: 100%;
		display: block;
	}
}

#mtpi02{
	width:100%;
	background: #f8f8f8;
	padding: 80px 0;
}
#mtpi02 dl{
	width: 100%;
	background: #fff;
	display: flex;
	border:1px solid #ccc;
	border-top:none;
}
#mtpi02 dl:nth-of-type(1){
	border-top:1px solid #ccc;
}
#mtpi02 dt{
	width: 180px;
	background: #f2f5fa;
	line-height: 1.5;
	font-weight: 700;
	padding: 10px 15px;
	text-align: center;
	border-right:1px solid #ccc;
}
#mtpi02 dd{
	line-height: 1.5;
	padding: 10px 15px;
}
#mtpi02 dd:nth-of-type(1){
	width:180px;
	border-right:1px solid #ccc;
}
#mtpi02 dd:nth-of-type(2){
	width:500px;
	border-right:1px solid #ccc;
}
#mtpi02 dd:nth-of-type(3){
	width:100px;
	text-align: center;
}
#mtpi02 dd a.pdf{
	text-decoration: underline;
}
#mtpi02 dd a.pdf{
	position: relative;
    padding: 0 20px 0 0;
}

#mtpi02 dd a.pdf::after{
	content: '';
	width:12px;
	height: 15px;
	background: url("/images/common/icon_pdf.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:4px;
	right: 0;
}
@media only screen and ( max-width : 767px ) {
	#mtpi02{
		width:100%;
		background: #f8f8f8;
		padding: 50px 0;
	}
	#mtpi02 dl{
		display: block;
		
	}
	#mtpi02 dt{
		width: 100%;
		text-align: left;
		border-right:none;
		border-bottom:1px solid #ccc;
	}
	#mtpi02 dd:nth-of-type(1){
		width:100%;
		border-right:none;
		border-bottom:1px solid #ccc;
	}
	#mtpi02 dd:nth-of-type(2){
		width:100%;
		border-right:none;
		border-bottom:1px solid #ccc;
	}
	#mtpi02 dd:nth-of-type(3){
		width:100%;
        text-align: left;
	}
}

#mtpi03{
	width:940px;
	margin: 80px auto 120px;
}
#mtpi03 li{
	line-height: 2;
	padding: 0 0 20px;
}
#mtpi03 li:nth-last-of-type(1){
	padding: 0;
}
#mtpi03 li > a{
	text-decoration: underline;
	display: inline-block;
	padding: 0 20px 0 0;
	position: relative;
}
#mtpi03 li > a.link::after{
	content: '';
	width:12px;
	height: 10px;
	background: url("/images/common/icon_link.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:8px;
	right: 0;
}
#mtpi03 li > a.pdf::after{
	content: '';
	width:12px;
	height: 15px;
	background: url("/images/common/icon_pdf.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:4px;
	right: 0;
}

@media only screen and ( max-width : 767px ) {
	#mtpi03{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
}

/* メンバー企業一覧
-------------------------------------------------------------- */

#member01{
	width:940px;
	margin: 0 auto 80px;
}
#member01 ul,
#member02 ul{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	letter-spacing: -10px;
}
#member01 li,
#member02 li{
	display: inline-block;
	width:50%;
	line-height: 1.5;
	padding: 10px 15px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	letter-spacing: 0;
}
#member02 li span{
	font-size: 1.4rem;
}
#member02{
	width:100%;
	background: #f8f8f8;
	padding: 80px 0 120px;
}

@media only screen and ( max-width : 767px ) {
	#member01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#member01 li,
	#member02 li{
		width:100%;
	}
	#member02{
		width:100%;
		padding: 50px 0;
	}
}

/* コンプライアンスに対する取り組み（Compliance Initiatives）
-------------------------------------------------------------- */

#comp_idx{
	padding: 0 0 50px;
}
#comp_idx h1{
	width: 100%;
	height: 300px;
	background: url("/images/about/comp_idx_h1_bg.jpg") center top no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#comp_idx h1 span{
	color: #fff;
	font-size: 4.0rem;
	font-family: 'Noto Serif', serif;
	text-shadow: 0 3px 6px #666;
}
#comp_idx h1 span br{
	display: none;
}
#comp_idx .bread_nav{
	margin: 15px auto 50px;
}
#comp_idx .lead{
	width: 940px;
	margin: 0 auto 50px;
	line-height: 2;
}
#comp_idx .box{
	width: 1126px;
	margin: 0 auto;
}
#comp_idx .box .item{
	width:342px;
	margin: 0 0 50px 50px;
	float: left;
	position: relative;
}
#comp_idx .box .item a:hover{
	display: block;
	opacity: 0.5;
}
#comp_idx .box .item:nth-of-type(3n+1){
	clear: left;
	float: left;
	margin-left: 0;
}
#comp_idx .box .item p{
	margin: 10px 0 0;
}
#comp_idx .box .item p span{
	display: inline-block;
	padding: 0 20px 0 0;
	background: url("/images/common/arrow_01.png") top right no-repeat;
	background-size: 10px 16px;
}

@media only screen and ( max-width : 767px ) {
	#comp_idx{
		padding: 0 0 20px;
	}
	#comp_idx h1{
		height: 285px;
		background-image: url("/images/about/comp_idx_h1_bg.jpg");
		background-size: cover;
	}
	#comp_idx h1 span{
		font-size: 3.0rem;
		line-height: 1.2;
		text-align: center;
	}
	#comp_idx h1 span br{
		display: block;
	}
	#comp_idx .lead{
		width: calc(100% - 40px);
		margin: 30px auto 30px;
		line-height: 2;
	}
	#comp_idx .box{
		width: 100%;
	}
	#comp_idx .box .item{
		margin: 0 auto 30px;
		float: none;
	}
	#comp_idx .box .item.spnone{
		display: none;
	}
	#comp_idx .box .item:nth-of-type(3n+1){
		float: none;
		margin: 0 auto 30px;
	}
}

/*=== PDFダウンロード　(common.css 762 追記) ===*/

article.compliance > section:nth-of-type(even){
	background: #F8F8F8;
	padding: 50px 0;
	margin: 0;
}
article.compliance #pdf_dl,
article.compliance #file_dl{
	padding: 50px 0;
}

/* AMDD 競争法コンプライアンス規程（AMDD'S Competition Law Compliance Rule）
-------------------------------------------------------------- */

#regulations{
	width:940px;
	margin: 0 auto 80px;
}
#regulations h3{
	font-size: 2.2rem;
	font-weight: 700;
	margin: 40px 0 20px;
}
#regulations p{
	line-height: 2;
	margin: 0 0 10px;
}
#regulations ul.num li{
	line-height: 1.75;
	margin: 0 0 20px 20px;
	padding-left: 10px;
	list-style-type: decimal;
}
#regulations li{
	line-height: 1.75;
	margin: 0 0 20px;
}

@media only screen and ( max-width : 767px ) {
	#regulations{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#regulations h3{
		font-size: 2.0rem;
	}
}

/* 倫理綱領（Code of ethics）
-------------------------------------------------------------- */

#codeofethics{
	width:940px;
	margin: 0 auto 80px;
}
#codeofethics p{
	line-height: 2;
	margin: 0 0 30px;
}
#codeofethics p:nth-of-type(1){
	text-align: right;
	margin-bottom: 20px;
}
#codeofethics li{
	line-height: 2;
	margin: 0 0 20px 20px;
	padding-left: 10px;
	list-style-type: decimal;
}

@media only screen and ( max-width : 767px ) {
	#codeofethics{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
}

/* FCPAコンプライアンストレーニング
-------------------------------------------------------------- */

#training01{
	width:940px;
	margin: 0 auto 80px;
}
#training01 a{
	text-decoration: underline;
}
#training01 h3{
	color: #0057AA;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: 600;
	margin: 30px 0 30px;
}
#training01 p{
	line-height: 2;
	margin: 0 0 30px;
}
#training01 dl{
	margin: 0 0 30px;
}
#training01 dt{
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 20px;
}
#training01 dd{
	line-height: 1.75;
}
#training01 dd > div{
	padding: 20px 0 0 30px;
}

@media only screen and ( max-width : 767px ) {
	#training01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#training01 h3{
		font-size: 2.0rem;
		line-height: 1.25;
		margin: 30px 0 20px;
	}
}

#training02{
	width:100%;
	background: #F8F8F8;
	padding: 50px 0;
}
#training02 p{
	line-height: 2;
	margin: 0 0 30px;
}

/* 研究者主導臨床研究契約情報
-------------------------------------------------------------- */

#templates{
	width:940px;
	margin: 0 auto 80px;
}
#templates p{
	line-height: 2;
	margin: 0 0 30px;
}

@media only screen and ( max-width : 767px ) {
	#templates{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
}

/* ガイドライン集（20220713修正）
-------------------------------------------------------------- */

#guide_idx{
	padding: 0 0 50px;
}
#guide_idx .box{
	width: 1126px;
	margin: 0 auto;
}
#guide_idx .box .item{
	width:342px;
	margin: 0 0 50px 50px;
	float: left;
	position: relative;
}
#guide_idx .box .item a:hover{
	display: block;
	opacity: 0.5;
}
#guide_idx .box .item:nth-of-type(3n+1){
	clear: left;
	float: left;
	margin-left: 0;
}
#guide_idx .box .item p{
	margin: 10px 0 0;
}
#guide_idx .box .item p span{
	display: inline-block;
	padding: 0 20px 0 0;
	background: url("/images/common/arrow_01.png") top right no-repeat;
	background-size: 10px auto;
}

@media only screen and ( max-width : 767px ) {
	#guide_idx{
		padding: 0 0 20px;
	}
	#guide_idx .box{
		width: 100%;
	}
	#guide_idx .box .item{
		margin: 0 auto 30px;
		float: none;
	}
	#guide_idx .box .item.spnone{
		display: none;
	}
	#guide_idx .box .item:nth-of-type(3n+1){
		float: none;
		margin: 0 auto 30px;
	}
}

/* 寄付に関するガイドライン / ビジネス・パートナーとの倫理的関係に関するガイドライン
-------------------------------------------------------------- */

#guide01{
	width:940px;
	margin: 0 auto 80px;
}
#guide01 h3{
	color: #0057AA;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: 600;
	margin: 50px 0 30px;
}
#guide01 h3:nth-of-type(1){
	margin-top: 20px;
}
#guide01 p{
	line-height: 1.75;
	margin: 0 0 20px;
}
#guide01 .date{
	text-align: right;
}
#guide01 > ol{
	margin-top: -10px;
}
#guide01 > ol li{
	line-height: 1.5;
	margin: 0 0 20px 20px;
	padding-left: 10px;
	list-style-type: decimal;
}
#guide01 h4{
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 0 20px;
}
#guide01 > ul{
	background: #eee;
	border: 1px solid #ccc;
	padding: 15px 15px 0;
	margin: 0 0 20px;
}
#guide01 > ul.disc{
	background: none;
	border: none;
	padding: 0;
}
#guide01 > ul li{
	line-height: 1.5;
	margin: 0 0 15px 20px;
	list-style-type: disc;
}
#guide01 dl{
	padding: 0 0 25px;
}
#guide01 dt{
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 5px;
}
#guide01 dd{
	line-height: 1.5;
	margin-left: 16px;
}
#guide01 dd > p{
	line-height: 1.75;
	margin: 0 0 15px;
}
#guide01 dd > ul li{
	margin: 0 0 10px 20px;
	list-style-type: disc;
}
#guide01 dd > ol li{
	margin: 0 0 10px 20px;
	list-style-type: decimal;
}
#guide01 dd > ol.la li{
	list-style-type:lower-alpha;
}
#guide01 dd sup{
	font-size: 1.2rem;
	vertical-align: top;
}
#guide01 dd p.sup{
	font-size: 1.2rem;
	line-height: 1.25;
	margin: 0 0 15px;
}
#guide01 a:link{
	color: #0057AA;
}
#guide01 a:hover{
	text-decoration: underline;
}

@media only screen and ( max-width : 767px ) {
	#guide01{
		width:calc(100% - 40px);
		margin: 50px auto;
	}
	#guide01 h3{
		font-size: 2.0rem;
		line-height: 1.25;
		margin: 30px 0 20px;
	}
	#guide01 h4{
		font-size: 1.8rem;
		margin: 0 0 15px;
	}
	#guide01 dl{
		padding: 0 0 15px;
	}
}
