@charset "utf-8";
/* CSS Document */
/*add*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap");

/*//*/
body {
	margin: 0px 10px;
	padding: 0px;
	background: #b6d5e7;
	line-height: 175%;
	font-family: "Noto Sans JP", sans-serif;
}
img {
	display: block;
}
a:link {
	text-decoration: none;
	color: #2654a5;
}
a:visited {
	text-decoration: none;
	color: #2654a5;
}
a:hover {
	color: #f8b500;
	text-decoration: none;
}
a:active {
	color: #99CC00
}
p {
	margin: 0px;
	padding: 0px;
}
ol {
	display: block;
	margin: 0px;
	padding: 0px;
}
/**********************/
.TAC {
	text-align: center;
}
.TAJ {
	text-align: justify;
}
.PTB10 {
	padding: 10px 0px;
}
.fcOra {
	color: #E5B325;
}
.fsM {
	font-size: 93.75%;
}
.fsLarge {
	font-size: 150%;
}
.wbNon {
	white-space: nowrap;
}
.fw {
	flex-wrap: wrap;
}

/*****************************/
.contentsAll {
	display: block;
	width: 100%;
	max-width: 1280px;
	box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 0.45);
	margin: 10px auto;
	border-radius: 12px;
	overflow: hidden;
}
.contBlock1 {
	display: flex !important;
    justify-content: center;
	flex-direction: column;
    /*align-items: center;*/
}
div[class^="contBlock"] {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
div[class^="contBlock"] img {
	width: 100%;
	height: auto;
}
.infoBlockArea1 {
	display: flex;
	width: 100%;
	height: auto;
	/*position: absolute;
	top: 3%;
	left: 12.5%;*/
	gap: 1em;
	flex-direction: column;
}
.infoBlock {
	display: flex;
	align-items: center;
	gap: 2.6em;
	flex-direction: row;
	padding-bottom: 0.75em;
}
.infoTitle {
	display: flex;
	/* background: #3197d7; */
    /*padding: 0.5em 1em;*/
	color: #1477b5;
	font-weight: bold;
	font-size: 112.5%;
	white-space: nowrap;
	border-radius: 12px;
	flex-direction: column;
	align-items: center;
	max-width: 10em;
	min-width: 10em;
}
.infoTitle > div:nth-child(2) {
	/*padding-top: 0.2em;*/
	text-align: center;
}
.infoBlock ol {
	display: flex;
	margin: 0px;
	padding: 0px;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5em 3.5em;
	font-weight: bold;
	color: #444;
	font-size: 112.5%;
	max-width: 882px;
}
.infoBlock ol li {
/*width: auto;
	min-width: 8em;*/
}
.infoBlock > ul {
	display: flex;
	margin: 0px 0px 0px -1.3em;
	padding: 0px;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5em 3.5em;
	font-weight: bold;
	color: #444;
	font-size: 112.5%;
	list-style: none;
}
.infoBlock ul span {
	font-weight: normal;
	font-size: 77.8%;
}
.infoBlock ul span.fsL {
	font-size: 155.5%;
	font-weight: bold;
}
/*****/
.infoBlock2 {
	display: flex;
	gap: 0.5em;
    flex-direction: column;
	align-items: center;
	background: rgb(255 255 255 / 0.75);
	border-radius: 12px;
	padding: 1em;
	box-sizing: border-box;
}
.infoBlock2 > div {
	display: flex;
	flex-direction: column;
}
.infoBlock2 > div > div {
	display: flex;
    gap: 0.5em;
}
.infoBlock2 > div > div > div:nth-child(1) {
	min-width: 7em;
    text-align: right;
	
}
/********/
.table1Area {
	display: flex;
    flex-direction: row;
	gap: 10px 0px;
}
.table1Area > table:nth-child(1) {
	margin-left: 9px;
}
.table1Area > table:nth-child(2) {
	margin-left: -7px;
}
.table1 {
	/*margin-left: -1.3em;
	border-collapse: collapse;*/
	font-size: 93.75%;
	line-height: 150%;
	border-spacing: 0.5em;
	width: 100%;
	/*margin-left: 0.45em;*/
}
.table1 th {
	padding: 0.45em 1em;
	background: #3197d7;
	color: #fff;
	border-radius: 8px;
}
.table1 th:nth-child(1) {
	width: 8em;
	height: 1.8em;
}
.table1 td {
	padding: 0.25em 1em;
	background: #fff;
	border-radius: 8px;
}
.table1 tr:nth-child(2n+1) td {
	background: #e8f5fd;
}
.table1 ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style: disc;
	padding-left: 1.2em;
}
/********/
.contBlock2 {
	display: block;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	max-width: 1182px;
    margin: 0 auto;
}
.contBlock2Out {
	background: url(../images/title2.jpg) no-repeat top/contain;
}
.infoBlock:has( table) {
	align-items: flex-start;
	/*flex-direction: column;*/
	gap: 0.25em;
}
.infoBlock:has( .howtoList) {
	align-items: flex-start;
}
.infoBlock:has( .list2) {
	align-items: flex-start;
}
.howtoList {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	align-items: flex-start;
	word-break: break-all;
}
.howtoList > div {
	padding: 0.5em;
}
.howtoList > div:nth-child(1) {
	display: flex;
	width: 6em;
	background: #5a5858;
	color: #fff;
	justify-content: center;
	border-radius: 8px;
	min-width: 6em;
	text-align: center;
}
.infoBlock div:has( .howtoList) {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.howtoList ul {
	margin: 0px;
	padding: 0em 0em 0em 1.4em;
}
.howtoList > div:has( img[src*="pict_caution"]) {
	width: unset !important;
	background: unset !important;
	color: #000 !important;
	white-space: nowrap;
	align-items: center;
	flex-wrap: wrap;
	gap: 0em 0.25em;
}
.howtoList:has( img[src*="pict_caution"]) {
	align-items: center;
	border: 3px dotted #555;
	border-radius: 12px;
	background: rgb(255 255 255 / 0.5);
	box-sizing: border-box
}
img[src*="qr_form"] {
	min-width: 97px;
}
.list2 {
	margin: 0em;
	padding-left: 1em;
}
img[src*="pict_caution"] {
	max-width: 52px;
}
.blockTitle {
	display: flex;
	justify-content: center;
	padding: 0.75em 1em;
	box-sizing: border-box;
	width: 102%;
	background: #1477b5;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 35%);
    border-radius: 14px;
    margin-bottom: 1em;
	margin-top: -2%;
	margin-left: -1%;
    margin-right: -1%;
}
.ML-1_3 {
	margin-left: -1.3em;
}
/********/
.aboutContest {
    display: flex;
	justify-content: center;
    align-items: center;
    position: relative;
	width: 100%;
    padding: 0.35em 2em 0.45em 2em;
	box-sizing: border-box;
    font-size: 150%;
	background: #f9a948;
	color: #fff;
    cursor: pointer;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 35%); */
	font-family: "Mochiy Pop One", sans-serif;
}
.aboutContest:hover {
	background: #c04b4b;
}
/********/
img[src*="title1.jpg"] {
	margin-top: -2%;
}

/********/
.ai_center {
	display: flex;
    /*align-items: center;*/
	gap: 0em 0.5em;
}
.ai_center svg {
	margin-top: 2px;
}
#btScroll1 svg {
	margin-top: 2px;
}
/*********gototop*********/
#gototop2 {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	z-index: 100;
	cursor: pointer;
}