img{
	vertical-align: bottom;
	border:0;
}

/* ------------------------------------- */
/*	 top	*/
/* ------------------------------------- */
.bc_mainimg{
	width: 940px;
	margin: 0 auto;
	height: 366px;
	position: relative;
	background: url(../images/index/bg_mainimg.jpg) no-repeat;
}
.bc_mainimg .mainimg_btm{
	position: absolute;
	right: 18px;
	bottom: 36px;
}
.bc_mainimg .mainimg_btm img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.bc_mainimg .mainimg_btm .shukkou{
	margin-bottom: 7px;
}

.bc_maincm{
	overflow: hidden;
	width: 100%;
	font-size: 12px;
}
.bc_maincm .one_item_in{
	position: relative;
	margin: 0 -5px;
}
@media screen and (max-width: 640px) {
	.bc_maincm .one_item_in{
		position: relative;
		margin: 0 -5px;
	}
}
.bc_maincm .one_item{
	position: relative;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
	.bc_maincm .one_item{
		width: 50%;
	}
}

.bc_maincm .one_item02{
	position: relative;
	width: 66.6%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
	.bc_maincm .one_item02{
		width: 100%;
	}
}
.bc_maincm .item_panel {
	position: relative;
overflow: hidden;
height: 300px;
position: relative;	
}
.bc_maincm.display_sp .item_panel {
height: 220px;
}

.bc_maincm .item_panel .item_meta{
	background: #555;
	color: #fff;
	margin: auto;
	padding: 2px 8px;
	position: absolute;
	bottom: 0px;
	height: 100px;
	width: 100%;
  -webkit-transition: height 0.5s linear 0s;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.bc_maincm .item_panel:hover .item_meta {
	height: 200px;
	background: #cfa124;
}
.bc_maincm .item_panel .item_image img{
	width: 100%;
}
.bc_maincm .title_cm{}
.bc_maincm .mini_comment{margin-bottom: 2px;
	line-height: 1.2;
}
.bc_maincm .time_cm{
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/global/bg_icon.png) no-repeat left center;
}

/*.bc_dear_aff*/
.bc_dear_aff{
	line-height: 1.4;
	padding-bottom: 50px;
	overflow: hidden;
}

.bc_dear_aff .your-class{
	width: 90%;
	margin:0 auto;
}

.bc_dear_aff .slick-prev:before, .bc_dear_aff .slick-next:before {
	color: #999;
}

.bc_dear_aff .dearaff_list img{
	float: left;
	margin: 10px 52px;
}

.bc_dear_aff .slick-slide img{
	display: block;
	margin: 0 auto;
}

.slick-dots{
	bottom: -38px;
}

/*bc_press プレスリリース*/
.bc_press .box_press{
	padding: 7px 0;
	border-bottom: dotted 1px #6a6a6a;
}
.bc_press .date_press{
	margin-bottom: 2px;
}

.bc_press .box_press_first{
	padding-top: 0;
}


/*.bc_office 新着参加広告主*/
.bc_office .innner{
	padding: 0px;
	overflow: auto;
	height: 300px;
}

.bc_office{
	border:#edf1f0 solid 1px;
	margin-bottom: 14px;
}

.bc_office li {
padding: 12px 12px;
line-height: 1.2;
border-bottom: dotted 1px #ddd;
}

.bc_office ul.office_list {
margin: 8px 0;
}

.bc_office .h_center{
line-height: 26px;
}

.bc_office .img_officeimg{
	float:left;
	margin-right: 10px;
}


#advertiserList .list > li > a img, #advertiserList_U640 .list > li > a img {
	margin-right: 10px;
	float: left;
}

/* .bc_infomation */
.bc_infomation{
	border:#edf1f0 solid 1px;
	margin-bottom: 14px;
}
.bc_infomation .infomation_innner{

}

.bc_infomation .info_one{
	padding: 6px 0;
	margin: 0 10px;
	border-bottom: dotted 1px #6a6a6a;
}

.bc_infomation .info_one.last{
	border-bottom: none;
}


.bc_infomation .date_info{
	width: 84px;
	float: left;
}
.bc_infomation .text_info{
	width: 190px;
	float: left;
}
.bc_infomation .text_info .tit_info{
	margin-bottom: 4px;
}
.bc_infomation .text_detail_info{
	line-height: 1.2;
}


/*bc_merit メディパートナーのメリット*/
.bc_merit .merit01{
	padding: 10px 0;
}

/*bc_pray プライバシー他*/
.bc_pray{}
.bc_pray .box_p{
	float: left;
	width: 50%;
}
.bc_pray .box_geo{
	float:left;
	width:50%;
}

/* ------------------------------------- */
/*	 スマホメニュー関連	*/
/* ------------------------------------- */
#globalnav .nav_sp li{
    float:left;
    display:block;
    width: 50%;
    height:45px;
	line-height:45px;
	text-align:center;
	color: #fff;
    }
#tabMenu li a{
}
#tabBoxes{}
@media screen and (max-width: 640px) {
	#tabBoxes{
		display: block;
	}
}
@media screen and (min-width: 641px) {
	#tabBoxes{
		display: none;
	}
}

#tabBox1{
    display:none;
    }
#tabBox2{
    display:none;
    }
.nav_pc{
}
@media screen and (max-width: 640px) {
	.nav_pc{
		display: none;
	}
}
@media screen and (min-width: 641px) {
	.nav_pc{
		display: block;
	}
}

.nav_sp{
	width: 94%;
	display: none;
}
@media screen and (max-width: 640px) {
	.nav_sp{
		display: block;
	}
}
.sp_login{
	padding: 10px 3%;
	color: #fff;
	background-color:black;
}
.sp_login .bc_loginsp{
	padding: 12px 5%;
	background: #f9faf9;
	color:black;
	text-align: center;
}
.sp_login .bc_loginsp table{width: 100%;}
.sp_login .bc_loginsp input[type=text],.sp_login .bc_loginsp input[type=password]{width: 100%;height:22px;margin-bottom:10px;}
.sp_login .bc_loginsp .tit_login{text-align: left;}
.sp_login .bc_loginsp .txt_loginpass{
	text-align: center
}

.sp_login .box_sp_login_close{
	text-align: center;
	padding-top: 12px;
}

.sp_login a,.sp_menudrop a{
}
.sp_menudrop{
	width:100%;
	color: #fff;
	background-color: black;
}
.sp_menudrop ul li{
	font-size: 15px;
	height: 40px;
	padding-left: 20px;
	line-height: 40px;
	overflow: hidden;
	border-block-end: 1px solid;
}

.on_list > div{background: url() top center;}

/* ------------------------------------- */
/*	 common	*/
/* ------------------------------------- */
.bc_logo{
	float:left;
	width: 240px;
	padding-top: 5px;
}
@media screen and (max-width: 640px) {
	.bc_logo{
		padding-top:7px;
		padding-left: 8px;
		padding-bottom:7px;
	}
	.bc_logo img{
		width: 100px;
	}
}

.bc_login{
	float: right;
	width: 700px;
	padding-top: 7px;
}
@media screen and (max-width: 640px) {
	.bc_login{
		display: none;
	}
}
.bc_login .form_login{
	float: left;
	width: 200px;
}
.bc_login .btm_login{
	float: left;
	width: 88px;
	margin-left: 10px;
}
.bc_login .login_office{
	float: left;
	width: 350px;
}
.bc_login .login_aff{
	float: right;
	width: 350px;
}
.bc_login .txt_loginpass{
	clear: both;
	line-height: 1.4;
}

.title_top{
	font-size: 20px;
	color: #7f601e;
	border-bottom: 1px solid #535c5e;
	padding: 3px 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.tit_pagetitle{
	font-size: 30px;
}

.tit_submenu{
	padding: 8px 0 6px;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	background: #edf1f0;
}

.page{
	line-height: 1.76;
}

.breadcrumb{
	margin-bottom: 12px;
}

.postion_center{
	text-align: center;
}


.seika .txt_seika01{
	margin-bottom:20px;
}

.tit_login{
	margin-bottom: 4px;
}

.lh14{line-height: 1.4;}

.bc_dear_aff .slick-dots{bottom: -34px;}

.pickup_btm{padding-top: 70px;text-align: center;}

.pickup_btm_a {
    float: left;
}

.pickup_img{float:right; margin:0 0 10px 10px;border:solid 10px #fcfbf9;}

.title_pickup{
	text-align:center !important;margin-bottom:28px;
	}
	
	.bc_maincm.display_sp{display:none}

.footer_p-mark img{border:0;}

/*20151020ＴＯＰ案件スマホ修正*/
@media screen and (max-width: 640px) {
	.bc_maincm .item_panel .item_meta {
		height: 38%
	}
	.item_image {
		padding-bottom: 56%;
	}
	.bc_maincm .item_panel{
		height: auto;
	}
	.one_item02 .item_image {
		padding-bottom: 3%;
	}
	.bc_maincm .one_item02 {
		padding: 0;
	}
}



/* 20190317 TOP修正 */

#globalnav{
	height: auto;
	position: relative;
	background: none;
}
#globalnav nav.nav_pc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: none;
	background-color: rgba(0,0,0,.7);
}
#globalnav nav.nav_pc li{
	height: 35px;
	background: none;
}
#globalnav nav.nav_pc li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 14px;
	line-height: 1;
	transition: .5s;
}

#globalnav nav.nav_pc li a:hover{
	background: #fff;
	color: #000;
}

@media screen and (max-width: 640px) {
	#globalnav nav.nav_pc{
		display: none;
	}
	#globalnav nav.nav_sp ul{
		height: 45px;
	}
	
	
}



.bc_mainimg{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	height: 414px;
	position: relative;
	background: none;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/index/bg_mainimg02.jpg);
	font-family: 'Noto Sans JP';
	text-align: center;
	color: #fff;
}

.bc_mainimg h1,
.bc_mainimg h2{
	font-weight: normal;
	line-height: 1.2;
}

.bc_mainimg h1{
	margin-bottom: 15px;
	font-size: 42px;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
}

.bc_mainimg h2{
	font-size: 21px;
	text-shadow: 0 0 10px rgba(0,0,0,.8);
}

.bc_mainimg h2 p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bc_mainimg h2 p:before,
.bc_mainimg h2 p:after{
	content: '';
	display: block;
	width: 104px;
	height: 1px;
	margin: 0 .5em;
	background-color: #fff;
}

.bc_mainimg .mainimg_btm{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 60px;
	position: static;
	transform: translate(-17px);
}
.bc_mainimg .mainimg_btm li.medi{
	width: auto;
	margin: 0 1em 0 .5em;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.bc_mainimg .mainimg_btm li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 1em;
	transition: .5s;
	position: relative;
	z-index: 2;
	line-height: 1.2;
}
.bc_mainimg .mainimg_btm li a::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -3px;
	transform: scale(0);
	transition: .5s;
}
.bc_mainimg .mainimg_btm li a:hover::after{
	transform: scale(1);
}
.bc_mainimg .mainimg_btm li a:link,
.bc_mainimg .mainimg_btm li a:visited{
	color: #fff;
}
.bc_mainimg .mainimg_btm li a span{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	margin: .3em auto;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
}
.bc_mainimg .mainimg_btm li a span:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin-right: .2em;
	border-style: solid;
	border-width: 5.5px 0 5.5px 9px;
	transition: .5s;
}
.bc_mainimg .mainimg_btm li a:hover span:before{
	transform: translateX(.1em);
}
.bc_mainimg .mainimg_btm li.shukkou a span{
	color: #ffaf00;
}
.bc_mainimg .mainimg_btm li.aff a span{
	color: #4ddfdf;
}
.bc_mainimg .mainimg_btm li.shukkou a span::before{
	border-color: transparent transparent transparent #ffaf00;
}
.bc_mainimg .mainimg_btm li.aff a span::before{
	border-color: transparent transparent transparent #4ddfdf;
}

#pagetitle_container{
	padding-top: 40px;
}