@charset "utf-8";

article h1{
	font-size: 2.188em;
	font-weight: normal;
	height: 85px;
	line-height: 85px;
	border-left: 5px solid #003376;
	padding-left: 1em;
	margin-bottom: .6em;
}
article h1 span{
	color: #003376;
}
article#newstopics h1 {
	font-size: 2.188em;
	font-weight: bold;
	position: relative;
	padding: 0 0 1em;
	line-height: normal;
	height: auto;
	border: 0;
	margin-bottom: 1.8em;
	text-align: center;
}
article#newstopics h1:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2em;
	height: 5px;
	background: #003376;
	content: "";
	display: block;
}

@media screen and (max-width: 599px) {
	article h1{
		font-size: 1.867em;
		height: auto;
		line-height: 1.5em;
		padding-left: .6em;
	}
	article#newstopics h1 {
		font-size: 1.867em;
	}
}
article .title-box{
	display: flex;
	flex-wrap: wrap;
}
article .title-box p{
	padding-left: 2em;
	padding-top: 1.8em;
}

article{
	padding: 50px 0;
	position: relative;
}
@media screen and (max-width: 768px){
	article{
		padding: 30px 0;
	}
	.subcontentsMenu{
		margin-bottom: 20px;
	}
}
#infor:before{
	content: "";
	background: url("../../img/common/bg_dot.png") repeat;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#for-doctor:before{
	content: "";
	background: url("../../img/common/bg_dot.png") repeat;
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#join,
#for-patient{
	background: url("../../img/common/bg_leftup.svg") no-repeat left top, url("../../img/common/bg_rightdwn.svg") no-repeat right bottom #F2F7FC;
}

/*************************************************************************************/
.slide img{
	width: 100%;
	height: auto;
}

#news{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 1em 0;
	border-bottom: 1px solid #CCC;
	align-items: center;
}

.news__title {
	width: 8em;
	text-align: center;
	font-weight: bold;
	color: #003376;
	padding: 0;
}

.news__content {
	width:calc(calc(100% - 8em) - 11.5em);
}

.news__content__sec {
	display: table;
	width: 100%;
}

.news__content__secDate {
	display: table-cell;
	color: #003376;
	font-weight: bold;
	width: 7em;
}

.news__content__secTitle {
	display: table-cell;
}

.news__content__btn {
	width: 11em;
}
.news__content__btn a{
	display: block;
	border-radius: 30px;
	height: 45px;
	line-height: 45px;
	background: #003376;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
}
@media screen and (max-width: 768px){
	#news{
		display: block;
	}
	.news__title,
	.news__content{
		width: auto;
	}
	.news__content__sec {
		display: table;
		width: 100%;
	}
	.news__content__secDate {
		display: table-cell;
		color: #003376;
		font-weight: bold;
		width: 7em;
	}
	.news__content__secTitle {
		display: table-cell;
	}
	.news__content__btn {
		margin: 15px 0 0 auto;
		width: 11em;
	}
}

/*infor
************************************************************************************/
#infor .subcontentsMenu {
	margin: 70px auto 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: right;
}
.infor__greeting {
}

.infor__greeting__text {
	padding: 40px 0 40px 30%;
	background: url("../../img/toppage/greeting_bg.jpg") no-repeat left top;
	background-size: auto 100%;
}
@media screen and (max-width: 1024px){
	.infor__greeting__text {
		padding: 0;
		background: none;
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-template-rows: auto;
		column-gap: 20px;
		row-gap: 20px;
		align-items: stretch;
	}
}
@media screen and (max-width: 599px) {
	.infor__greeting__text {
		display: block;
	}
}
.infor__greeting__textBelong{
	padding: 2em 0 0;
}
.infor__greeting__textName{
	padding: .5em 0 0;
	font-weight: bold;
	font-size: 1.5em;
}
@media screen and (min-width: 1025px){
	.infor__greeting__photo{
		display: none;
	}
}
@media screen and (max-width: 1024px){
	.infor__greeting__photo img{
		max-width: 100%;
		height: auto;
	}
	.infor__greeting__textInner{}
}

@media screen and (max-width: 599px) {
	.infor__greeting__photo img{
		width: 70%;
		height: auto;
		display: block;
		margin: 0 auto 15px;
	}
}
.join__descWrap {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.join__descWrap {
		position: static;
	}
}
.join__descWrap:before{
	padding-top: 35%;
	content: "";
	display: block;
}
@media screen and (max-width: 1024px){
	.join__descWrap:before{
		padding-top: 64%;
	}
}
.join__descWrap__text {
	position: absolute;
	left: 0;
	top: 130px;
	width: 55%;
	z-index: 20;
	background: #FFF;
	padding: 25px;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px){
	.join__descWrap__text {
		position: static;
		bottom: -10px;
	}
}
@media screen and (max-width: 768px){
	.join__descWrap:before{
		display: none;
	}
	.join__descWrap__text {
		position: static;
		width: 100%;
		margin-bottom: 5px;
	}
}
img.join__descWrap__img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 600px;
	height: auto;
}
@media screen and (max-width: 768px){
	img.join__descWrap__img{
		position: static;
		width: 100%;
	}
}
.join__explanatoryWrap{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 50px;
	align-items: stretch;
}
@media screen and (max-width: 768px){
	.join__explanatoryWrap{
		column-gap: 20px;
		row-gap: 20px;
	}
}
@media screen and (max-width: 599px) {
	.join__explanatoryWrap{
		grid-template-columns: 1fr;
	}
}
.join__explanatoryItem{
	background: #FFF;
	padding: 25px;
}
.join__explanatoryItem_title{
	color: #003376;
	font-size: 1.313em;
	border-bottom: 1px solid #003376;
	padding-bottom: .7em;
	margin-bottom: .7em;
}
.join__explanatoryItem_txt{
	line-height: 2;
}
#for-doctor{
	background: url("../../img/toppage/doctor_bg.jpg") no-repeat right top;
	background-size: contain;
}
#for-doctor .subcontentsMenu{
	width: 70%;
	padding-top: 50px;
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width: 768px){
	#for-doctor .subcontentsMenu{
		width: 100%;
	}
}
#for-doctor .subcontentsMenu__item{
	width: 30%;
}

#for-patient .subcontentsMenu__item.forpatient__twoBlock__wrap{
	width: 63%;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	#for-patient .subcontentsMenu__item.forpatient__twoBlock__wrap{
		width: 100%;
	}
}

#for-patient .subcontentsMenu__item.forpatient__twoBlock__wrap a{
	width: 40%;
}
#for-patient .subcontentsMenu__item.forpatient__twoBlock__wrap .subcontentsMenu__item__backnumber{
	width: 60%;
	padding: 2%;
	box-sizing: border-box;
}
#for-patient ul.subcontentsMenu__item__backnumberWrap{
	display: flex;
	flex-wrap: wrap;
}
#for-patient ul.subcontentsMenu__item__backnumberWrap .subcontentsMenu__item__backnumberItem{
	width: 50%;
	margin: 0 0 1% 0;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
#for-patient ul.subcontentsMenu__item__backnumberWrap .subcontentsMenu__item__backnumberItem{
	width: 100%;
}
}
#for-patient ul.subcontentsMenu__item__backnumberWrap .subcontentsMenu__item__backnumberItem a{
	width: auto;
	padding-right: 1em;
}

#newstopics{}
.newstopics__listWrap {
}

.newstopics__listItem {
	display: table;
	width: 100%;
}

.newstopics__listItem__date {
	color: #003376;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	width: 8em;
}

.newstopics__listItem__title {
	display: table-cell;
	vertical-align: top;
}



.footerBanner {
	background: #F2F7FC;
	border-top: 1px solid #CBE6F7;
	border-bottom: 1px solid #CBE6F7;
	padding: 2em 0;
}

.footerBanner__wrap {
	display: table;
	width: 100%;
}

.footerBanner__item {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}
.footerBanner__item:first-of-type{
	border-right: 1px solid #707070;
}
.footerBanner__item a{
	color: #000;
	text-decoration: none;
	display: block;
}
.footerBanner__item__title {
	font-size: 1.875em;
	font-weight: bold;
}

#footer {
	background: #FFF;
}
@media screen and (max-width: 599px) {
	.footerBanner__wrap {
		display: block;
	}
	.footerBanner__item {
		display: block;
		width: 100%;
	}
	.footerBanner__item:first-of-type{
		border: 0;
		border-bottom: 1px solid #707070;
		padding: 0 0 1em 0;
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 768px){
	.subcontentsMenu__item {
		width: 47%;
		margin-bottom: 9%;
	}
}

/*banner 250305 富永追記
************************************************************************************/
#monogenicdm_bn{
	margin: 30px 0 30px;
	text-align: center;
}
#monogenicdm_bn a{
	display: inline-block;
	width: 100%;
	padding: 1em 0;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	font-size: 1.125em;
	border-radius: 3px;
	background: url("../../img/common/ar_white.svg") no-repeat right 40px center #003376;
}
@media screen and (min-width: 1025px) {
	#monogenicdm_bn a{
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	#monogenicdm_bn a:hover {
		background: url("../../img/common/ar_white.svg") no-repeat right 30px center #00214b;
	}


