﻿@charset 'utf-8';
.center  {
text-align: center;
}
.period {
padding-left: 5px;
font-size: 1.2rem;
}

.period .fonBold {
font-size: 1.6rem;
}

#btnReq {
margin-top: 2.0rem;
padding: 1.0rem;
background: #f0f0f0;	
}

#btnReq a {
line-height: 1.2;
display: block;
width: auto;
margin: 0 auto;
padding: 10px 15px 15px;
text-align: center;
text-decoration: none;
font-size: 16px;
font-weight: bold;
color: #fff;
border: 1px solid #a60002;
-webkit-border-radius: 2px;
-moz-border-radius: 2px; 
border-radius: 2px;  
background-color: #c93742;
}

#btnReq a img {
display: none;
}

#btnReq a span {
font-size: 12px;
}

#btnReq a:link, #btnReq a:visited {
color: #fff;
background-color: #c93742;
}
#btnReq a:hover {
border-color: #900;
color: #fff;
background-color: #d7151b;
}

.end-style {
text-align: center;
color: #be1f33;
font-weight: bold;
}

.tb-contest {
margin: 2.0rem 0 4.0rem;
}

.tb-contest > * > tr > th,
.tb-contest > * > tr > td {
text-align: center;
padding: .5rem;
border: 1px solid #f0f0f0;
}

.tb-contest > * > tr > th {
background-color: #fafafa;
}

.tb-contest > thead > tr > td {
background-color: #fbfbfd;
}

.tb-contest .tb-contest > tbody > tr > th {
background: none;
}

.tb-contest > * > tr > td {
text-align: left;
}

@media screen and (max-width: 767px) {
#btnReq + p a,
#btnReq + p br {
display: none;
}
}

@media screen and (min-width:768px) {
.period .fonBold {
font-size: 160%;
line-height: 1.7;
}

.period {
font-weight: 700;
}

#btnReq a {
width: 60%;
font-size: 22px;
}

#btnReq a img {
display: none;
}

#btnReq a span {
font-size: 16px;
}

.tb-contest {
width: 90%;
}


.tb-contest > * > tr > th,
.tb-contest > * > tr > td {
padding: 2.0rem;
}

/* サイドメニュー
----------------------------------------------------------------------------------------------------*/
.menuText .accordion .aFeed1 {
display: none !important;
}

}

/* 追記：20210923 */
#photocon-main * {
box-sizing: border-box;
}
#photocon-main dl, #photocon-main dt, #photocon-main dd {
margin: 0;
padding: 0;
}
.my-red {color: crimson;}
.btn,
a.btn,
button.btn {
font-weight: 700;
line-height: 1.5;
position: relative;
display: inline-block;
padding: .75em 2.5em;
margin: 1em;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
color: #fff;
background-color: #eb6100;
}
.btn--blue,
a.btn--blue {
color: #fff;
background-color: #1A0DAB;
}
.btn--orange:hover,
a.btn--orange:hover {
color: #fff;
background: #f56500;
}
.btn--blue:hover,
a.btn--blue:hover {
color: #fff;
background: #4d44b1;
}
a.btn--radius {
border-radius: 100vh;
}

#main-visual {
position: relative;
}
#main-visual .bg {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
max-width: 600px;
height: 416px;
background-color: #fff;
background: linear-gradient( 90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
url(/contest/info/2021/AutumnWinter/images/portrait.jpg);
background-size: cover;
z-index: 0;
}
#main-visual .comment {
position: absolute;
top: 100px;
left: 0;
width: 50%;
height: 50%;
z-index: 10;
}
#main-visual .comment p:nth-child(2) {
font-weight: bold;
}
#main-visual .comment p:nth-child(2)::before {
content: "－";
}
#main-visual .comment .center {
float: none;
}
ul.recruitment-period {
width: 70%;
margin: 0 auto 1em;
}
ul.recruitment-period li {
float: left;
}
ul.recruitment-period li img {
width: 70%;
}
ul.list{
display: flex;
width: 480px;
margin: 1em auto 1.5em;
padding: 430px 1.5em 1.5em;
}
ul.list li{
width: auto;
text-align: center;
line-height: 2em;
}
ul.list li::before{
content: "|";
}
ul.list li:last-child:after{
content: "|";
}
ul.list li a {
color: #3d3333;
text-decoration: none;
padding: 1em 1em 3em;
}
ul.list li a:hover {
color: #7f5072;
background: url(/contest/info/2021/AutumnWinter/images/arrow-01.svg) no-repeat;
background-position: center 2.8em;
background-size: 12px;
}
#photocon-main h2 {
font-size: 2em;
color: #7f5072;
position: relative;
padding: 1em 2em;
margin-bottom: 1em;
border-top: solid 3px #ACB0A8;
border-bottom: solid 3px #ACB0A8;
}
#photocon-main h2:after {
position: absolute;
bottom: -3px;
left: 2em;
content: " ";
display: block;
width: 3em;
border-bottom: solid 3px #7f5072;
}
#photocon-main h2 span {
display: block;
font-size: .75em;
color: #3d3333;
}
#photocon-main section {
margin-bottom: 5em;
}
#photocon-main section div {
display: flex;
margin-bottom: 3em;
}
#photocon-main section div picture {
width: 100%;
max-width: 300px;
margin-right: 1.5em;
box-shadow: #ccc 3px 3px 5px;
}
#photocon-main section div h3 {
font-size: 1.8em;
line-height: 1.8;
color: #7f5072;
padding: 7% 2em;
}
#photocon-main h3 span {
display: block;
font-size: .7em;
padding-left: 2em;
color: #3d3333;
}
ul#award li,
ul.how-to-apply li {
margin-bottom: .5em;
font-size: 1.2em;
}
#photocon-main section div#judge-prof h3 {
font-size: 1.8em;
line-height: 1.8;
color: #7f5072;
padding: 0 2em;
}
#photocon-main h3#judge-prof span {
display: block;
font-size: .7em;
padding-left: 0;
}
ul.how-to-apply li {
font-size: 1em;
list-style-type:disc;
list-style-position: inside;
padding-left: 2em;
text-indent: -1.4em;
}
ul.how-to-apply li:last-child {
margin-bottom: 5em;
}
h3.how-to-apply,
h3.inquiry {
font-size: 1.5em;
line-height: 1.8;
color: #7f5072;
padding: .25em 2em .25em 1em;
border-left: 5px solid #7f5072;
margin-bottom: 1em;
}
#photocon-main section div.form {
display: block;
width: 28%;
margin: 0 auto;
text-align: center;
}
#photocon-main section#F {
font-size: 1.2em;
}
#photocon-main section div.inquiry {
display: block;
}
#photocon-main section div.inquiry dl {
display: flex;
flex-flow: row wrap;
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
#photocon-main section div.inquiry dt {
flex-basis: 15%;
padding: 20px;
background-color: #DBCBC7;
border-bottom: 1px solid #ccc;
font-weight: bold;
color: #fff;
text-align: center;
}
#photocon-main section div.inquiry dd {
flex-basis: 85%;
padding: 20px;
background-color: #fff;
border-bottom: 1px solid #ccc;
}
.pc { display: block !important; }
.sp { display: none !important; }

/* ブレイクポイント スマートフォン */
@media screen and (max-width: 767px) {
#main-visual {
width: 100%;
position: static;
}
#main-visual .bg {
top: 120px;
max-width: 100%;
max-height: 100%;
}
#main-visual .comment {
top: 155px;
left: 5px;
width: 65%;
}
#photocon-main section:last-child {
margin-bottom: 1em;
}
ul.recruitment-period {
width: 100%;
margin: 0 auto 1em;
}
ul.recruitment-period li {
float: none;
font-size: .8em;
font-weight: bold;
}
ul.recruitment-period li img {
width: 20%;
}

select.list{
display: block;
width: 80%;
margin: 440px auto 2em;
padding: 1em;
border-radius: 6px;
padding: .5em;
}
#photocon-main h2 {
font-size: 1.5em;
color: #7f5072;
background: #fff;
padding: 1em;
}
#photocon-main section div {
display: block;
margin-bottom: 2em;
}
#photocon-main section div picture {
max-width: 100%;
margin-right: 0;
margin: 1.5em auto;
box-shadow: none;
}
#photocon-main section div h3,
#photocon-main section div#judge-prof h3 {
font-size: 1.3em;
padding: 1em;
}
#photocon-main section div#judge-prof h3 {
font-size: 1.5em;
}
#photocon-main #judge-prof span {
padding-left: 0;
}
ul#award li {
margin-left: 1em;
}
#photocon-main section div.form {
width: 80%;
}
h3.how-to-apply, h3.inquiry {
font-size: 1.2em;
}
#photocon-main section div.inquiry dl {
flex-flow: column;
}

.pc { display: none !important; }
.sp { display: block !important; }
}

.cf:before, .cf:after {
content:"";
display:table
}
.cf:after { clear:both }

/* 追記：20240911 */

#main-visual .photocontest_mv_pc picture{
	width: 100%;
	max-width: 960px;
	height: auto}
#main-visual .photocontest_mv_pc img{
	width: 100%;
	max-width: 960px;
	height: auto}
	
@media screen and (max-width: 767px) {	
#main-visual .photocontest_mv_sp picture{
	width: 100%;
	max-width: 600px;
	height: auto}	
#main-visual .photocontest_mv_sp img{
	width: 100%;
	max-width: 600px;
	height: auto}
	}
