@charset "utf-8";

#mainarea {
	background: url("/med/endoscopy/common/images/bg_pattern01.png");
}
#mv {
	margin: 0 auto 50px;
	max-width: 1150px;
	width: 100%;
}
h2.h2_home {
	color: #33302e;
	font-weight: bold;
	font-size: 1.8em;
	padding-top: 80px;
	position: relative;
	text-align: center;
}
h2.h2_home span {
    margin-bottom: 25px;
    font-size: 55%;
    display: block;
    color: #ff7b48;
    text-align: center;
}
#news_block h2.h2_home {background: url("/med/endoscopy/images/ico_info.png") 50% 36px no-repeat; background-size: 40px 40px;}
#group_block h2.h2_home {background: url("/med/endoscopy/images/ico_group.png") 50% 36px no-repeat; background-size: 40px 40px;}
#training_block h2.h2_home {background: url("/med/endoscopy/images/ico_training.png") 50% 36px no-repeat; background-size: 40px 40px;}
#video_block h2.h2_home {background: url("/med/endoscopy/images/ico_video.png") 50% 36px no-repeat; background-size: 40px 40px;}

/* -- #news_block -- */

#info_area {
	border: 5px solid #e8cdb3;
	box-sizing: border-box;
    height: 150px;
	padding: 10px 25px;
}
.info_inner {
    height: 120px;
    overflow: auto;
}
#info_area dl {
	line-height: 1.7;
	margin: 5px 0;
}
#info_area dt {
	color: #33302e;
	width: 200px;
	float: left;
}
#info_area dt span {
	margin-left: 10px;
	padding: 0;
	width: 68px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
#info_area dt .cate_info {background-color: #00caca;}
#info_area dt .cate_event {background-color: #ff7b48;}
#info_area dt .cate_lecture {background-color: #008d00;}

#info_area dd {
	padding: 0 0 .3em 200px;
	margin-bottom: .6em;
	border-bottom: 1px dotted #e8cdb3;
}

/* -- #group_block -- */

#group_block {
	margin: 50px 0 20px;
	padding: 20px 0 40px;
    background: url("/med/endoscopy/common/images/bg_pattern02.png");
    position: relative;
}
/*  共通部分のスタイルは module.css 最下部に記述  */

/* -- #training_block -- */

.training_inner {
	background: url("/med/endoscopy/images/bg_training.jpg")no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	display: block;
	min-height: 328px;
	padding: 20px 0 50px;
}
#training_block h3{
	color: #fff;
	background: #008d00;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
	padding: 7px;
	margin: 0 30px 20px;
	position: relative;
}
#training_block h3::after{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
	box-sizing: border-box;
	border: 15px solid transparent;
	border-top: 15px solid #008d00;
}
#training_block p {
	font-size: 115%;
	line-height: 1.6;
	margin: 40px 15px 25px;
}
.btn_list {
	text-align: center;
	cursor: pointer;
}
.btn_list li {
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	height: 42px;
	display: inline-block;
	width: 200px;
}
.btn_list li::after {
	content: '＞';
	position: absolute;
	color: #ff7b48;
	font-size: 110%;
	font-weight: bold;
	right: 10px;
	bottom: 9px;
}
.btn_list li a {
	letter-spacing: 0;
	color: #a36b3c;
	background-color: #fff;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: relative;
	border: 1px solid #ff7b48;
	box-sizing: border-box;
}
.btn_list li a:hover {
	color: #fff;
	background-color: #ff7b48;
	text-decoration: none;
	transition: 0.5s;
}
.bnr_list li {
	margin-bottom: 10px;
	box-sizing: border-box;
}
.bnr_list li img {
	border: 1px solid #dedefc;
}

/* -- #video_block -- */

#video_block {
    margin: 50px 0 0;
    padding: 20px 0 40px;
    background: #fff7d6;
    position: relative;
}
#video_block h3 {font-size: 130%;}
#video_block p {
	font-size: 115%;
	line-height: 1.6;
	margin: 20px 0;
}

@media only screen and (min-width: 768px) { /*768px 以上*/
}

@media only screen and (max-width: 767px) { /*767px 以下*/
#mv {margin-bottom: 30px;}
	
#info_area {
	height: 275px;
	padding: 10px;
	font-size: 90%;
}
.info_inner {height: 245px;}
	
#info_area dt {
	width: 100%;
	float: none;
	line-height: 1.5;
}
#info_area dd {
	padding-left: 0;
	margin: 5px 0;
}
}
