@charset "UTF-8";
html {
	font-size: 62.5%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}
body {
	font-size: 100%;
	color: #303030;
}
a {
	transition: .1s;
}
img {
	width: 100%;
	height: auto;
}
@media (max-width: 559px) {
	/*layout*/
	.ly_wrap {
		width: 100%;
		height: 100%;
	}
	.ly_header {
		min-width: 100%;
		background: #f5f5f5;
		padding: 24px 0;
	}
	.ly_header_main {
		min-width: 100%;
	}
	.ly_header figure {
		width: 400px;
		height: auto;
		padding: 0;
	}
	figure.bl_workslist__ttl {
		width: 92px;
		height: auto;
	}
	.bl_section__inner {
		display: flex;
		flex-wrap: wrap;
	}
	.ly_section_cont__header {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.ly_cont_header__left {
		width: 80%;
	}
	.ly_cont_header__right {
		width: 20%;
	}
	.ly_cont_header__right dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-size: 1.6rem;
		justify-content: flex-end;
	}
	.ly_cont_header__right dl dt {
		text-align: right;
	}
	.ly_cont_header__right dl dd {
		text-align: right;
	}
	.ly_main {
		width: 100%;
	}
	.ly_footer {
		width: 100%;
	}
	.ly_section__inner {
		width: 90%;
		margin: auto;
		align-items: center;
	}
	.ly_section__mainInner {
		width: 90%;
		max-width: 1200px;
		margin: auto;
		align-items: center;
		padding: 5em 0;
	}
	.ly_main__wrap_inner {
		width: 70%;
	}
	/*layout_detail*/
	.bl_flex_left {
		margin-right: auto;
	}
	.bl_flex_center {
		justify-content: center;
	}
	.bl_flex_right {
		margin-left: auto;
	}
	.bl_txt_left {
		text-align: left;
	}
	.bl_txt_center {
		text-align: center;
	}
	.bl_txt_right {
		text-align: right;
	}
	.bl_txt {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	/*ボタンスタイル*/
	.el_btn {
		position: relative;
	}
	.el_btn__other {
		background: #efefef;
		font-size: 1.6rem;
		color: #4d3100;
		padding: .5em 1em;
		border: 1px solid #9d9d9d;
	}
	.el_btn__prev {
		background: #efbe00;
		font-size: 1.6rem;
		color: #4d3100;
		padding: .5em 1em;
	}
	.el_btn__next {
		background: #2e8b57;
		font-size: 1.6rem;
		color: #fff;
		padding: .5em 1em;
	}
	.el_btn__delete {
		background: #cd121d;
		font-size: 1.6rem;
		color: #fff;
		padding: .5em 1em;
	}
	.el_btn__logout input[type="submit"] {
		background: #fff;
		font-size: 1.4rem;
		color: #cd121d;
		border: 1px solid #cd121d;
		border-radius: 3em;
		padding: .5em 2em;
		cursor: pointer;
		transition: .2s;
	}
	.el_btn__mediocre {
		position: relative;
	}
	.el_btn__mediocre::after {
		position: absolute;
		right: 1em;
		top: 50%;
		content: " ";
		width: 1em;
		height: 1em;
		border-top: 1px solid #cd121d;
		border-left: 1px solid #cd121d;
		transform: rotate(-45deg) translateY(-50%);
		border-radius: 5px 0 0 0;
		/* margin-left: 1em;*/
	}
	/*ボタンhover時*/
	.el_btn__logout input[type="submit"]:hover {
		background: #cd121d;
		color: #fff;
		font-size: 1.4rem;
	}
	.el_btn__mediocre:hover::after {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	/*メインスタイル*/
	.ly_main__wrap {
		min-width: 960px;
		display: flex;
		flex-wrap: wrap;
	}
	.ly_main__wrap .ly_aside_nav {
		width: calc(30% - 3.2rem);
		margin-right: 3.2rem;
		background: #ddd;
	}
	.ly_main__wrap .ly_aside_nav li a {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		background: #ddd;
		padding: 1em;
		color: #333;
		transition: .2s;
	}
	.ly_main__wrap .ly_aside_nav li a:hover {
		background: #cd121d;
		color: #fff;
	}
	.ly_main__wrap .ly_aside_nav li.active a {
		background: #cd121d;
		color: #fff;
	}
	.ly_main__wrap form {
		width: 100%;
	}
	.bl_logout_btn__wrap {
		margin-left: auto;
	}
	.bl_section_cont {
		padding: 32px 0;
	}
	.bl_ttl {
		width: 190px;
		height: auto;
		padding-bottom: 1em;
	}
	.bl_comment {
		font-size: 1.6rem;
	}
	.bl_comment span {
		color: #cd121d;
	}
	.bl_thanksComment {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 24px 0;
	}
	.bl_school_ttl {
		font-size: 2.2rem;
		line-height: 1.5;
		padding: 24px 0 0 0;
	}
	table {
		margin: 32px 0 48px 0;
		width: 100%;
	}
	tbody {
		border: 1px solid #ccc;
	}
	th {
		background: #f4f4f4;
		width: 30%;
	}
	th, td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: top;
	}
	td p {
		font-size: 1.6rem;
	}
	h3.bl_section__ttl {
		width: 100%;
		height: auto;
		position: relative;
		background: #fff;
		padding-right: 24px;
		margin-bottom: 1em;
		z-index: 0;
	}
	h3.bl_section__ttl::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: " ";
		height: 1px;
		width: 100%;
		background: #cd121d;
		z-index: -1;
	}
	h3.bl_section__ttl span {
		padding-right: 1em;
		font-size: 1.8rem;
		font-family: 'Noto Serif JP', serif;
		font-weight: bold;
		background: #fff;
		color: #4d070c;
	}
	.bl_list_ttl {
		font-size: 1.6rem;
		line-height: 1;
	}
	.bl_list_ttl span {
		color: #cd121d;
	}
	.bl_list_ttl__caption {
		line-height: 1.5;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.bl_code__wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.bl_code__inner {
		width: 8em;
		margin-right: 1.6rem;
	}
	.bl_imggroup {
		border-bottom: 1px solid #ccc;
	}
	.ly_imgadd__wrap:nth-of-type(odd) th, .ly_imgadd__wrap:nth-of-type(odd) td {
		padding: 1.6rem 1.6rem 0 1.6rem;
		border-bottom: none;
	}
	.ly_imgadd__wrap:nth-of-type(even) th, .ly_imgadd__wrap:nth-of-type(even) td {
		padding: 1.6rem;
		border-bottom: none;
	}
	.bl_berder-none {
		border: none;
	}
	.bl_confirmImg__wrap {}
	.bl_confirmImg__wrap figure {
		width: 150px;
		height: auto;
	}
	.bl_confirmImg__wrap figcaption {
		font-size: 1.6rem;
		line-height: 2;
	}
	/*一覧の表示スタイル*/
	.bl_workslistTable__wrap tr {}
	.bl_workslistTable__wrap tr th {
		background: #f4f4f4;
		width: 20%;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.bl_workslistTable__wrap td {
		font-size: 1.6rem;
		width: 20%;
		line-height: 1.5;
	}
	.bl_workslistTable__wrap th, .bl_workslistTable__wrap td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: middle;
	}
	.bl_schoollistTable__wrap tr {}
	.bl_schoollistTable__wrap td:first-child {
		font-size: 1.6rem;
		width: calc(100% -6.5rem);
		line-height: 1.5;
	}
	.bl_schoollistTable__wrap td:last-child {
		font-size: 1.6rem;
		width: 6.5em;
		line-height: 1.5;
	}
	.bl_schoollistTable__wrap th, .bl_schoollistTable__wrap td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: middle;
	}
	/*フッター*/
	.ly_footer {
		width: 100%;
	}
	.ly_footer_section__inner {
		background: #cd121d;
	}
	.bl_footer_logo_wrap {
		height: auto;
		border-bottom: 1px solid #fff;
		padding: 1.6rem 0;
	}
	.bl_footer_logo_wrap img {
		width: 250px;
	}
	.ly_footer_section__inner small p {
		font-size: 1.2em;
		color: #fff;
		padding: 1em 0;
	}
	/*totopスタイル*/
	#page_top, #page_top p {
		display: none;
	}
	/*-- 受賞者一覧 --*/
	.bl_award {
		width: 100%;
		padding: 0 0 92px 0;
	}
	.bl_award ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.bl_award ul li {
		padding-top: 1em;
		margin-bottom: 2em;
	}
	.bl_award ul li a {
		text-decoration: none;
	}
	.bl_award ul li a:hover {
		display: block;
		opacity: .6;
	}
	.ly_first-prize {
		width: 100%;
		margin: 0 1.25%;
	}
	.ly_first-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_first-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_first-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_first-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_first-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	.ly_second-prize {
		width: 47.5%;
		margin: 0 1.25%;
	}
	.ly_second-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_second-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_second-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_second-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_second-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	.ly_third-prize {
		width: 30.83333%;
		margin: 0 1.25%;
	}
	.ly_third-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_third-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_third-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_third-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_third-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	.ly_other-prize {
		width: 30.83333%;
		margin: 0 1.25%;
	}
	.ly_other-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_other-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_other-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_other-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_other-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	/*受賞アイコン*/
	.bl_award-icon {
		width: 100%;
		font-size: 1.2rem;
		font-weight: bold;
		color: #4d070c;
		display: block;
		margin-bottom: .5em;
		font-style: normal;
	}
	.bl_award-icon img {
		width: 16px;
		margin-right: .5em;
	}
}
@media (min-width: 560px) and (max-width: 959px) {
	/*layout*/
	.ly_wrap {
		width: 100%;
		height: 100%;
	}
	.ly_header {
		min-width: 100%;
		background: #f5f5f5;
		padding: 24px 0;
	}
	.ly_header_main {
		min-width: 100%;
	}
	.ly_header figure {
		width: 400px;
		height: auto;
		padding: 0;
	}
	figure.bl_workslist__ttl {
		width: 92px;
		height: auto;
	}
	.bl_section__inner {
		display: flex;
		flex-wrap: wrap;
	}
	.ly_section_cont__header {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.ly_cont_header__left {
		width: 80%;
	}
	.ly_cont_header__right {
		width: 20%;
	}
	.ly_cont_header__right dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-size: 1.6rem;
		justify-content: flex-end;
	}
	.ly_cont_header__right dl dt {
		text-align: right;
	}
	.ly_cont_header__right dl dd {
		text-align: right;
	}
	.ly_main {
		width: 100%;
	}
	.ly_footer {
		width: 100%;
	}
	.ly_section__inner {
		width: 90%;
		margin: auto;
		align-items: center;
	}
	.ly_section__mainInner {
		width: 90%;
		max-width: 1200px;
		margin: auto;
		align-items: center;
		padding: 64px 0;
	}
	.ly_main__wrap_inner {
		width: 70%;
	}
	/*layout_detail*/
	.bl_flex_left {
		margin-right: auto;
	}
	.bl_flex_center {
		justify-content: center;
	}
	.bl_flex_right {
		margin-left: auto;
	}
	.bl_txt_left {
		text-align: left;
	}
	.bl_txt_center {
		text-align: center;
	}
	.bl_txt_right {
		text-align: right;
	}
	.bl_txt {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	/*ボタンスタイル*/
	.el_btn {
		position: relative;
	}
	.el_btn__other {
		background: #efefef;
		font-size: 1.6rem;
		color: #4d3100;
		padding: .5em 1em;
		border: 1px solid #9d9d9d;
	}
	.el_btn__prev {
		background: #efbe00;
		font-size: 1.6rem;
		color: #4d3100;
		padding: .5em 1em;
	}
	.el_btn__next {
		background: #2e8b57;
		font-size: 1.6rem;
		color: #fff;
		padding: .5em 1em;
	}
	.el_btn__delete {
		background: #cd121d;
		font-size: 1.6rem;
		color: #fff;
		padding: .5em 1em;
	}
	.el_btn__logout input[type="submit"] {
		background: #fff;
		font-size: 1.4rem;
		color: #cd121d;
		border: 1px solid #cd121d;
		border-radius: 3em;
		padding: .5em 2em;
		cursor: pointer;
		transition: .2s;
	}
	.el_btn__mediocre {
		position: relative;
	}
	.el_btn__mediocre::after {
		position: absolute;
		right: 1em;
		content: " ";
		width: 1em;
		height: 1em;
		border-top: 1px solid #cd121d;
		border-left: 1px solid #cd121d;
		transform: rotate(-45deg) translateY(-50%);
		border-radius: 5px 0 0 0;
	}
	/*ボタンhover時*/
	.el_btn__logout input[type="submit"]:hover {
		background: #cd121d;
		color: #fff;
		font-size: 1.4rem;
	}
	.el_btn__mediocre:hover::after {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	/*メインスタイル*/
	.ly_main__wrap {
		min-width: 960px;
		display: flex;
		flex-wrap: wrap;
	}
	.ly_main__wrap .ly_aside_nav {
		width: calc(30% - 3.2rem);
		margin-right: 3.2rem;
		background: #ddd;
	}
	.ly_main__wrap .ly_aside_nav li a {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		background: #ddd;
		padding: 1em;
		color: #333;
		transition: .2s;
	}
	.ly_main__wrap .ly_aside_nav li a:hover {
		background: #cd121d;
		color: #fff;
	}
	.ly_main__wrap .ly_aside_nav li.active a {
		background: #cd121d;
		color: #fff;
	}
	.ly_main__wrap form {
		width: 100%;
	}
	.bl_logout_btn__wrap {
		margin-left: auto;
	}
	.bl_section_cont {
		padding: 32px 0;
	}
	.bl_ttl {
		width: 190px;
		height: auto;
		padding-bottom: 1em;
	}
	.bl_comment {
		font-size: 1.6rem;
	}
	.bl_comment span {
		color: #cd121d;
	}
	.bl_thanksComment {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 24px 0;
	}
	.bl_school_ttl {
		font-size: 2.2rem;
		line-height: 1.5;
		padding: 24px 0 0 0;
	}
	table {
		margin: 32px 0 48px 0;
		width: 100%;
	}
	tbody {
		border: 1px solid #ccc;
	}
	th {
		background: #f4f4f4;
		width: 30%;
	}
	th, td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: top;
	}
	td p {
		font-size: 1.6rem;
	}
	h3.bl_section__ttl {
		width: 100%;
		height: auto;
		position: relative;
		background: #fff;
		padding-right: 24px;
		margin-bottom: 1em;
		z-index: 0;
	}
	h3.bl_section__ttl::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: " ";
		height: 1px;
		width: 100%;
		background: #cd121d;
		z-index: -1;
	}
	h3.bl_section__ttl span {
		padding-right: 1em;
		font-size: 2rem;
		font-family: 'Noto Serif JP', serif;
		font-weight: bold;
		background: #fff;
		color: #4d070c;
	}
	.bl_list_ttl {
		font-size: 1.6rem;
		line-height: 1;
	}
	.bl_list_ttl span {
		color: #cd121d;
	}
	.bl_list_ttl__caption {
		line-height: 1.5;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.bl_code__wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.bl_code__inner {
		width: 8em;
		margin-right: 1.6rem;
	}
	.bl_imggroup {
		border-bottom: 1px solid #ccc;
	}
	.ly_imgadd__wrap:nth-of-type(odd) th, .ly_imgadd__wrap:nth-of-type(odd) td {
		padding: 1.6rem 1.6rem 0 1.6rem;
		border-bottom: none;
	}
	.ly_imgadd__wrap:nth-of-type(even) th, .ly_imgadd__wrap:nth-of-type(even) td {
		padding: 1.6rem;
		border-bottom: none;
	}
	.bl_berder-none {
		border: none;
	}
	.bl_confirmImg__wrap {}
	.bl_confirmImg__wrap figure {
		width: 150px;
		height: auto;
	}
	.bl_confirmImg__wrap figcaption {
		font-size: 1.6rem;
		line-height: 2;
	}
	/*一覧の表示スタイル*/
	.bl_workslistTable__wrap tr {}
	.bl_workslistTable__wrap tr th {
		background: #f4f4f4;
		width: 20%;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.bl_workslistTable__wrap td {
		font-size: 1.6rem;
		width: 20%;
		line-height: 1.5;
	}
	.bl_workslistTable__wrap th, .bl_workslistTable__wrap td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: middle;
	}
	.bl_schoollistTable__wrap tr {}
	.bl_schoollistTable__wrap td:first-child {
		font-size: 1.6rem;
		width: calc(100% -6.5rem);
		line-height: 1.5;
	}
	.bl_schoollistTable__wrap td:last-child {
		font-size: 1.6rem;
		width: 6.5em;
		line-height: 1.5;
	}
	.bl_schoollistTable__wrap th, .bl_schoollistTable__wrap td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: middle;
	}
	/*フッター*/
	.ly_footer {
		width: 100%;
	}
	.ly_footer_section__inner {
		background: #cd121d;
	}
	.bl_footer_logo_wrap {
		height: auto;
		border-bottom: 1px solid #fff;
		padding: 1.6rem 0;
	}
	.bl_footer_logo_wrap img {
		width: 250px;
	}
	.ly_footer_section__inner small p {
		font-size: 1.2em;
		color: #fff;
		padding: 1em 0;
	}
	/*totopスタイル*/
	#page_top {
		position: fixed;
		bottom: 30px;
		right: 20px;
	}
	#page_top a {
		display: block;
		position: relative;
		background: #cd121d;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		font-size: 2rem;
		color: #fff;
		text-decoration: none;
		transition: .2s;
		box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
	}
	#page_top a::after {
		position: absolute;
		top: 15px;
		left: 46%;
		content: " ";
		width: 1em;
		height: 1em;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(-45deg) translateX(-50%);
	}
	#page_top a:hover {
		opacity: .6;
	}
	#page_top a p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}

	/*-- 受賞者一覧 --*/
	.bl_award {
		width: 100%;
		padding: 0 0 92px 0;
	}
	.bl_award ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.bl_award ul li {
		padding-top: 1em;
		margin-bottom: 2em;
	}
	.bl_award ul li a {
		text-decoration: none;
	}
	.bl_award ul li a:hover {
		display: block;
		opacity: .6;
	}
	.ly_first-prize {
		width: 100%;
		margin: 0 1.25%;
	}
	.ly_first-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_first-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_first-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_first-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_first-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	.ly_second-prize {
		width: 47.5%;
		margin: 0 1.25%;
	}
	.ly_second-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_second-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_second-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_second-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_second-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	.ly_third-prize {
		width: 30.83333%;
		margin: 0 1.25%;
	}
	.ly_third-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_third-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_third-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_third-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_third-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	.ly_other-prize {
		width: 30.83333%;
		margin: 0 1.25%;
	}
	.ly_other-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_other-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_other-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.4rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_other-prize figure figcaption h4 {
		font-size: 1.4rem;
	}
	.ly_other-prize figure figcaption h4 + p {
		font-size: 1.2rem;
	}
	/*受賞アイコン*/
	.bl_award-icon {
		width: 100%;
		font-size: 1.4rem;
		font-weight: bold;
		color: #4d070c;
		display: block;
		margin-bottom: .5em;
		font-style: normal;
	}
	.bl_award-icon img {
		width: 16px;
		margin-right: .5em;
	}
}
@media (min-width: 960px) {
	/*layout*/
	.ly_wrap {
		width: 100%;
		height: 100%;
	}
	.ly_header {
		min-width: 960px;
		background: #f5f5f5;
		padding: 24px 0;
	}
	.ly_header_main {
		min-width: 960px;
	}
	.ly_header figure {
		width: 400px;
		height: auto;
		padding: 0;
	}
	figure.bl_workslist__ttl {
		width: 92px;
		height: auto;
	}
	.bl_section__inner {
		display: flex;
		flex-wrap: wrap;
	}
	.ly_section_cont__header {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.ly_cont_header__left {
		width: 80%;
	}
	.ly_cont_header__right {
		width: 20%;
	}
	.ly_cont_header__right dl {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		font-size: 1.6rem;
		justify-content: flex-end;
	}
	.ly_cont_header__right dl dt {
		text-align: right;
	}
	.ly_cont_header__right dl dd {
		text-align: right;
	}
	.ly_main {
		width: 100%;
	}
	.ly_footer {
		width: 100%;
	}
	.ly_section__inner {
		width: 90%;
		margin: auto;
		align-items: center;
	}
	.ly_section__mainInner {
		width: 90%;
		max-width: 1200px;
		margin: auto;
		align-items: center;
		padding: 92px;
	}
	.ly_main__wrap_inner {
		width: 70%;
	}
	/*layout_detail*/
	.bl_flex_left {
		margin-right: auto;
	}
	.bl_flex_center {
		justify-content: center;
	}
	.bl_flex_right {
		margin-left: auto;
	}
	.bl_txt_left {
		text-align: left;
	}
	.bl_txt_center {
		text-align: center;
	}
	.bl_txt_right {
		text-align: right;
	}
	.bl_txt {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	/*ボタンスタイル*/
	.el_btn {
		position: relative;
	}
	.el_btn__other {
		background: #efefef;
		font-size: 1.6rem;
		color: #4d3100;
		padding: .5em 1em;
		border: 1px solid #9d9d9d;
	}
	.el_btn__prev {
		background: #efbe00;
		font-size: 1.6rem;
		color: #4d3100;
		padding: .5em 1em;
	}
	.el_btn__next {
		background: #2e8b57;
		font-size: 1.6rem;
		color: #fff;
		padding: .5em 1em;
	}
	.el_btn__delete {
		background: #cd121d;
		font-size: 1.6rem;
		color: #fff;
		padding: .5em 1em;
	}
	.el_btn__logout input[type="submit"] {
		background: #fff;
		font-size: 1.4rem;
		color: #cd121d;
		border: 1px solid #cd121d;
		border-radius: 3em;
		padding: .5em 2em;
		cursor: pointer;
		transition: .2s;
	}
	.el_btn__mediocre {
		position: relative;
	}
	.el_btn__mediocre::after {
		position: absolute;
		content: " ";
		width: 1em;
		height: 1em;
		border-top: 1px solid #cd121d;
		border-left: 1px solid #cd121d;
		transform: rotate(-45deg);
		border-radius: 5px 0 0 0;
		margin-left: 1em;
	}
	/*ボタンhover時*/
	.el_btn__logout input[type="submit"]:hover {
		background: #cd121d;
		color: #fff;
		font-size: 1.4rem;
	}
	.el_btn__mediocre:hover::after {
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
	}
	/*メインスタイル*/
	.ly_main__wrap {
		min-width: 960px;
		display: flex;
		flex-wrap: wrap;
	}
	.ly_main__wrap .ly_aside_nav {
		width: calc(30% - 3.2rem);
		margin-right: 3.2rem;
		background: #ddd;
	}
	.ly_main__wrap .ly_aside_nav li a {
		display: block;
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		background: #ddd;
		padding: 1em;
		color: #333;
		transition: .2s;
	}
	.ly_main__wrap .ly_aside_nav li a:hover {
		background: #cd121d;
		color: #fff;
	}
	.ly_main__wrap .ly_aside_nav li.active a {
		background: #cd121d;
		color: #fff;
	}
	.ly_main__wrap form {
		width: 100%;
	}
	.bl_logout_btn__wrap {
		margin-left: auto;
	}
	.bl_section_cont {
		padding: 32px 0;
	}
	.bl_ttl {
		width: 190px;
		height: auto;
		padding-bottom: 1em;
	}
	.bl_comment {
		font-size: 1.6rem;
	}
	.bl_comment span {
		color: #cd121d;
	}
	.bl_thanksComment {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 24px 0;
	}
	.bl_school_ttl {
		font-size: 2.2rem;
		line-height: 1.5;
		padding: 24px 0 0 0;
	}
	table {
		margin: 32px 0 48px 0;
		width: 100%;
	}
	tbody {
		border: 1px solid #ccc;
	}
	th {
		background: #f4f4f4;
		width: 30%;
	}
	th, td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: top;
	}
	td p {
		font-size: 1.6rem;
	}
	h3.bl_section__ttl {
		width: 100%;
		height: auto;
		position: relative;
		background: #fff;
		padding-right: 24px;
		margin-bottom: 1em;
		z-index: 0;
	}
	h3.bl_section__ttl::after {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		content: " ";
		height: 1px;
		width: 100%;
		background: #cd121d;
		z-index: -1;
	}
	h3.bl_section__ttl span {
		padding-right: 24px;
		font-size: 2.4rem;
		font-family: 'Noto Serif JP', serif;
		font-weight: bold;
		background: #fff;
		color: #4d070c;
	}
	.bl_list_ttl {
		font-size: 1.6rem;
		line-height: 1;
	}
	.bl_list_ttl span {
		color: #cd121d;
	}
	.bl_list_ttl__caption {
		line-height: 1.5;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.bl_code__wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.bl_code__inner {
		width: 8em;
		margin-right: 1.6rem;
	}
	.bl_imggroup {
		border-bottom: 1px solid #ccc;
	}
	.ly_imgadd__wrap:nth-of-type(odd) th, .ly_imgadd__wrap:nth-of-type(odd) td {
		padding: 1.6rem 1.6rem 0 1.6rem;
		border-bottom: none;
	}
	.ly_imgadd__wrap:nth-of-type(even) th, .ly_imgadd__wrap:nth-of-type(even) td {
		padding: 1.6rem;
		border-bottom: none;
	}
	.bl_berder-none {
		border: none;
	}
	.bl_confirmImg__wrap {}
	.bl_confirmImg__wrap figure {
		width: 150px;
		height: auto;
	}
	.bl_confirmImg__wrap figcaption {
		font-size: 1.6rem;
		line-height: 2;
	}
	/*一覧の表示スタイル*/
	.bl_workslistTable__wrap tr {}
	.bl_workslistTable__wrap tr th {
		background: #f4f4f4;
		width: 20%;
		font-size: 1.8rem;
		font-weight: normal;
	}
	.bl_workslistTable__wrap td {
		font-size: 1.6rem;
		width: 20%;
		line-height: 1.5;
	}
	.bl_workslistTable__wrap th, .bl_workslistTable__wrap td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: middle;
	}
	.bl_schoollistTable__wrap tr {}
	.bl_schoollistTable__wrap td:first-child {
		font-size: 1.6rem;
		width: calc(100% -6.5rem);
		line-height: 1.5;
	}
	.bl_schoollistTable__wrap td:last-child {
		font-size: 1.6rem;
		width: 6.5em;
		line-height: 1.5;
	}
	.bl_schoollistTable__wrap th, .bl_schoollistTable__wrap td {
		border-bottom: 1px solid #ccc;
		text-align: left;
		padding: 1.6rem;
		vertical-align: middle;
	}
	/*フッター*/
	.ly_footer {
		width: 100%;
	}
	.ly_footer_section__inner {
		background: #cd121d;
	}
	.bl_footer_logo_wrap {
		height: auto;
		border-bottom: 1px solid #fff;
		padding: 1.6rem 0;
	}
	.bl_footer_logo_wrap img {
		width: 250px;
	}
	.ly_footer_section__inner small p {
		font-size: 1.2em;
		color: #fff;
		padding: 1em 0;
	}
	/*totopスタイル*/
	#page_top {
		position: fixed;
		bottom: 30px;
		right: 20px;
	}
	#page_top a {
		display: block;
		position: relative;
		background: #cd121d;
		border-radius: 50%;
		width: 80px;
		height: 80px;
		font-size: 2rem;
		color: #fff;
		text-decoration: none;
		transition: .2s;
		box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
	}
	#page_top a::after {
		position: absolute;
		top: 15px;
		left: 46%;
		content: " ";
		width: 1em;
		height: 1em;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(-45deg) translateX(-50%);
	}
	#page_top a:hover {
		opacity: .6;
	}
	#page_top a p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%);
	}
	/*-- 受賞者一覧 --*/
	.bl_award {
		width: 100%;
		padding: 0 0 92px 0;
	}
	.bl_award ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.bl_award ul li {
		padding-top: 1em;
		margin-bottom: 2em;
	}
	.bl_award ul li a {
		text-decoration: none;
	}
	.bl_award ul li a:hover {
		display: block;
		opacity: .6;
	}
	.ly_first-prize {
		width: 100%;
		margin: 0 1.25%;
	}
	.ly_first-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_first-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_first-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.6rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_first-prize figure figcaption h4 {
		font-size: 1.6rem;
	}
	.ly_first-prize figure figcaption h4 + p {
		font-size: 1.6rem;
	}
	.ly_second-prize {
		width: 47.5%;
		margin: 0 1.25%;
	}
	.ly_second-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_second-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_second-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.6rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_second-prize figure figcaption h4 {
		font-size: 1.6rem;
	}
	.ly_second-prize figure figcaption h4 + p {
		font-size: 1.6rem;
	}
	.ly_third-prize {
		width: 30.83333%;
		margin: 0 1.25%;
	}
	.ly_third-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_third-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_third-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.8rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_third-prize figure figcaption h4 {
		font-size: 1.6rem;
	}
	.ly_third-prize figure figcaption h4 + p {
		font-size: 1.6rem;
	}
	.ly_other-prize {
		width: 30.83333%;
		margin: 0 1.25%;
	}
	.ly_other-prize figure > p {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 61.803%;
		overflow: hidden;
	}
	.ly_other-prize figure > p img {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ly_other-prize figure figcaption {
		line-height: 1.5;
		font-size: 1.8rem;
		color: #000;
		padding-top: .5em;
	}
	.ly_other-prize figure figcaption h4 {
		font-size: 1.6rem;
	}
	.ly_other-prize figure figcaption h4 + p {
		font-size: 1.4rem;
	}
	/*受賞アイコン*/
	.bl_award-icon {
		width: 100%;
		font-size: 1.8rem;
		font-weight: bold;
		color: #4d070c;
		display: block;
		margin-bottom: .5em;
		font-style: normal;
	}
	.bl_award-icon img {
		width: 24px;
		margin-right: .5em;
	}
}