@charset "utf-8";

/*listブロック
-------------------------------------------------*/
.list-container_bnr2 .list {
	margin-bottom: 30px;
	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;	
	background: #fff;	
	color: #333;	
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	position: relative;
	border-radius: 20px;
}

/*ボックス内のh4タグ*/
.list-container_bnr2 .list h4 {
	margin: 3rem auto 1rem;
	color: #111;
	font-weight:700;
	font-size:14px!important;
}
.list-container_bnr2 .list h4 a {
	color: #111;
}

/*ボックス内のpタグ*/
.list-container_bnr2 .list p {
	margin: 0;
	font-size: 0.8em;
}


/*btnの設定
-------------------------------------------------*/
.list-container_bnr2 a.btn1,
.list-container_bnr2 a.btn2 {
	display: inline-block;text-decoration: none;
	letter-spacing: 0em;
	border-radius: 50px;
	padding: 5px 30px;
	font-size: 1.2em;
	font-weight:600;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
}
.list-container_bnr2 a.btn1 {
	background: #ffce2b;
	color: #444;
}
.list-container_bnr2 a.btn2 {
	background: #ee5e4f;
	color: #fff;
}
.radius {
	border-radius: 100px !important;
}
.list-container_bnr2 a.btn1 i,
.list-container_bnr2 a.btn2 i {
	margin-left: 5px;
}
.list-container_bnr2 a:hover.btn1,
.list-container_bnr2 a:hover.btn2 {
	transform: scale(1.03);
	filter: brightness(1.1);
}


.Public_relations_sponsors_btn {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ee5e4f;
  border-bottom:　2px;
vertical-align:middle; 
  padding: 50px 0;
	margin: auto;
}

.Public_relations_sponsors_btn a {
  position: relative;
  text-decoration: none;
}

.Public_relations_sponsors_btn a:hover{
  color: #ee5e4f;
}

.Public_relations_sponsors_btn a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #ee5e4f;
  bottom: -10px;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
}

.Public_relations_sponsors_btn a:hover::after {
  transform: scale(1, 1)

}


/*---------------------------------------------------------------------------
ここから下は画面幅400px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:400px) {


/*btnの設定
---------------------------------------------------------------------------*/
.list-container_bnr2 a.btn1,
.list-container_bnr2 a.btn2 {
	padding: 0px 15px;
}
.list-container_bnr2 a.btn1 i,
.list-container_bnr2 a.btn2 i {
	margin-left: 10px;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}

/*-------------------------------------------------
ここから下は画面幅768px以上の追加指定
-------------------------------------------------*/
@media screen and (min-width:768px) {


/*listブロック
-------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container_bnr2 {
	display: flex;	
	flex-wrap: wrap;
}

/*１個あたりのボックス設定*/
.list-container_bnr2 .list {
	display: flex;	
	justify-content: space-between;
	flex-direction: column;
	/*子要素を縦並びにする*/
	padding: 20px;	
/*	width: 32%;	*/
	width: 48%;
	margin-right: 2%;
}

.list-container_bnr2 .list:nth-of-type(2n) {
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list-container_bnr2 .list .text {
	flex: 1;
}
}