#content {
	background-color: unset;
}
/*******************/
#page {
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	/*padding-bottom: 350px;*/
	background: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.55);
}
/*****************/
#title_insta {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 995px;
	margin: 35px auto 0px auto;
	text-align: center;
	/*color: #4798be;*/
	color: #1076a5;
}
#title_insta > div:nth-child(2) > div:first-child {
	font-size: 162.5%;
	font-weight: bold;
	line-height: 135%;
}
#title_insta > div:nth-child(2) > div:last-child {
	margin-top: 0.75em;
	line-height: 135%;
}
#title_insta > div:nth-child(3) {
	position: relative;/*cursor: pointer;*/
}
/*****************/
#cont_insta {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	max-width: 935px;
	min-height: 250px;
	margin: 0px auto 0px auto;
	text-align: center;
}
/****************/
#stepArea {
	display: flex;
	gap: 10px;
}
.stepBox {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 3px solid #6FAED6;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 14px;
	width: 100%;
}
.stepBox > div:nth-child(1) {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #6FAED6;
	padding-bottom: 0.5em;
	text-align: center;
	color: #6FAED6;
	font-size: 125%;
}
.stepBox > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.stepBox > div:not(:nth-child(1)) {
 font-size: 87.5%;
 text-align: justify;
 line-height: 150%;
 word-break: break-all;
}
.stepBox > div:nth-child(2) > div:nth-child(2) {
	text-align: center;
	padding: 5px 0px;
}
.stepBox > div:nth-child(2) > div:nth-child(3) {
	text-align: center;
}
.stepBox > div:nth-child(1) span.textNum {
	font-size: 145%;
}
.bikou2 {
	text-indent: -1em;
	padding-left: 1em;
}
#sbi_load {
	display: flex;
	flex-direction: column;
	padding: 0em;
	border: 1px solid #fff;
	border-radius: 8px;
	width: 8em;
	margin: 10px auto 40px auto;
	text-align: center;
	cursor: pointer;
	color: #6FAED6;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
#sb_instagram #sbi_load {
	float: none;
	width: 8em;
}
#sb_instagram #sbi_load a.sbi_load_btn {
	margin: 0px;
	padding: 1em 0.5em 0.75em 0.5em;
}
.sb_instagram_header {
	display: none;
}
article.post {
	max-width: 1010px;
	margin: 0px auto;
}
#sb_instagram .sbi_inner_wrap {
	border-radius: 12px;
	overflow: hidden;
}
/****************/
#howtoTitle {
	display: flex;
	flex-direction: column;
	padding-bottom: 0.75em;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #777;
}
#howtoTitle span {
	font-size: 62.5%;
	font-weight: normal;
}
#howto {
	display:flex;
	flex-direction: column;
	margin: 10px 0px;
	border: 3px solid #6FAED6;
	border-radius: 12px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}
/****************/
#infoArea {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 990px;
	box-sizing: border-box;
	margin: 0px auto 20px auto;
	padding: 20px 35px;
	background: #fff;
	border-radius: 20px;
}
.infoTitle {
	color: #B6282C;
}
ul.infoList {
	margin-top: 0em;
	font-size: 87.5%;
	line-height: 160%;
}
ul.infoList li {
	padding-bottom: 0.75em;
	text-align: justify;
}
ul.infoList2 {
	margin-top: 0em;
	text-indent: -1.25em;
	font-size: 87.5%;
	line-height: 160%;
	list-style: none;
}
ul.infoList2 li {
	padding-bottom: 0.75em;
	text-align: justify;
}
ul.infoList3 {
	margin: 0em;
	text-indent:0em;
	font-size: 87.5%;
	line-height: 160%;/*list-style: none;*/
}
ul.infoList3 li {
	margin-left: -17px;
	padding-bottom: 0.75em;
	text-align: justify;
}
.bikou {
	font-size: 87.5%;
	text-indent: -1.4em;
	margin-left: 1.5em;
	padding-left: 1.4em;
	line-height: 160%;
}
/*****************/
#infoOrga {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-top: 1px solid #cae9f8;
	padding-top: 0.75em;
	font-size: 93.75%;
}
/***************************************************/
footer {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	/*margin-top: 30px;*/
	padding: 20px 10px;
	background: #007f54;
}
footer > div {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 990px;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	padding: 0px;
	color: #fff;
	gap: 0px 10px;
}
footer > div > div {
	display: flex;
	gap: 20px;
}
footer > div > div:nth-child(2) {
	flex-direction: column;
}
footer > div > div:nth-child(2) > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	font-size: 81.25%;
	line-height: 135%;
}
footer > div > div h4 {
	margin: 0px 0px 1.25em 0px;
	line-height: 135%;
}
#logo_sbw {
	width: 100px;
}
#logo_srh {
	max-width: 218px;
}
#bt_otherContArea {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
#bt_otherContArea > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.bt_otherCont {
	display: flex;
	justify-content: center;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 81.25%;
}
.bt_otherCont a:link, .bt_otherCont a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3em;
	width: 12em;
	padding: 0.25em 1em;
	color: #fff;
}
.bt_otherCont a:hover {
	background: rgba(255,255,255,0.35);
	color: #ffd800;
}
/***********************/
address {
	font-style: normal;
}
address p {
	font-size: 87.5%;
	line-height: 150%;
}
address > div > a:link, address > div > a:visited {
	display: flex;
	justify-content: center;
	width: 4em;
	margin-top: 0.35em;
	border-radius: 5px;
	padding: 0.25em 1em;
	background: rgba(255,255,255,0.35);
	font-size: 81.25%;
	line-height: 125%;
	color: #fff;
}
address > div > a:hover {
	background: rgba(255,255,255,0.75);
	color: #007f54;
}
/***************************/
#title_siteSP {
	display: none;
	margin-bottom: 20px;
}
/***************************/
#spMenuBt {
	display: none;
}
#menuArea {
	display: none;
}
/**************************/
#gototop2 {
	position: fixed;
	right: 10px;
	bottom: 50px;
	width: 60px;
	height: 60px;
	z-index: 100;
}
/**************************/
.textBack {
	display: block;
	padding: 1.25em 0em;
	text-align: center;
}
/**************************/
#bt_quest {
	/*display: block;*/
	/*add end*/
	display: none;
	position: absolute;
	top: 5px;
	left: 0px;
}
#bt_quest a {
	display: block;
}
#bt_quest a img {
	transform: rotate(0deg);
	/* プロパティ名 | 所要時間 | イージング関数 | 待ち時間 */
	transition: transform 0.35s ease-in-out 0.2s, opacity 0.35s 0.2s;
}
#bt_quest a:hover img {
	transform: rotate(-15deg);
	opacity: 0.65;
}
/***************************/
#infoEnd {
	display: none;
}
/***********202407****************/
.fcRed {
	color: #EC1318;
}
.fcBlu {
	color: #527EDC;
}
.bikou2 {
	text-indent: -1em;
	padding-left: 1em;
}
#title_site img {
	display: block;
	width: 100%;
	height: auto;
}
#pster2024area {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	max-width: 630px;
	height: auto;
	margin: 0em auto;
	padding: 1.25em 10px 2.25em 10px;
	box-sizing: border-box;
}
#pster2024area > div:nth-child(1) {
	color: #1076a5;
}
#pster2024area > div:nth-child(2) {
	display: block;
	margin: 0.5em 0em 1em 0em;
}
#pster2024area > div:nth-child(2) img {
	display: block;
	box-shadow: 0px 0px 5px 3px rgb(0, 0, 0, 0.35);
	width: 100%;
	height: auto;
}
.btDownload2 {
	display: flex;
	justify-content: center;
	border: 1px solid #fff;
}
.btDownload2 a:link, .btDownload2 a:visited {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.25em 0.5em;
	color: #fff;
	text-align: center;
	background: rgba(16,118,165,0.5);
}
.btDownload2 a:hover {
	background: rgba(16,118,165,0.75);
	color: #fa4d4d;
}
#title2023 {
	display: flex;
	width: 100%;
}
#title2023 img {
	display: block;
	width: 100%;
	height: auto;
}
#title_siteSP2024 {
	display: none;
}
/*既存*/
#infoOrga {
	border-top: 0px solid #cae9f8;
}
#infoArea {
	margin: 32px auto 20px auto;
}
ul.infoList2 {
	padding-left: 3em;
}

/*************************************************/
@media only screen and (max-width :480px) {
body {
	background: none;
}
#page {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.55);
	background: #fff;
}
/**************************************/
#title_site {
	display: none;
}
#title_siteSP {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#title_siteSP > img {
	max-width: 100%;
	height: auto;
}
/************************************/

#cont_insta {
	background: #f1f1f1;
}
#cont_insta img {
	display: none;
}
/************************/
#title_insta {
	flex-direction: column;
	margin: 0px auto;
	padding: 1em 10px 10px 10px !important;
	box-sizing: border-box;
	overflow: hidden;
}
#title_insta > div:nth-child(1) {
	display: none;
}
#title_insta > div:nth-child(2) > div:nth-child(1) {
	font-size: 125%;
}
#title_insta > div:nth-child(2) > div:nth-child(2) {
	font-size: 93.75%;
}
#title_insta > div:nth-child(3) {
	transform: translateY(0) rotate(0deg);
	/*add end*/
	display: none;
}
#bt_quest {
	/*display: flex;*/
	/*add end*/
	display: none;
	justify-content: center;
	position: relative;
	top: 0px;
	margin-top: -143px;
}
#bt_quest a img {
	transform: rotate(-15deg);
}
/************************************/
#infoArea {
	padding: 20px;
}
#stepArea {
	flex-direction: column;
}
/***********************************/
footer > div {
	flex-direction: column;
	align-items: center;
}
footer > div > div {
	flex-direction: column;
	align-items: center;
}
address {
	padding: 0px 0px 25px 0px;
	text-align: center;
}
address > div {
	display: flex;
	justify-content: center;
}
footer > div > div:nth-child(2) {
	padding: 0px 0px;
}
.bt_otherCont a:link, .bt_otherCont a:visited {
	width: auto;
}
footer > div > div:nth-child(2) > div:nth-child(2) {
	align-items: center;
	text-align: center;
}
/*********メインメニューボタン*********/
#spMenuBt {
	display: flex;
	/*position: absolute;*/
	position: fixed;
	top: 0px;
	right: 0px;
	flex-direction: column;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	padding: 15px;
	box-sizing: border-box;
	background: #359ed1;
	z-index: 5000;
}
#spMenuBt > div {
	display: block;
	width: 100%;
	height: 1px;
	margin: 4px 0px;
	background: #fff;
}
#spMenuBt > div.barTop {
	display: block;
	transform: translateY(0) rotate(45deg);
	margin-top: 3px;
}
#spMenuBt > div.barBottom {
	display: block;
	transform: translateY(0) rotate(-45deg);
	margin-top: -5px;
}
/*********メインメニュー*********/
#menuArea {
	display: block;
	width: 100%;
	height: 2500px;
	margin: 0px 0px 0px 1000px;
	padding: 70px 10px 10px 10px;
	position: fixed;
	background: rgba(255,255,255,1);
	overflow-y: auto;
	z-index: 4000;
	box-sizing: border-box;
}
#menuArea ul {
	display: block;
	flex-direction: column;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#menuArea ul li {
	display: block;
	border-right: 0px solid #182A88;
	border-bottom: 1px solid #182A88;
	padding: 0.5em 1em;
	text-align: left;
	position: relative;
}
/*************/
.bikou {
	padding-bottom: 0.75em;
}
/***/
#btMenu {
	display: flex;
	justify-content: center;
	width: 100%;
	border-top: 1px solid #fff;
	padding: 0.45em 0em 0.35em 0em;
	background: #182A88;
	background-image: linear-gradient(0deg, #0e82ba, #359ed1);
	color: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.35);
}
#btMenu > div {
	padding: 0px 5px;
}
/***************************/
#infoEnd {
	/*display: block;*/
	display: none;
	border-bottom: 1px dashed #1076a5;
	padding: 10px;
	font-size: 93.75%;
	line-height: 150%;
	color: #1076a5;
	text-align: center;
}
/******2024*****/
#title2023 {
	display: none;
}
#title_siteSP2024 {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#title_siteSP2024 > img {
	max-width: 100%;
	height: auto;
}
#infoArea {
	/*margin: 0px;*/
}
}
/**************************************************/
#headerArea {
	display: flex;
	width: 100%;
	background: #007f54;
	color: #fff;
}
#headerAreaInn {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1150px;
	margin: 0px auto;
	padding: 1em;
	box-sizing: border-box;
}
#logoTop > a > img {
	display: block;
	width: 218px;
	height: auto;
}
#mainMenu {
	display: flex;
	gap: 36px;
}
#mainMenu > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#mainMenu > div > a {
	display: flex;
    flex-direction: column;
    align-items: center;
	color: #fff;
}
#mainMenu > div > a:hover {
	color: #ffd800;
}
#mainMenu > div span {
	font-size: 81.25%;
}
/*********/
#photoRouteArea {
	display: flex;
	position: relative;
	/*height: 690px;*/
	overflow: hidden;
}
#photoRouteArea > div {
	display: flex;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#photoRouteArea > div:first-child {
	position: relative;
	/*display: flex;*/
}
#photoRouteArea > div > img {
	display: block;
	width: 100%;
	height: auto;
	margin-top: -110px;
	/*margin-top: -10%;*/
}
#photoRouteArea > div > img[src*="top_route2.jpg"] {
	margin-top: -30px;
	margin-bottom: -80px;
}
#photoRouteArea > div > a > img[src*="photo_contest2025b.jpg"] {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-bottom: -110px;
}
#mainMenuArea {
	display: flex;
	gap: 36px;
}
/********/
#titleNews {
	display: flex;
	flex-direction: column;
	padding: 0.75em 0em;
}
#titleNews > div:first-child {
	font-size: 125%;
}
div[id^="blockNews"] {
	display: flex;
	justify-content: space-between;
    margin: 0px auto;
	padding: 22px 10px;
    width: 100%;
	max-width: 906px;
    box-sizing: border-box;
	gap: 2em;
}
#blockNews2 {
    width: 100%;
	max-width: 753px;
    flex-direction: column;
    align-items: flex-start;
	gap: 0.5em;
}
#blockNews3 {
    width: 100%;
	gap: 0em;
}
#newsListArea {
	display: flex;
	flex-direction: column;
	margin: 0px;
	box-sizing: border-box;
	max-width: 800px;
}
.listNews {
	display: flex;
	flex-direction: row;
	margin: 0.75em 0px;
	border-bottom: 1px dashed #999;
	padding-bottom: 1em;
	box-sizing: border-box;
	align-items: flex-start;
	gap: 1.5em;
}
.listNews > div:not([class^="cate"] ) {
	font-size: 87.5%;
}
.listNews > div:nth-child(1) {
	width: 6em;
}
.listNews > div:nth-child(2) {
	with: 100%;
	max-width: 38em;
}
[class^="cate"] {
 display: flex;
 justify-content: center;
 min-width: 6em;
 border-radius: 6px;
 box-sizing: border-box;
 padding: 0.35em 0.75em 0.25em 0.75em;
 background: #007f54;
 color: #fff;
 font-size: 75%;
}
.cate1 {
	background: #98bb54;
}
.cate2 {
	background: #c94343;
}
#btNews {
    display: flex;
    justify-content: flex-end;
	font-size: 87.5%;
}
/********/
a {
	text-decoration: none;
}
a:hover {
	color: #F90;
}
/********/
.bannerArea {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	max-width: 900px;
	gap: 30px;
	margin: 0px auto;
	padding-top: 1.5em;
}
.banner img {
	display: block;
	width: 276px;
	height: auto;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	opacity: 1;
}
.banner img:hover {
	opacity: 0.75;
}
.banner {
	background: #000;
}
/*********/
#linksArea {
	display: flex;
    flex-direction: column;
    gap: 1em;
    width: 100%;
	max-width: 908px;
    margin: 0px auto;
    padding: 1.5em 10px;
    box-sizing: border-box;
}
.sentenceTitle {
	display: flex;
	border-left: 5px solid #007f54;
	padding: 1.25em 0em 0em 1.25em;
	color: #007f54;
}
.sentenceTitle2 {
	display: flex;
	color: #007f54;
	margin-top: 1.25em;
}
.listLinks {
	display: flex;
    gap: 0.75em;
    font-size: 87.5%;
	padding-left: 1.8em;
}
/*********/
.classFlagArea {
	display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 100% !important;
}
/********************************************************************/
#nene {
	display: none;
    width: 1600px;
    height: 600px;
    margin-top: -1200px;
    opacity: 0;
    z-index: 1;
}
#post-1 {
	width: 100%;<br>
}
#post-1 > div {
	width: 100%;<br>
}



/*********add over right**************/
#title_award {
	margin: -22.5% auto 15px auto;
}
#bgImg {
	background: url(images/bg_award2024.jpg) no-repeat center/cover;
}
#pster2024area img {
	box-shadow: 0 0 3px 3px rgb(0 0 0 / 20%);
}
/*****************/
#title_poster {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 995px;
	margin: 35px auto 0px auto;
	text-align: center;
	/*color: #4798be;*/
	color: #1076a5;
	align-items: center;
}
#title_poster > div:nth-child(2) > div:first-child {
	font-size: 162.5%;
	font-weight: bold;
	line-height: 135%;
}
#title_poster > div:nth-child(2) > div:last-child {
	margin-top: 0.75em;
	line-height: 135%;
}
#title_poster > div:nth-child(3) {
	position: relative;/*cursor: pointer;*/
}
#cont_insta {
	opacity: 1;
	padding-top: 4em;
}

/**************************/
#contArea2 {
    display: flex;
    flex-direction: column;
    gap: 35px;
	width: 100%;
	padding-top: 0.75em;
}
#contArea2 p {
	text-indent: 1em;
	font-size: 93.75%;
    line-height: 175%;
	text-align: justify;
}
#contArea2 div.lineP {
	text-indent: 1em;
    font-size: 93.75%;
    line-height: 175%;
    text-align: justify;
	margin: 1em 0em;
}
#contArea2 div.lineP ol {
	text-indent: 0em;
}
#contArea2 div.lineP ol li {
	padding: 0.75em 1.25em;
}
.fcGree {
	color: #007F54;
}
.blockTitle {
	display: block;
	border-left: 5px solid #007f54;
    padding: 1.25em 0em 0em 0.5em;
    color: #007f54;
    font-size: 112.5%;
	font-weight: bold;
}
div[class^="imgArea"] {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	gap: 29px;
	padding: 0.75em 0em;
}
div[class^="imgArea"] > div > img {
	display: block;
    width: 100%;
	height: auto;
	max-width: 225px;
}
.imgArea2 > div > img {
	max-width: 350px !important;
}

/*****************************/
#mapArea {
	display: block;
    box-sizing: border-box;
    background: #b3dff1;
    text-align: center;
    margin: -22px -10px 0px -10px;
}

@media only screen and (max-width :480px) {
/************************/
#title_poster {
	flex-direction: column;
	margin: 0px auto;
	padding: 0px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
#title_poster > div:nth-child(1) {
	display: none;
}
#title_poster > div:nth-child(2) > div:nth-child(1) {
	font-size: 125%;
}
#title_poster > div:nth-child(2) > div:nth-child(2) {
	font-size: 93.75%;
}
#title_poster > div:nth-child(3) {
	transform: translateY(0) rotate(0deg);
	/*add end*/
	display: none;
}
/************************************/
#pster2024area {
	padding: 0em 10px 2.25em 10px;
}
#title_award {
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
/************************/
#blockNews {
    width: 100%;
	flex-direction: column;
}
.listNews {
    flex-direction: column;
}
#mainMenuArea {
    display: none;
}

/****************/
.bannerArea {
    justify-content: center;
}
/***************/
#photoRouteArea > div > img {
    margin-top: 0px;
}
#photoRouteArea > div > a > img[src*="photo_contest2025b.jpg"] {
	margin-top: 0px;
	margin-bottom: 0px;
}
/***************/
div[class^="imgArea"] > div > img {
    max-width: 100%;
}
/************/
#mapArea {
	display: none;
}
.article00 > div {
    flex-direction: column !important;
}

}