body {
	font-family: "メイリオ", Meiryo, Osaka,"游ゴシック Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 100px;
}
.waza_back {
	display: none;
}
.waza_wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.waza_wrapper a {
	color: #2EA7E0;
}
.waza_wrapper a:hover {
	filter: brightness(110%);
}
section.waza {
	margin-bottom: 80px;
}

/*トップイメージ*/
.waza_topimage {
	margin-bottom: 50px;
	width: 100%;
}
.waza_topimage img {
	width: 100%;
	height: auto;
}

/*各コンテンツタイトル*/
h2.waza_title {
	margin-bottom: 30px;
}
h2.waza_title img {
	width: 100%;
	height: auto;
	max-width: 540px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/*各コンテンツ通常テキスト*/
p.waza_p {
	font-size: 1rem;
	line-height: 1.8rem;
	text-align: left;
}
p.waza_p:first-letter {
    font-feature-settings: "palt";
}
p.waza_p.center {
	text-align: center;
}

/*Twitterリンク・シェアリンク*/
.waza_l_box {
	margin-top: 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.waza_l_box a {
	display: block;
}
.waza_l_box a img {
	width: 100%;
	height: auto;
	max-width: 480px;
}

/*投稿作品ピックアップ*/
.waza_pu_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.waza_pu_list li {
	margin-bottom: 30px;
	max-width: 220px;
	margin-right: 15px;
	margin-left: 15px;
}
.waza_pu_list li:nth-child(5)  ,.waza_pu_list li:first-child{
	margin-left: 0px;
}
.waza_pu_list li:nth-child(4)  ,.waza_pu_list li:last-child{
	margin-right: 0px;
}
.waza_pu_list li button.btn   {
	width: 100%;
	height: auto;
	max-width: 220px;
	max-height: 220px;
	background-color: #FFF;
	border-width: 0px;
	border-style: none;
	border-radius: 0px;
	cursor: pointer;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	display: block;
}
.waza_pu_list li button.btn img {
	width: 100%;
	height: auto;
	max-width: 220px;
	max-height: 220px;
}
section.i_box {
    font-size:100%;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 90%;
	height: 90%;
	max-width: 1000px;
	max-height: 680px;
	margin-right: auto;
	margin-left: auto;
}
.i_box h3 {
	font-weight: bold;
	font-size: 1.125rem;
	text-align: center;
	margin-bottom: 10px;
}
.i_box p {
	text-align: center;
	font-size: 1rem;
	margin-bottom: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.i_box img {
	max-width: 100%;
	max-height: 90%;
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.waza_wrapper .waza_more {
	display: block;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	line-height: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 9em;
	border: 1px solid #000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.waza_wrapper .waza_more:hover {
	color: #555;
}

/*応募方法*/
.waza_step  {
	border-width: 6px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-bottom: 30px;
}
.waza_step.s01 {
	border-color: #00A6E9;
}
.waza_step.s02 {
	border-color: #E73820;
}
.waza_step img  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
	max-width: 108px;
	margin-bottom: 20px;
}
.waza_step hr {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 1px;
	border-collapse: collapse;
	border-style: solid none none;
	border-top-width: 1px;
	border-top-color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.waza_step h4 {
	color: #E73720;
	font-weight: bold;
	font-size: 1.125rem;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.waza_step ul li:before {
	content: "・";
}
.waza_step ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
}
.waza_step ul li {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
	margin-right: 0.4rem;
	padding-left: 0.2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

/*注意事項*/
.waza_p.big {
	text-align: center;
	color: #E73820;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 2rem;
}
.waza_ul {
	margin-top: 40px;
	list-style-position: outside;
}
.waza_ul li {
	font-size: 1rem;
	margin-bottom: 15px;
	position: relative;
	padding-left: 1.4rem;
	text-indent: -1.4rem;
	text-align: left;
}
.waza_ul li:before {
	content: "●";
	margin-right: 0.4rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*投稿作品一覧ページ*/
.waza_works {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 6px solid #000;
	margin-bottom: 40px;
}
.w_n_l {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.waza_p.name {
	font-size: 1.25rem;
	line-height: 2rem;
	text-align: left;
}
.waza_p.item {
	font-size: 1.125rem;
	margin-bottom: 10px;
}
.w_link {
	display: flex;
	width: 20%;
	max-width: 76px;
	justify-content: space-between;
}
.w_link a img {
	max-width: 36px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.works_list {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.works_list li {
	width: 25%;
	margin-right: 13px;
	margin-left: 13px;
}
.works_list li a img {
	width: 100%;
	height: auto;
}
.works_list li:first-child {
	margin-left: 0px;
}
.works_list li:last-child {
	margin-right: 0px;
}

@media screen and (max-width:673px){
body {
	padding-top: 48px;
}
br.waza_pc {
	display: none;
}
.waza_wrapper {
}
.waza_topimage {
	margin-bottom: 40px;
}
.waza_back {
	display: inherit;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 15px;
}
.waza_back a {
	font-size: 0.875rem;
	text-align: left;
	color: #000;
}
section.waza {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 4%;
	padding-left: 4%;
}
.waza_l_box {
	flex-wrap: wrap;
}
.waza_l_box a {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.waza_pu_list {
	justify-content: space-between;
}
.waza_pu_list li {
	width: 48%;
	max-width: none;
	margin-right: 0px;
	margin-left: 0px;
}
.waza_pu_list li a  {
	max-width: none;
	width: 100%;
}
.i_box p {
	text-align: left;
}
p.waza_p.center.waza_sp {
	text-align: left;
}
.waza_p.big {
	text-align: left;
	font-size: 1rem;
	line-height: 1.8rem;
}
.w_n_l {
	display: block;
}
.waza_p.name {
	line-height: 1.8rem;
}
.waza_p.item {
	text-align: left;
}
.w_link {
	margin-top: 5px;
	width: 50%;
}
.works_list {
	flex-wrap: wrap;
}
.works_list li {
	width: calc(50% - 8px);
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 12px;
}
.works_list li:nth-child(even) {
	margin-right: 0px;
}
.works_list li:nth-child(odd) {
	margin-left: 0px;
}
}

@media screen and (max-width:440px){
}



