@charset "utf-8";
/** 既存Gridの解除 **/
#Contents {
	width: 100%;
}

.GridSet {
	width: 100%;
}

@media screen and (max-width: 994px) {
	.JS #Contents {
		padding-right: 0;
    	padding-left: 0;
	}
	
	.JS .GridSet {
		margin: 0;	
	}
	
	.JS .ColumnSet {
		margin: 0;	
	}
	
	.JS .Grid4 .Column3 {
		width: 100%;
		padding: 0;	
	}
	
	.JS .Grid4, .JS .Grid3, .JS .Grid1 {
		padding: 0;	
	}
	
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
	.OptionWideRWD #Contents {
		padding-left: 0;
		padding-right: 0;
	}
	
	.OptionWideRWD .ColumnSet {
		margin: 0 0 0 0;
	}
	
	.OptionWideRWD .Grid4, .OptionWideRWD .Grid3, .OptionWideRWD .Grid1 {
		padding: 0 0 0 0;
	}
	
	.OptionWideRWD .GridSet {
		margin: 0 0 0 0;
		max-width: none;
	}
}


#contGrid {
	width: 1275px;
	min-width: 1275px;
	background-color: #fff;
	padding-bottom: 1px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
}

@media screen and (max-width: 1304px) {
	#contGrid {
		width: 100%;
		min-width: 290px;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;	
	}
}

/**

詳細ページ用

**/

#common_foot_cont {
	
}

.PageTop {
	    padding: 0 2%;
	    box-sizing: border-box;
}

#contGrid .PageTitleStyle1.main_title {
	border: none;
	text-align: center;
	padding: 0;
	padding-top: 65px;
}

#contGrid .PageTitleStyle1.main_title h1 {
	border-left: none;
	padding: 0 0 0 0;
	font-size: 180%;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	#contGrid .PageTitleStyle1.main_title h1 {
		font-size: 130%;	
	}
}

#contGrid .Section ul.LinkListStyle1.pdf_link_wrap {
	text-align: center;
}

#contGrid .Section ul.LinkListStyle1.pdf_link_wrap li.Pdf {
	text-align: center;
	background: #f2f2f2;
	border-radius: 5px;
	padding: 6px 15px;
	display: inline-block;
	margin-top: 15px;
}


#contGrid .Section.relation_category.mb45 {
	margin-bottom: 45px;
}

#contGrid .Section.relation_category h2 {
	background: none;
	text-align: center;
	font-size: 160%;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#contGrid .Section.relation_category h2 {
		font-size: 110%;	
	}
}

#contGrid .Section.relation_category h2 span {
	background: none;
}

#contGrid .Section.relation_category ul.LinkListStyle1 li {
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 0 6px 0;
}


#contGrid .Section.relation_article h2 {
	background: none;
	text-align: center;
	font-size: 160%;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#contGrid .Section.relation_article h2 {
		font-size: 110%;	
	}
}

#contGrid .Section.relation_article h2 span {
	background: none;
}

#contGrid .Section.relation_article p.medical_attention {
	font-size: 80%;
    padding: 0;
    font-weight: normal;
    color: #e60027;
    text-align: center;
    margin-bottom: 15px;
}




/**

詳細ページ YouTubeリンク用サムネ

**/


.Section.mov_wrap .mov_cont .photo.youtubeLink {
	position: relative;
}

.Section.mov_wrap .mov_cont .photo.youtubeLink a figure img {
	width: 100%;
	opacity: 1;
	transition: all .3s;
}

.Section.mov_wrap .mov_cont .photo.youtubeLink a:hover figure img {
	opacity: .75;
	transition: all .3s;
}

.Section.mov_wrap .mov_cont .photo.youtubeLink a .btnIcon {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 74px;
	background: url('/image/jp/sinews/common/index_n_05.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.Section.mov_wrap .mov_cont .photo.youtubeLink a:hover .btnIcon {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 74px;
	background: url('/image/jp/sinews/common/index_n_05_ove.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}