@charset "utf-8";

body {
	margin: 0;
	font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/img_back02.jpg) repeat center 0 #000;
}

a:hover {
	text-decoration: none;
}

#wrap {
	padding-bottom: 30px;
	background: url(../images/img_back.jpg) repeat-x center 0;
}

/* header
----------------------------------------*/
header {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 884px;
}

header h2 {
	position: absolute;
	width: 288px;
	height: 47px;
	top: 12px;
	left: 14px;
	margin-top: 70px;
}

header nav {
	width: 100%;
	margin-bottom: 70px;
}

header nav ul {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-style: normal;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: start;
}

header nav li {
	width: 100%;
}

header nav li:first-child {
	margin-left: 0;
}

header nav li a {
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	background: url(../images/menu_bg.png) no-repeat;
	background-size: auto;
	background-position: center;
	padding: 10px 0;
	text-align: center;
	line-height: 1;
	text-shadow: 1px 1px 10px #000000;
	transition: .4s;
}

header nav li a:hover {
	filter: brightness(1.05);
}


footer {
	padding: 8px 0 30px;
	color: #fff;
	text-align: center;
	background: #000;
}

/* section
----------------------------------------*/
section {
	margin: 0 auto 30px;
}

section h3 {
	margin-bottom: 22px;
	text-align: center;
}

/* award */
.award {
	width: 846px;
}

.award ul {
	overflow: hidden;
	margin: 0 auto;
	padding-top: 15px;
	list-style: none;
	width: 613px;
}

.award li {
	margin-bottom: 30px;
}

.award li:nth-child(2),
.award li:nth-child(3) {
	margin-bottom: 0;
}


/* information */
.information {
	width: 844px;
	background: url(../images/info_back.png) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.information h3 {
	margin-bottom: 0 !important;
}

.information ul {
	list-style: none;
	margin-top: -3px;
	padding: 16px 20px 0;
	color: #fff;
	width: 804px;
}

.information li {
	margin-bottom: 16px;
	line-height: 1.6;
}

.information li a {
	color: #fff;
}


/* schedule */
.schedule {
	padding-bottom: 10px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.schedule h3 {
	margin-bottom: 0 !important;
}

.schedule table,
.schedule p {
	margin: 0 auto 18px;
	width: 804px;
	line-height: 2;
}

.schedule th {
	color: #962626;
	text-align: left;
	font-size: 115%;
	font-weight: bold;
	width: 16%;
}

.schedule th,
.schedule td {
	padding: 6px 0;
	border-bottom: 1px dotted #000;
}

.schedule p {
	line-height: 2;
}

/* sponsors */
.sponsors {
	width: 844px;
	background: url(../images/info_back.png) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.sponsors ul {
	overflow: hidden;
	width: 844px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 0;
	justify-items: center;
	margin-bottom: 22px;
}


.sponsors li {
	list-style: none;
}

/** ---------------------------------------
application
-----------------------------------------**/
.application,
.profile {
	padding-bottom: 30px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.application h3 {
	margin-bottom: 20px !important;
}

.application table,
.application p {
	margin: 0 auto 18px;
	width: 804px;
	line-height: 2;
}

.application th {
	color: #962626;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	width: 16%;
	vertical-align: middle;
}

.application th,
.application td {
	padding: 6px 0;
	border-bottom: 1px dotted #000;
}

.application td dl {
	overflow: hidden;
	width: 100%;
}

.application dt {
	float: left;
	width: 30%;
}

.application dd {
	float: right;
	width: 70%;
}

.application p {
	line-height: 2;
}

.profile {
	text-align: center;
}

.profile table {
	margin: 0 auto;
	width: 90%;
}

.application th,
.application td {
	padding: 6px 0;
	border-bottom: 1px dotted #000;
}

.profile th {
	padding: 6px 0;
}

.profile th span {
	color: #962626;
	font-size: 115%;
	font-weight: bold;
}

.profile td {
	padding: 6px 0;
	line-height: 1.5;
}

/** ---------------------------------------
sponsors02
-----------------------------------------**/
.sponsors02 {
	padding-bottom: 30px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.sponsors02 nav {
	margin: 10px auto 30px;
	width: 756px;
	line-height: 1.5;
}

.title {
	overflow: hidden;
	margin-bottom: 25px;
	padding: 12px 15px;
	width: 724px;
	background: #FFF8EB;
	border: 1px solid #B57C39;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title h4 {
	float: left;
	color: #A56913;
	font-size: 138%;
	font-weight: bold;
}

.title img {
	float: right !important;
}

.title h4.p01 {
	padding-top: 10px;
}

.title h4.p02 {
	padding-top: 20px;
}

.title p {
	float: right;
	color: #348434;
	text-align: right;
	font-weight: bold;
	/*width: 55%;*/
	line-height: 1.5;
}

.company {
	overflow: hidden;
	margin: 0 auto 20px;
	width: 756px;
}

.company img {
	float: left;
	margin-left: 5px;
}

.company dl {
	float: right;
	margin-right: 5px;
	width: 430px;
}

.company dt {
	margin-bottom: 5px;
	padding: 8px 0;
	color: #72440D;
	font-size: 115%;
	border-top: 1px dotted #72440D;
	border-bottom: 1px dotted #72440D;
}

.company dd {
	margin-bottom: 15px;
	padding: 0 5px;
	line-height: 1.8;
}


.company dd p {
	margin-bottom: 1em;
}

/** ---------------------------------------
award
-----------------------------------------**/
.review {
	margin-bottom: 50px;
	padding-bottom: 20px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.review p {
	margin-bottom: 15px;
	padding: 0 20px;
	line-height: 1.8;
}

.award01 {
	background: url(../images/award/back01.gif) no-repeat center bottom #FFF8D4 !important;
}

.award02 {
	background: url(../images/award/back02.gif) no-repeat center bottom #FFF8D4 !important;
}

.award03 {
	background: url(../images/award/back03.gif) no-repeat center bottom #FFF8D4 !important;
}

.award01 h4 {
	color: #CC932E;
	border: 2px solid #FFD16C;
}

.award01 dt {
	border-bottom: 1px solid #E2AA2D;
}

.award01 dt span {
	color: #CC932E;
}

.award02 h4 {
	color: #878787;
	border: 2px solid #ccc;
}

.award02 dt {
	border-bottom: 1px solid #aaa;
}

.award02 dt span {
	color: #878787;
}

.award03 h4 {
	color: #C15B16;
	border: 2px solid #B75513;
}

.award03 dt {
	border-bottom: 1px solid #C15B16;
}

.award03 dt span {
	color: #C15B16;
}

.item {
	position: relative;
	margin: 30px auto 0;
	padding: 80px 18px 30px;
	width: 804px;
}

.item h3 {
	position: absolute;
	top: -20px;
	left: -6px;
}

.item h4 {
	margin-bottom: 20px;
	padding: 10px 10px;
	font-size: 153%;
	font-weight: bold;
	background: #fff;
}

.item dl {
	margin: 0 auto 20px;
	width: 96%;
}

.item dt {
	position: relative;
	padding: 18px 5px 5px;
	font-size: 116%;
	font-weight: bold;
}

.item dt span {
	margin-right: 20px;
	font-size: 138% !important;
}

.item dt img {
	position: absolute;
	top: 0;
	right: 10px;
}

.item dd {
	padding: 10px;
	line-height: 2.2;
}

.item table {
	width: 100%;
}

.item th {
	padding: 5px 0;
	text-align: right;
	width: 16%;
}

.long01 th {
	width: 20%;
}

.long02 th {
	width: 25%;
}

.item li {
	margin-left: 38px;
	list-style: none;
	text-indent: -38px;
}

.btn_dl {
	overflow: hidden;
	margin: 15px 0;
	list-style: none;
	width: 440px;
}

.list li {
	margin-left: 20px;
}

.btn_dl li {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.btn_dl li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 70px;
}

.btn_dl li.excel a {
	background: url(../images/btn_dl.gif) no-repeat 0 0;
}

.btn_dl li.pdf a {
	background: url(../images/btn_dl03.gif) no-repeat 0 0;
}

.btn_dl li a:hover {
	background-position: 0 -70px;
}

.btn_dl02 {
	margin: 15px 0;
	list-style: none;
	width: 200px;
}

.btn_dl02 li {
	width: 100%;
}

.btn_dl02 li a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 50px;
	background: url(../images/btn_dl02.gif) no-repeat 0 0;
}

.btn_dl02 li a:hover {
	background-position: 0 -50px;
}

/** ---------------------------------------
past
-----------------------------------------**/
.award_btn,
.past_title {
	margin: 20px auto !important;
	padding-bottom: 20px;
	text-align: center;
}

/* .award_btn { margin-bottom: 530px !important; } */

.award_btn li {
	margin-bottom: 15px;
	list-style: none;
}

.award_btn li:last-child {
	margin-bottom: 0;
}

/** pageTop
-----------------------------------------------------------------------**/
#pageTop {
	position: fixed;
	margin: 0 !important;
	right: 10px;
	bottom: 60px;
	width: 77px !important;
}

/** ---------------------------------------
COMMON
-----------------------------------------**/
.txtLeft {
	text-align: left !important;
}

.txtRight {
	text-align: right !important;
}

.txtCenter {
	text-align: center !important;
}

.c01 {
	color: #F00;
	font-size: 123%;
	font-weight: bold;
}

.w12 {
	width: 12% !important;
}

.w40 {
	width: 40% !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

/*----- 簡易mouse over -----*/
a:hover .over {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.over a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
}





/** ---------------------------------------
entryform
-----------------------------------------**/
.entryform {
	padding-bottom: 30px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
	overflow: hidden;
}

.entryform h3 {
	margin-bottom: 20px !important;
}

/*.entryform .form,
.entryform p {
	margin: 0 auto 18px;
	width: 804px;
	line-height: 2;
}
.entryform small{
color:#666;
font-size:80%;
}


.entryform p { line-height: 2; }

.entryform th,
.entryform td {
	padding: 6px 0;
	border-bottom: 1px dotted #000;
}*/

.entryform .form {
	margin: 0 auto 18px;
	width: 804px;
	line-height: 1.5em;
}

.entryform dl {
	overflow: hidden;
	width: 100%;
}

.entryform dt:before {
	content: "■";
	color: #ccc;
}

.entryform dd {
	padding-bottom: 1em;
}



.form.type2 textarea {
	width: 99%;
}

.form.type2 .caution {
	color: #ff0000;
	font-size: 0.85em;
}



/** ---------------------------------------
CMコピーの作り方
-----------------------------------------**/
.howto {
	padding-bottom: 30px;
	width: 844px;
	background: url(../images/schedule_back.gif) repeat-y 0 0;
	border-bottom: 1px solid #FFD16C;
}

.keyvisual {
	padding-bottom: 0px;
	width: 844px;
}

.howto h3 {
	margin-bottom: 20px !important;
}

.howto p {
	line-height: 1.8;
}

.howto .inner {
	margin-inline: 5%;
}

.howto .inner .flex_box {
	display: flex;
	margin-bottom: 60px;
	gap: 15px;
}

.howto .inner .flex_box.step2 .ex_1 {
	position: relative;
}

.howto .inner .flex_box.step2 .ex_1::after {
	position: absolute;
	bottom: -50px;
	content: "";
	background: url(../images/howto/howtoimg_01.png) no-repeat;
	width: 113px;
	height: 61px;
	right: 55px;
}

.howto .inner .flex_box.step2 .ex_2 {
	position: relative;
}

.howto .inner .flex_box.step2 .ex_2::before {
	position: absolute;
	top: -50px;
	content: "";
	background: url(../images/howto/howtoimg_02.png) no-repeat;
	width: 126px;
	height: 52px;
	right: -15px;
}

.howto .inner .flex_box.step2 .ex_2::after {
	position: absolute;
	bottom: -50px;
	content: "";
	background: url(../images/howto/howtoimg_03.png) no-repeat;
	width: 125px;
	height: 56px;
	right: 0;
}

.howto .inner .flex_box.step2 .ex_3 {
	position: relative;
}

.howto .inner .flex_box.step2 .ex_3::after {
	position: absolute;
	content: "";
	background: url(../images/howto/howtoimg_04.png) no-repeat;
	width: 137px;
	height: 83px;
	top: -85px;
	right: 0;
}

.howto .inner .flex_box.step3 .ex_1 {
	position: relative;
}

.howto .inner .flex_box.step3 .ex_1::after {
	position: absolute;
	bottom: -30px;
	content: "";
	background: url(../images/howto/howtoimg_05.png) no-repeat;
	width: 144px;
	height: 19px;
	right: 40px;
}

.howto .inner .flex_box.step3 .ex_3 {
	position: relative;
}

.howto .inner .flex_box.step3 .ex_3::after {
	position: absolute;
	content: "";
	background: url(../images/howto/howtoimg_06.png) no-repeat;
	width: 119px;
	height: 71px;
	top: -85px;
	right: 0;
}

.howto .inner .flex_box.step4 .content_box {
	position: relative;
	width: 100%;
}

.howto .inner .flex_box .content_box .intro {
	font-size: 138%;
}

.howto .inner .flex_box.step4 .content_box::after {
	content: "";
	position: absolute;
	background: url(../images/howto/howtoimg_07.png) no-repeat;
	width: 155px;
	height: 119px;
	top: -45px;
	right: -15px;
}

.howto .inner .flex_box .num_box {
	background-color: #b57c39;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 120%;
	padding: 20px 5px;
	font-weight: bold;
	position: relative;
	gap: 5px;
}

.howto .inner .flex_box .num_box::after {
	content: "";
	position: absolute;
	bottom: -45px;
	transform: translateX(50%);
	right: 50%;
	border: 26px solid transparent;
	border-top: 20px solid #b57c39;
	z-index: 20;
}

.howto .inner .flex_box .num_box span {
	display: block;
	font-size: 200%;
	font-weight: bold;

}

.howto .inner .flex_box .content_box .title {
	color: #B57C39;
	font-size: 138%;
	font-weight: bold;
	margin-bottom: 15px;
	background: none;
	border: none;
	padding-left: 0;
	width: 100%;

}

.howto .inner .flex_box .content_box .flex_box3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7px;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner {
	background-color: #f7f5e8;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner .ttl {
	color: #fff;
	border-radius: 30px;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner.ex_1 .ttl {
	background-color: #e3017f;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner.ex_1>strong {
	color: #e3017f;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner.ex_2 .ttl {
	background-color: #030b82;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner.ex_2>strong {
	color: #030b82;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner.ex_3 .ttl {
	background-color: #bb0101;
}

.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner.ex_3>strong {
	color: #bb0101;
}



.howto .inner .flex_box .content_box .flex_box3 .flex_box3_inner>strong {
	font-size: 200%;
	font-weight: bold;
}



/* .howto .page_img {
	text-align: center;
}

.howto .page_img img {
	width: 80%;
	height: auto;

}
 */
.keyvisual img {
	width: 100%;
	height: auto;
}