@charset "utf-8";
/* CSS Document */

/*
==============================================================================*/


main section .co_list > ul > li {}
main section .co_list > ul > li > span {color: var(--color-DYFC-orange);}
main section .co_list.negativeIndent > ul {list-style-type: none; margin: 0.3rem 0 0.3rem 1em;}
main section .co_list.negativeIndent > ul > li {list-style-type: none; text-indent: -1em;}
main section .co_list.negativeIndent.indent-0em   > ul > li {text-indent:   0em;}
main section .co_list.negativeIndent.indent-1em   > ul > li {text-indent: 1.0em;}
main section .co_list.negativeIndent.indent-1_5em > ul > li {text-indent: 1.5em;}




#sectionA {}
#sectionA > .wrap > .link {}




#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle {font-weight: bold; line-height: 1;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle + .co_title2 {}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .co_title2 > span {color: var(--color-DYFC-orange);}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .d1 {color: var(--color-DYFC-orange);}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .d2 {}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .d2 > a {}


#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container {}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 {}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 > .subTitle {font-weight: bold; color: var(--color-DYFC-orange);}


#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .subTitle {font-weight: bold; color: var(--color-DYFC-orange);}


#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 {}




#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle {font-weight: bold; line-height: 1;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle + .co_title2 {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .co_title2 > span {color: var(--color-DYFC-orange);}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .d1 {color: var(--color-DYFC-orange);}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .d2 {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .d2 > a {}

#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 > .subTitle {font-weight: bold; color: var(--color-DYFC-orange);}

#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .subTitle {font-weight: bold; color: var(--color-DYFC-orange);}

#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 {}

#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard {border: solid max(.1rem, 1px) var(--color-DYFC-orange);}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .title {color: var(--color-DYFC-orange); font-weight: bold;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .text {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .co_linkDeco {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .image {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .co_list {}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .co_list.orange {color: var(--color-DYFC-orange);}




#sectionD {}
#sectionD > .wrap {}
#sectionD > .wrap > .text {}
#sectionD > .wrap > .text > span {color: var(--color-DYFC-orange);}


#sectionD > .wrap > .categoryTable {}
#sectionD > .wrap > .categoryTable > .table {}
#sectionD > .wrap > .categoryTable > .table > .tableHead {font-weight: bold;}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow {}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow > div {}
#sectionD > .wrap > .categoryTable > .table > .tableData > .tableRow {}
#sectionD > .wrap > .categoryTable > .table > .tableData > .tableRow > div {}



#sectionD > .wrap > .categoryTable > .table > * > .tableRow {
	display: flex;
}
#sectionD > .wrap > .categoryTable > .table > * > .tableRow > div {
	padding-left: 2rem;
	padding-right: 2rem;
}
#sectionD > .wrap > .categoryTable > .table > * > .tableRow > div:nth-child(1) {width: 15rem; text-align: center;}
#sectionD > .wrap > .categoryTable > .table > * > .tableRow > div:nth-child(2) {flex: 1;}


#sectionD > .wrap > .categoryTable > .table > .tableHead {
	font-size: 1.8rem;
	position: sticky;
	top: calc(var(--header-height) - .5rem);
	background-color: white;
	padding-top: 8rem;
}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow {}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow > div {
	border: solid max(.1rem, 1px) var(--color-table-border-gray);
	border-bottom: solid max(.2rem, 2px) var(--color-DYFC-orange);
	text-align: center;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow > div:nth-child(n+2) {border-left: none;}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow > div::before {display: inline;}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow > div:nth-child(1)::before {content: var(--word-tableHead-no);}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow > div:nth-child(2)::before {content: var(--word-tableHead-fish);}


#sectionD > .wrap > .categoryTable > .table > .tableData > .tableRow {}
#sectionD > .wrap > .categoryTable > .table > .tableData > .tableRow > div {
	border: solid max(.1rem, 1px) var(--color-table-border-gray);
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
	border-top: none;
}
#sectionD > .wrap > .categoryTable > .table > .tableData > .tableRow > div:nth-child(n+2) {border-left: none;}




#result {}
#result > .wrap > .resultList {}
#result > .wrap > .resultList > .container {display: flex; flex-wrap: wrap;}
#result > .wrap > .resultList > .container > .card {display: flex;}
#result > .wrap > .resultList > .container > .card > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-color: #333333;
	color: white;
	padding: 3rem 3rem;
	border-radius: 1rem;
}
#result > .wrap > .resultList > .container > .card > a > .year {display: block;}
#result > .wrap > .resultList > .container > .card > a > .title {display: block;}




/*============================================================================*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 767px) {/* // Mobile // */
/*============================================================================*/


#sectionA > .wrap > .link {margin-top: 4rem;}




#sectionB {margin-top: 6rem;}
#sectionB > .wrap > .co_column2 > .container > .item1 {text-align: left;}
#sectionB > .wrap > .co_column2 > .container > .item1 > .title {font-size: 2.2rem;}


#sectionB > .wrap > .co_column2 > .container > .item2 {margin-top: 4rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle {font-size: 2rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle + .co_title2 {
	margin-top: 0.5rem;
}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .co_title2 {font-size: 2rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .d2 {margin-top: 4rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	margin-top: 3rem;
}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 > .caption {font-size: 1.3rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .text + .subTitle {/*margin-top: 3rem;*/}

#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .subTitle {margin-top: 3rem;}




#sectionC {margin-top: 6rem;}
#sectionC > .wrap > .co_column2 > .container > .item1 {text-align: left;}
#sectionC > .wrap > .co_column2 > .container > .item1 > .title {font-size: 2.2rem;}


#sectionC > .wrap > .co_column2 > .container > .item2 {margin-top: 4rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle {font-size: 2rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle + .co_title2 {
	margin-top: 0.5rem;
}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .co_title2 {font-size: 2rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .d2 {margin-top: 4rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.6rem;
	margin-top: 3rem;
}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 > .caption {font-size: 1.3rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .text + .subTitle {/*margin-top: 3rem;*/}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard {
	padding: 1.5rem 1.7rem;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .title {margin-top: 3rem; margin-bottom: 1.5rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .text {margin-top: 1.5rem; margin-bottom: 1.5rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .co_linkDeco {margin-top: 3rem; margin-bottom: 3rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .co_list {margin-top: 1.5rem; margin-bottom: 1.5rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > *:first-child {margin-top: 0;}




#sectionD > .wrap > .categoryTable {}
#sectionD > .wrap > .categoryTable > .table > .tableHead {padding-top: 4rem;}
#sectionD > .wrap > .categoryTable > .table > .tableHead > .tableRow > div {padding-top: 2rem; padding-bottom: 2rem;}
#sectionD > .wrap > .categoryTable > .table > * > .tableRow > div:nth-child(1) {width: 10rem; padding-left: 1rem; padding-right: 1rem;}




#result {margin-top: 10rem;}
#result > .wrap > .resultList > .container {gap: 1.5rem;}
#result > .wrap > .resultList > .container > .card {width: calc( calc( 100% - 1.5rem * 1 ) / 2 );}
#result > .wrap > .resultList > .container > .card > a {padding: 2rem 1rem; font-size: 1.2rem; text-align: center;}




/*============================================================================*/
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {/* // PC // */
/*============================================================================*/


main .co_column2.deco1 > .container > .item.item1 > .title {font-size: 2.5rem;}




#sectionA > .wrap > .link > a {width: fit-content; margin: 6rem 0 1rem;}




#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle + .co_title2 {margin-top: 0.6rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .d2 {margin-top: 3rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .d2 > a {width: fit-content;}


#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container {display: flex; gap: 6rem; margin-top: 3rem; margin-bottom: 3rem;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 {flex: 1;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 > *:first-child {margin-top: 0;}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 {
	width: 45.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
#sectionB > .wrap > .co_column2 > .container > .item2 > .step > .text + .subTitle {margin-top: 3rem;}



#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .co_title2:first-child {margin-top: 0;}

#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .stepTitle + .co_title2 {margin-top: 0.6rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .d2 {margin-top: 3rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .d2 > a {width: fit-content;}


#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container {display: flex; gap: 6rem; margin-top: 3rem; margin-bottom: 3rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 {flex: 1;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item1 > *:first-child {margin-top: 0;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .column-container > .item2 {
	width: 45.8rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .text + .subTitle {margin-top: 3rem;}

#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard {padding: 4rem 3rem; margin: 3rem auto;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .title {margin-top: 3rem; font-size: 1.8rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .text {margin-top: 1rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .co_linkDeco {margin-top: 3rem; width: fit-content;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .image {margin-top: 3rem; display: flex; justify-content: center;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > .co_list {margin-top: 2rem;}
#sectionC > .wrap > .co_column2 > .container > .item2 > .step > .orangeCard > *:first-child {margin-top: 0;}




#sectionD {}
#sectionD > .wrap {}
#sectionD > .wrap > .text {font-size: 1.8rem;}


#sectionD > .wrap > .categoryTable {}




#result {}
#result > .wrap > .resultList > .container {gap: 2rem;}
#result > .wrap > .resultList > .container > .card {width: calc( calc( 100% - 2rem * 4 ) / 5 );}




/*============================================================================*/
}




/* - - - - - - - - - - - - - - - - - - -
https://---/photoderby-css.css
ID = {}
- - - - - - - - - - - - - - - - - - - */