@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-500 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-600 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/*===================================
	.main_img
=====================================*/

.main_img{
	width: 100%;
}

.main_img img{
	width: 100%;
	height: auto;
}

/*===================================
	.anchor_wrap
=====================================*/

.anchor_wrap{
	padding: 13px 0;
	background: #E8C425;
	background: linear-gradient(90deg, rgba(232, 196, 37, 1) 6%, rgba(253, 228, 112, 1) 20%, rgba(253, 238, 144, 1) 28%, rgba(253, 239, 146, 1) 49%, rgba(251, 218, 79, 1) 72%, rgba(199, 160, 18, 1) 100%);
}

.anchor_wrap .anchor_inner{
	width: calc( 100% - 90px );
	margin: 0 auto;
}

.anchor_wrap .anchor_inner ul.anchor_list{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 30px;
}
.anchor_wrap .anchor_inner ul.anchor_list li:first-child{
}
.anchor_wrap .anchor_inner ul.anchor_list li{
	padding-bottom: 7px;
	border-bottom: 1px solid #932a2a;
}
.anchor_wrap .anchor_inner ul.anchor_list li a{
	font-size: 15px;
	line-height: 1;
	color: #932a2a;
}

/*===================================
	.news_wrap
=====================================*/

.news_wrap{
	padding: 50px 0 0;
	background: #C8C8C8;
	background: linear-gradient(180deg, rgba(200, 200, 200, 1) 0%, rgba(230, 230, 230, 1) 19%, rgba(255, 255, 255, 1) 41%, rgba(230, 230, 230, 1) 84%, rgba(230, 230, 230, 1) 100%);
}

.news_wrap .news_inner{
	width: calc( 100% - 60px );
	box-sizing: border-box;
	margin: 0 auto;
	padding:  0 0 28px;
}

.news_wrap .news_inner .news_area{
	width: 100%;
	background: #fff;
	padding: 35px 0 15px;
	position: relative;
}

.news_wrap .news_inner .news_area h2{
	width: 51.33%;/*308*/
	line-height: 0;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.news_wrap .news_inner .news_area h2 img{
	width: 100%;
	height: auto;
	filter: drop-shadow(0px 0px 10px rgba(153,82,72,0.35));
}

.news_wrap .news_inner .news_area p.news_txt01{
	font-size: 12px;
	line-height: 1;
	color: #333333;
	text-align: center;
}

.news_wrap .news_inner .news_area ul.news_list{
	width: calc( 100% - 30px );
	margin: 18px auto 0;
	list-style: none;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container{
	width: 100%;
	border-bottom: 1px solid #cacddd;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title{
	padding: 23px 0 12px;
	position: relative;
}

/* ＋マーク */
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title::before,
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 15px;
	height: 1px;
	background: #333;
	transition: all 0.3s ease;
}

/* 縦棒（＋の縦線） */
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title::after {
	transform: translateY(-50%) rotate(90deg);
}

/* 開いた状態（selected）で－に変化 */
.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title.selected::after {
	transform: translateY(-50%) rotate(0deg);
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title p.date{
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.75;
	color: #333333;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title .tit_area{
	box-sizing: border-box;
	padding-right: 25px;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title .tit_area .post_tit{
	font-size: 14px;
	line-height: 1.75;
	color: #333333;
	text-align: justify;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_title .tit_area .sub_txt{
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
	padding: 0 20px 0 0;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail{
	display: none;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail .detail_inner{
	padding: 0;
	box-sizing: border-box;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail .detail_inner .d_txt01{
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
	padding-bottom: 23px;
}

.news_wrap .news_inner .news_area ul.news_list li.ac_container .ac_detail .detail_inner a{
	color: #1d2089;
	text-decoration: underline;
}

/*===================================
	リンクボタン
=====================================*/
.page_tit_wrap02 .inn{
	position: relative;
}
.page_tit_wrap02 .inn .btn{
	width: 83.33%;/*600*/
	height: fit-content;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.page_tit_wrap02 .inn .btn a{
	display: block;
	filter: drop-shadow(0 3px 0 #564444);
}

.page_tit_wrap03 .inn{
	position: relative;
}
.page_tit_wrap03 .inn .btn{
	width: 83.33%;/*600*/
	height: fit-content;
	position: absolute;
	bottom: 39px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.page_tit_wrap03 .inn .btn a{
	display: block;
	filter: drop-shadow(0 3px 0 #564444);
}

/*===================================
	協賛バナー
=====================================*/
.page_tit_wrap05{
background: #D1D1D1;
background: linear-gradient(0deg, rgba(209, 209, 209, 1) 0%, rgba(253, 253, 253, 1) 20%, rgba(215, 215, 215, 1) 90%, rgba(205, 205, 205, 1) 100%);	
	
}

.page_tit_wrap05 > .inn{
	max-width: 83.33%;/*600*/
	width: 100%;
	margin: 0 auto;
	padding: 45px 0;
}
.page_tit_wrap05 > .inn .logo{
	width: calc( 100% - 30px );
	margin: 0 auto;
}
.page_tit_wrap05 > .inn .lists{
	margin: 40px auto 0;
}
.page_tit_wrap05 > .inn .lists ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0px;
/*	gap: 20px 12px;*/
	justify-content: space-between;
}
.page_tit_wrap05 > .inn .lists ul li{
	width: calc( 100% / 2 - 10px );
/*	width: calc( 100% / 3 - 9px );*/
}
.page_tit_wrap05 > .inn .lists ul li a{
}
.page_tit_wrap05 > .inn .lists ul li a img{
	width: 100%;
	height: auto;
}

footer{
	background-color: #D1D1D1;
}






