@charset "utf-8";

/* 協賛事業者について（/sponsor/index.html） */


/*-------------------------------------------------
.btn-wrap
------------------------------------------------*/
.btn-wrap {
	margin-bottom: 60px;
}
.btn-wrap p {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .1em;
}
.btn-wrap a.btn02 {
	width: 600px;
	margin: 0 auto;
}
.btn-wrap .box04 {
	display: flex;
	margin-bottom: 40px;
	width: 600px;
	margin: 0 auto;
}
.btn-wrap .box04 div:first-child {
	margin-right: 20px;
}
.btn-wrap .box04 a.btn02 {
	width: 290px;
	margin: 0 auto;
}



/*-------------------------------------------------
#sponsor
------------------------------------------------*/
#sponsor {
	background-color: #fffbc7;
}
#sponsor .inner {
	width: 1040px;
	margin: 0 auto;
	padding: 100px 0;
}
#sponsor .box01 {
	display: flex;
	margin-bottom: 60px;
}
#sponsor .box01 div:first-child {
	width: 470px;
	margin-right: 60px;
}
#sponsor .box01 div:nth-child(2) {
	width: 510px;
}
#sponsor .box01 h3 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #45b035;
	color: #45b035;
	font-size: 3.0rem;
	line-height: 1.4;
}
#sponsor .box01 p {
	font-size: 1.6rem;
	line-height: 2.6;
}

#sponsor .box02 {
	margin-bottom: 20px;
	border: 8px solid #45b035;
	border-radius: 20px;
	background-color: #fff;
}
#sponsor .box02 h3 {
	padding: 20px 0;
	background-color:#45b035;
	text-align: center;
}
#sponsor .box02 h3 img {
	width: 790px;
}
#sponsor .box02 > ul {
	padding: 40px;
}
#sponsor .box02 > ul > li {
	display: flex;
	align-items: center;
}
#sponsor .box02 > ul > li:nth-child(1) {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 6px dotted #45b035;
}
#sponsor .box02 > ul > li:nth-child(2) {
	margin-bottom: 14px;
	padding-bottom: 40px;
	border-bottom: 6px dotted #45b035;
}
#sponsor .box02 > ul > li > div:first-child {
	width: 90px;
	margin-right: 40px;
}
#sponsor .box02 > ul > li > div:nth-child(2) {
	width: 814px;
	font-size: 2.2rem;
	line-height: 1.6;
}
#sponsor .box02 > ul > li > div:nth-child(2) li {
	display: flex;
	align-items: baseline;
	line-height: 1.6;
}
#sponsor .box02 > ul > li > div:nth-child(2) li::before {
	content: "・";
}
#sponsor .box02 > ul > li > div:nth-child(2) li + li {
	margin-top: .6em;
}
#sponsor .box02 > ul > li:nth-child(3) > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sponsor .box02 > ul > li:nth-child(3) > div:nth-child(2) div {
	width: 180px;
	margin-left: 40px;
}

#sponsor .box03 {
	display: flex;
	margin-bottom: 0px;
}
#sponsor .box03 div:first-child {
	width: 470px;
	margin-right: 60px;
}
#sponsor .box03 div:nth-child(2) {
	width: 510px;
}
#sponsor .box03 h3 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #45b035;
	color: #45b035;
	font-size: 3.0rem;
	line-height: 1.4;
}
#sponsor .box03 p {
	font-size: 1.6rem;
	line-height: 2.6;
}
#sponsor .box03_btn {
	display: flex;
	margin-bottom: 0px;
	width: 980px;
	margin: 0 auto;
}
#sponsor .box03_btn a.btn01 {
	width: 450px;
	margin: 20px 0 0;
}
#sponsor .box03_btn a.btn01:first-child {
	margin-right: 80px;
}

#sponsor a.btn01 {
	width: 450px;
	margin: 40px 30px;
}







/*//////////////////////////////////////////////////////////////

SmartPohne

//////////////////////////////////////////////////////////////*/
@media screen and (max-width: 767px) {
	
/*-------------------------------------------------
.btn-wrap
------------------------------------------------*/
.btn-wrap {
	margin: 30px 0 60px;
	padding: 0 3%;
}
.btn-wrap p:nth-child(1) {
	margin-bottom: 20px;
	font-size: 4.83vmin;
}
.btn-wrap a.btn02 {
	width: auto;
}

.btn-wrap .box04 {
	display: block;
	width: auto;
	padding: 0;
	margin-bottom: 10px;
}
.btn-wrap .box04 div:first-child {
	margin:0 0 20px;
}
.btn-wrap .box04 a.btn02 {
	width: auto;
	margin: 0 auto;
}



/*-------------------------------------------------
#sponsor
------------------------------------------------*/
#sponsor .inner {
	width: auto;
	padding: 30px 3%;
}
#sponsor .box01 {
	display: block;
	margin-bottom: 30px;
}
#sponsor .box01 div:first-child {
	width: 70%;
	margin: 0 auto 14px;
}
#sponsor .box01 div:nth-child(2) {
	width: auto;
}
#sponsor .box01 h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 4px dotted #45b035;
	font-size: 5.314vmin;
	text-align: center;
}
#sponsor .box01 p {
	margin-bottom: 20px;
	font-size: 3.864vmin;
	line-height: 2.0;
}
	
#sponsor .box02 {
	margin-bottom: 16px;
	border: 4px solid #45b035;
	border-radius: 10px;
}
#sponsor .box02 h3 {
	padding: 10px 20px;
}
#sponsor .box02 h3 img {
	width: auto;
}
#sponsor .box02 > ul {
	padding: 10px;
}
#sponsor .box02 > ul > li {
	align-items: start;
}
#sponsor .box02 > ul > li:nth-child(-n+2) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px dotted #45b035;
}
#sponsor .box02 > ul > li > div:first-child {
	width: 16%;
	margin-right: 3%;
}
#sponsor .box02 > ul > li > div:nth-child(2) {
	width: 81%;
	font-size: 3.864vmin;
}
#sponsor .box02 > ul > li:nth-child(3) > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sponsor .box02 > ul > li:nth-child(3) > div:nth-child(2) div {
	width: 70%;
	margin-left: 3%;
}
	
#sponsor .box03 {
	display: block;
	margin-bottom: 30px;
}
#sponsor .box03 div:first-child {
	width: 80%;
	margin: 0 auto 14px;
}
#sponsor .box03 div:nth-child(2) {
	width: auto;
}
#sponsor .box03 h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 4px dotted #45b035;
	font-size: 5.314vmin;
	text-align: center;
}
#sponsor .box03 p {
	margin-bottom: 20px;
	font-size: 3.864vmin;
	line-height: 2.0;
}
#sponsor .box03_btn {
	display: block;
	width: auto;
	margin-bottom: 40px;
}
#sponsor .box03_btn a.btn01 {
	width: auto;
	margin: 0 auto;
}
#sponsor .box03_btn a.btn01:first-child {
	margin:0 0 30px;
}

#sponsor a.btn01 {
	width: auto;
	margin: 0 auto;
}



}/* / @media*/
