/* ------------------------------------------------------------- */
/* StyleSection _ sec99  #const_pre  CSS                          */
/* ------------------------------------------------------------- */

#const_pre  .sec99top:before{
	top: 0;
	width: 100%;
	height: 380px;
	background-color: #fff;
}
#const_pre  h2.ttl1 {
	color: #DD6CA5;
	letter-spacing: 0.5em;
}

#const_pre .sec99 .ttl1_en{
	width: 549px;
}
#const_pre .sec99{
	margin-top: 50px;
	padding: 33px 0 60px;
	background: url("../../common/img/base/sec99_news_bk_pc.webp") top center no-repeat; 
	background-size: 100%;
}

#const_pre .sec99blk {
/*background-color: #ccc;*/

}

#const_pre .sec99 .txt1 {
	font-size: 1.7em;
	letter-spacing: 1em;
}

/* ======  TOP TITLE Cont ====== */
#const_pre h3{
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px;
	border-bottom: 2px solid #DD6CA5;
}
#const_pre span.ttl2 {
	min-height: 60px;
	width: 80%;
	
	display: block;
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 0 auto;
}
#const_pre span.update {
	font-size: 1.4em;
	line-height: 2em;
	text-align: center;
}


/* ======  テキスト情報 Cont ====== */
#const_pre .text-cont {
	margin-top: 40px;
	min-height: 400px;
	background-color: #ccc;

	border-radius:10px;
	box-shadow: 0 0 6px 6px #cccccc;

	padding: 30px 80px 50px 80px;
}

/* ======  テーブル Cont ====== */
#const_pre .table-cont {
	margin-top: 40px;
}



/* ======  写真表示 Cont ====== */

#const_pre .phot-cont {
	margin-top: 60px;
/*	background-color: #FF8040; */
	padding: 20px 0;
}

.flex {
  display: flex; /*横並び*/
}

.left {
	background-color: #FBECF3;

	width: 80%;
	border-radius: 0 30px 30px 0;
	padding: 50px 0;
	box-shadow: 3px 3px 7px 7px #cccccc;
	margin-bottom: 20px;
}
.left .flex{
	padding-right: 40px;
}


.right {
	background-color: #EAF4FF;

	margin: 0 0 0 auto;
	width: 80%;
	border-radius: 30px 0 0 30px;
	padding: 50px 0;
	box-shadow: 3px 3px 7px 7px #cccccc;
	margin-bottom: 20px;
}
.right .flex{
	padding-left: 40px;
}
.left p.text, .right p.text {
	width: 260px;
	font-size: 1.5em;
	padding: 100px 12px 0 12px;
}


.flex .flex_box_img{
  width: 600px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  
  display: flex; 
}
.flex_box_img img {
	border-radius: 15px;
}
.img_a{
	position: relative;
}
.img_b{
	margin-left: 40px;
	position: relative;
}

.flex_box_img p.on-top-txt {
  position: absolute;
  top:90%;
  left: 50%;
  letter-spacing: 0.3em;
  
  font-style: italic;
  text-shadow: 4px 4px 4px #000; 
  
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 2em;
  margin: 0!important;
  padding: 0!important;
}



@media screen and (min-width: 1051px) {

}

@media screen and (max-width: 1050px) {
	#const_pre .sec99top:before{
		top: 0;
		width: 100%;
	}

	#const_pre .sec99{
		padding: 6.6vw 0 13vw;
		background: url("../../common/img/base/sec99_news_bk_sp.webp") top center no-repeat;
		background-size: 100%;
	}
	
	#const_pre .sec99 .ttl1_en{
		width: 89.7vw;
	}
	
	#const_pre .sec99 .txt1 {
	font-size: 1.7em;
	letter-spacing: 0.7em;
	}

	#const_pre span.ttl2 {
		text-align: left;
		text-indent: 0.6em;
		width: 100%;
		font-size: 1.6em;
		line-height: 1.1em;
	}


	#const_pre .text-cont {
		padding: 30px 6px;
	}

	#const_pre .text-cont p {
		padding: 0 14px;
		text-indent: 0.6em;

	}


	/* ===== Photo Box ===== */
	#const_pre .phot-cont {
	margin-top: 30px;
	}

	.left {
		width: 100%;
		padding: 10px 0;
	}
	.left .flex{
		padding-right: 10px;
	}

	.right {
		width: 100%;
		padding: 10px 0;
	}
	.right .flex{
		padding-left: 10px;
	}

	.left p.text, .right p.text {
		width: 100%;
		padding: 0 10px;
	}

	.flex {
	  display:block;
	}

	.flex .flex_box_img{
	  width: 100%;
	}
	.flex_box_img img {
		width: 100%;
		border-radius: 15px;
	}
	.img_a{
		padding: 10px 5px 10px 10px;
	}
	.img_b{
		padding: 10px 5px 10px 5px;
	}

	.flex_box_img p.on-top-txt {
	  top:80%;
	}

}





/* ------------------------------------------------------------- */
/* StyleSection _ sec  テーブル CSS                              */
/* ------------------------------------------------------------- */

table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
  
  letter-spacing: 1em; 
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
  
  letter-spacing: 0.8em; 
}

@media screen and (max-width: 1050px) {
	table th{
	  letter-spacing: 0.5em; 
	}
	table td{
	  letter-spacing: 0.5em; 
	}
}




/* ------------------------------------------------------------- */
/* StyleSection _ Error CSS                                      */
/* ------------------------------------------------------------- */
.error{
	height: 300px;
}
.error p {
	margin-top: 20px;
	font-size: 1.4em;
	text-align: center;
}








