@charset "utf-8";
/* ******************************************************************
 *	File name		: page.css
 *	Summary			: css style
 * ******************************************************************
 */

/* ----------------------------------------------------------------------
   about
---------------------------------------------------------------------- */

#bdid_about .activity_box{
	display:-webkit-flex;
	display:flex;
	align-items:center;
	position:relative;
	width:100%;
	min-height:140px;
	padding:10px 10px 15px;
	border-bottom:2px dotted rgba(0,0,0,0.5);
}
#bdid_about .activity_box:last-child{
	border-bottom:none;
}
#bdid_about .activity_box h4{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:10px;
	left:10px;
	width:120px;
	height:120px;
	text-align:left;
	font-size:1.2rem;
	color:#7994A1;
	z-index:10;
	}
	#bdid_about .activity_box h4::before,
	#bdid_about .activity_box h4::after{
		content:" ";
		position:absolute;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
		z-index:-1;
	}
	#bdid_about .activity_box h4::before{
		top:0px;
		left:0px;
		width:120px;
		height:120px;
		background:linear-gradient(90deg, rgba(93,192,187,1), rgba(126,206,244,1), rgba(156,200,29,1));
	}
	#bdid_about .activity_box h4::after{
		top:2px;
		left:2px;
		width:calc(100% - 4px);
		height:calc(100% - 4px);
		background:#FFF;
}
#bdid_about .activity_box ul{
	position:relative;
	padding-left:130px;
	list-style:none;
	}
	#bdid_about .activity_box ul li{
		position:relative;
		margin:0 0 7px;
		padding-left:45px;
		}
		#bdid_about .activity_box ul li:last-child{
			margin:0px;
	}
	#bdid_about .activity_box ul li p{
		margin:0px !important;
		line-height:1.5;
	}
	#bdid_about .activity_box ul li span{
		position:absolute;
		top:0px;
		left:0px;
		font-size:1.1rem;
		font-weight:bold;
		color:#00B1D2;
	}
	#bdid_about .activity_box:nth-child(odd) ul li span{
		color:#68B82D;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#bdid_about .activity_box{
		display:block;
		width:100%;
		min-height:0px;
		padding:10px 0px 15px;
	}
	#bdid_about .activity_box h4{
		display:block;
		position:relative;
		top:0px;
		left:0px;
		width:100%;
		height:auto;
		padding:2px 10px;
		font-size:1.2rem;
		color:#FFF;
		background:linear-gradient(90deg, rgba(93,192,187,1), rgba(126,206,244,1), rgba(156,200,29,1));
		}
		#bdid_about .activity_box h4::before,
		#bdid_about .activity_box h4::after{
			display: none;
	}
	#bdid_about .activity_box ul{
		padding-left:0px;
	}
}

/* kitai */
#bdid_about #kitai h3{
	display:block;
	padding:0px;
	border-left:none;
	}
	#bdid_about #kitai .kitai_box{
		position:relative;
		padding:15px 0 15px 285px;
		border-bottom:2px dotted rgba(0,0,0,0.5);
	}
	#bdid_about #kitai .kitai_box:last-child{
		border-bottom:none;
	}
	#bdid_about #kitai .kitai_box h4{
		position:absolute;
		top:15px;
		left:0px;
		width:260px;
		padding:10px 10px;
		font-weight:bold;
		font-size:1.1rem;
		background:#898989;
		color:#FFF;
	}
	#bdid_about #kitai .kitai_box p:last-child{
		margin:0px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	/* kitai */
	#bdid_about #kitai h3{
		position:relative;
		left:-10px;
		width:calc(100% + 20px);
	}
	#bdid_about #kitai .kitai_box{
		padding:15px 0 15px 0px;
		}
		#bdid_about #kitai .kitai_box h4{
			position:relative;
			top:0px;
			width:100%;
		}
		#bdid_about #kitai .kitai_box h4 br{
			display:none;
	}
}

/* ----------------------------------------------------------------------
   activities
---------------------------------------------------------------------- */

#bdid_activities{}


.ouen_box{
	font-size:0.87rem;
	display: flex;
	padding-left: 10px;
}
.ouen_box dt{
	width: 130px;
	margin-right: 15px;
}
.ouen_box dd{
	width: 1000px;
}
#schedule{
	padding-top: 20px;
	font-weight: bold;
	padding-left: 35px;
	padding-bottom: -10px;
}

/* --- responsive --- */
@media only screen and (max-width:767px){
	.ouen_box{
		display: block;
		padding-bottom: 10px;
	}
	.ouen_box dd{
		width: 100%;
	}
}
.logo{
	width: 50%;
}
.ouen_boxx{
	font-size:0.87rem;
	padding-left: 10px;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	.logo{
		width: 100%;
	}
	
}

/* ----------------------------------------------------------------------
   schedule
---------------------------------------------------------------------- */

#bdid_schedule{}

hr.style{
	border-top: 1px dotted #8c8b8b;
	padding-bottom: 20px;
}


/* lead_sentence */
#bdid_schedule #lead_sentence{
	margin:0 0 30px;
	/* border-bottom:1px solid #8c8b8b; */
	}
	#bdid_schedule #lead_sentence::after{
	    content:" ";
	    display:block;
	    clear:both;
}
#bdid_schedule #lead_sentence h3{
	display:block;
	position:relative;
	width:100%;
	margin:0px;
	padding:6px 20px 8px 10px;
	font-weight:normal;
	font-size:1.3rem;
	text-align:center;
	border-left:none;
	line-height:1.45;
	color:#FFF;
	background:url(../../image/page/bg.jpg) repeat-y right 0;
}
#bdid_schedule #lead_sentence dl{
	clear:both;
	width:100%;
	padding:10px 130px 0px 130px;
	/* border-bottom:1px dotted #8c8b8b; */
	}
	#bdid_schedule #lead_sentence dl:last-child{
		border-bottom:none;
	}
	#bdid_schedule #lead_sentence dl::after{
	    content:" ";
	    display:block;
	    clear:both;
}
#bdid_schedule #lead_sentence dl .sche_top{
	padding-top: 30px;
}
#bdid_schedule #lead_sentence dl dt{
	clear:both;
	float:left;
	width:120px;
	font-size:0.9rem;
	text-align:left;
}
#bdid_schedule #lead_sentence dl dd{
	float:right;
	width:530px;
	margin:0px;
	font-size:0.9rem;
	text-align:left !important;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#bdid_schedule #lead_sentence dl{
		clear:both;
		width:100%;
		padding:25px 0px;
	}
	#bdid_schedule #lead_sentence dl dt{
		clear:both;
		float:none;
		width:100%;
	}
	#bdid_schedule #lead_sentence dl dd{
		clear:both;
		float:none;
		width:100%;
	}
}

.title2_content .ouen_box dd{
	width: max-content;
	font-size: 1.3em;
}
.title3{
	font-weight: bold;
}
.title3 span{
	background-color: orange;
	margin-right: 2px;
}
.title2_content .ouen_box{
	padding: 3px;
}
.title2_content .ouen_box dd span{
	font-weight: bold;
}
.sumaho{
	display: none;
}
.ouen_boxx .abc dl{
}
.ouen_boxx .abc dt {
	clear: left;
	float: left;
	margin-right: 0.5em ;
	width: 100px ;
}

.ouen_boxx .abc dd {
	float: left ;
	margin-left: 1em ;
}

.cb{
  /* floatを解除 */
  clear: both;
}


/* --- responsive --- */
@media only screen and (max-width:767px){
	.sumaho{
		display: block;
	}
	
}
/* ----------------------------------------------------------------------
   report
---------------------------------------------------------------------- */

#bdid_report{}

.report_img{
	margin: 10px 0 10px 35px;
	list-style: none;
	font-size: 0.87rem;
}
.report_img p{
	font-size: 0.87rem;
}
.report_img li{
	font-size: 0.87rem;
	padding-bottom: -10px;
}
.answer{
	padding-left: 35px;
}
.answer li{
	list-style: none;
	font-size: 0.87rem;
	line-height: 0.7;
}
.report_img img{
	height: 150px;
}
.pad{
	padding-left: 10px;
}


.photo{
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	list-style:none;
	}
.photo::before{
	content:"";
	display: block;
	width:23%;
	order:1;
	}
.photo::after{
	content:"";
	display: block;
	width:23%;
	}
	.photo figure{
		position:relative;
		margin:0 0 20px;
		}
		.photo figure img{
			width:100%;
			height:auto;
	}
	.photo.col_1 figure{
		width:100%;
	}
	.photo.col_2 figure{
		width:48.5%;
	}
	.photo.col_3 figure{
		width:23%;
	}
	.photo.col_3 figure:nth-child(3n+2):last-child{
		margin-right:23.5%;
	}
	.photo figcaption{
		position:relative;
		width:100%;
		word-wrap: break-word;
		padding:5px 8px;
		font-size:0.8rem;
		text-align:left;
		line-height:1.3;
}

/* --- responsive --- */
@media screen and (max-width:767px){
	.photo.col_3 figure{
		width:48.5%;
	}
	.photo figcaption{
		font-size:0.77rem;
	}
}
	.pad{
		padding-left: 0px;
		padding-top: 5px;
	}
}


/* ----------------------------------------------------------------------
   contact
---------------------------------------------------------------------- */

#bdid_contact{}

#contact{
	position:relative;
	width:800px;
	max-width:100%;
	margin:0 auto 30px;
	padding-bottom:30px;
	text-align:center;
	background:url(../../image/base/contact_bg.jpg) no-repeat center bottom;
	}
	#contact h2{
		display:block;
		position:relative;
		margin:5px 0 15px;
		padding-top:30px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-weight:bold;
		font-size:1.3rem;
		text-align:center;
		color:#000;
		letter-spacing:5px;
		z-index:10;
		overflow:hidden;
		}
		#contact h2:before{
			content:" ";
			display:block;
			position:absolute;
			top:0px;
			left:calc(50% - 108px);
			width:210px;
			height:210px;
			border:3px solid #FAC356;
			-moz-border-radius:50%;
			-webkit-border-radius:50%;
			border-radius:50%;
			z-index:10;
	}
	#contact address{
		position:relative;
		width:400px;
		max-width:100%;
		margin:0 auto;
		padding:20px;
		font-size:0.87rem;
		text-align:center;
		background:#FFF;
		border:1px solid #000;
		z-index:30;
	}
	#contact address strong{
		display:inline-block;
		margin:0 0 10px;
		font-weight:bold;
		font-size:1.0rem;
}

#bdid_contact #map{
	position:relative;
	width:100%;
	height:450px;
	border:2px solid rgba(0,0,0,0.5);
}
#bdid_contact #map iframe{
	position:absolute;
	width:100%;
	height:100%;
}
/* --- responsive --- */
@media only screen and (max-width:767px){
	#bdid_contact #map{
		height:300px;
	}
}




/* ----------------------------------------------------------------------
   link
---------------------------------------------------------------------- */

#bdid_links{}

ul.link_list{
	list-style:none;
	}
	ul.link_list li{
		min-height:40px;
		padding:12px 10px;
		font-weight:bold;
		border-bottom:2px dotted rgba(43,141,39,0.5);
		line-height:1.4;
		list-style:none;
	}
	ul.link_list li a{
		display:-webkit-flex;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		width:calc(100% + 20px);
		min-height:40px;
		margin:-12px -10px;
		padding:0 10px;
		font-weight:bold;
		text-decoration:none;
		transition-duration:0.5s;
		color:#000;
	}
	ul.link_list li a:hover{
		background:rgba(43,141,39,0.2);
}

.sche_top{
	margin-top: 30px;
}

.sche_list{
	padding-left: 20px;
}
.sche_list li{
	margin-bottom: 0px !important;
}


















