/* ----------------------------------------------------------------
    title
----------------------------------------------------------------- */

h2 {
    text-align: center;
    padding: 15px 15px 10px;
}

h2.applicationTitle img {
    width: 100%;
    max-width: 240px;
}

h2.downloadTitle img {
    width: 100%;
    max-width: 420px;
}

/* ----------------------------------------------------------------
    section
----------------------------------------------------------------- */
.box {
    background: #fff;
    border: solid 1px #9e9999;
    border-radius: 5px;
    padding: 15px;
    margin: 0 15px 30px;
}

#applicationPage h3 {
    background: url(/csr/photocontest/img/application/title-bg.png) no-repeat;
    color: #fff;
    font-weight: bold;
    font-size: 130%;
    padding: 10px 0 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#applicationPage h3 span{
    font-size: initial;
}

.box>section {
    margin-bottom: 30px;
}

.details>dt {
    font-weight: bold;
    margin-top: 15px;
}

.details a{
    display: block;
}

.textIndent {
    text-indent: -1em;
    padding-left: 1em;
}

.box .textCont {
    margin-top: 30px;
}

.textCont h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2px;
}

.textCont h4:before {
    content: "";
    display: inline-block;
    background: url(/csr/photocontest/img/application/icon-finger.svg) center center / contain no-repeat;
    width: 28px;
    height: 20px;
    margin-right: 5px;
}

.btnGroup {
    margin-top: 20px;
}

.btnGroup a,
.downloadPageBtn,
.mailBtn,
.faqBtn,
.downloadBtn {
    display: block;
    color: #fff !important;
    border-radius: 10px;
    text-align: center;
    padding: 15px 40px 15px 50px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 3px 0 #cecece;
    position: relative;
}

.btnGroup a {
    width: 100%;
    max-width: 340px;
    margin: auto;
}

.btnGroup a.disabled {
    background: #cccccc !important;
    pointer-events: none;
}

.individualBtn {
    background: #00cc99;
    margin-bottom: 20px !important;
}

.schoolBtn {
    background: #b878ea;
    margin-bottom: 20px !important;
}

.groupBtn {
    background: #4aadf5;
}

.downloadPageBtn {
    width: 100%;
    max-width: 340px;
    background: #ff9900;
    margin: 20px auto 0;
}

.tel {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #898989;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.mailAddress {
    width: 100%;
    max-width: 340px;
    margin: auto;
}

.mailBtn {
    background: #ff9900;
}

.faqBtn {
    width: 100%;
    max-width: 340px;
    background: #00cc99;
    margin: 20px auto 0;
}

.downloadBtn {
    background: #ff9900;
    margin: 10px auto 0;
    padding: 10px 5px;
    position: relative;
    width: 100%;
    max-width: 200px;
}

.btnGroup a:before,
.downloadPageBtn:before,
.mailBtn:before,
.faqBtn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.individualBtn:before {
    background: url("/csr/photocontest/img/application/icon-individual.svg") center center / contain no-repeat;
    width: 14px;
    height: 22px;
    left: 22.5px;
}

.schoolBtn:before {
    background: url("/csr/photocontest/img/application/icon-school.svg") center center / contain no-repeat;
    width: 28px;
    height: 26px;
    left: 15px;
}

.groupBtn:before {
    background: url("/csr/photocontest/img/application/icon-group.svg") center center / contain no-repeat;
    width: 28px;
    height: 22px;
    left: 15px;
}

.downloadPageBtn:before {
    background: url("/csr/photocontest/img/application/icon-paper.svg") center center / contain no-repeat;
    width: 27px;
    height: 29px;
    left: 20px;
}

.mailBtn:before {
    background: url("/csr/photocontest/img/application/icon-mail.svg") center center / contain no-repeat;
    width: 25px;
    height: 18px;
    left: 30px;
}

.faqBtn:before {
    background: url("/csr/photocontest/img/application/icon-faq.svg") center center / contain no-repeat;
    width: 50px;
    height: 26px;
    left: 20px;
}

.downloadBtn:after {
    content: "";
    background: url("/csr/photocontest/img/application/icon-download-w.svg") center center / contain no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
}

.btnGroup a:after,
.downloadPageBtn:after,
.mailBtn:after,
.faqBtn:after {
    content: "";
    background: url("/csr/photocontest/img/application/pic-arrow.svg") center center / contain no-repeat;
    width: 10px;
    height: 16px;
    display: block;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    top: 50%;
}

.btnGroup a:after {
    margin-left: 5px;
}


.applicationTable {
    margin: 30px auto 0;
}

.applicationTable th {
    background: #f6f6f6;
    font-size: 20px;
    font-weight: bold;
    min-width: 105px;
    text-align: center;
    width: 20%;
    padding: 10px;
}

.applicationTable td {
    padding: 10px;
    width: 80%;
}

.list li {
    margin-bottom: 5px;
    text-indent: -0.55em;
    padding-left: 1em;
}

.list li:before {
    content: "●";
    display: inline-block;
    margin-right: 2px;
    color: #ff578f;
}

.schedule th,
.schedule td {
    border: none;
    padding: 0;
    vertical-align: top;
    padding: 2px 0;
}

.schedule th {
    font-weight: bold;
    width: 130px;
}

.line {
    border: solid 1px #565656;
    margin: 15px auto;
    padding: 10px;
    max-width: 300px;
}

.bold {
    font-weight: bold;
    font-size: 125%;
}

td,
th {
    border: solid 1px #565656;
}

th {
    padding: 10px;
    vertical-align: middle;
}

td {
    padding: 10px;
}


.prize {
    margin-bottom: 30px;
}

.prize table {
    width: 100%;
    margin: 0 auto
}

.prize th {
    width: 38%;
}

.prize td {
    text-align: center;
    vertical-align: middle;
}

.prize .prize-img-01 a {
    display: inline-block;
}

.prize .prize-img-01 img {
    width: 35%;
    margin-top: 10px;
}

.prize .prize-img-02 img {
    width: 100%;
    margin-top: 5px;
}

.prize .prize-img-02 span {
    font-weight: normal;
    font-size: 12px;
}

.telNumber {
    font-size: 35px;
    font-weight: bold;
}

.telNumber:before {
    content: "";
    background: url("/csr/photocontest/img/application/icon-tel.svg") center center/ contain no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}

p.sponsor {
    border-top: solid 1px #a7a7a7;
    padding-top: 15px;
}

.small {
    font-size: 70%;
}

.dl {
    margin: 5px 30px;
    text-align: center;
}

.dl li {
    display: inline-block;
    margin-bottom: 10px;
}

.pdf,
.xls,
.frm {
    margin: 15px 30px 0 0;
    padding-left: 35px;
    padding-top: 7px;
}

.pdf {
    background: url("/csr/photocontest/img/ceremony/icon-pdf.png") no-repeat left top;
}

.xls {
    background: url("/csr/photocontest/img/common/icon-xls.gif") no-repeat left top;
}

.frm {
    background: url("/csr/photocontest/img/common/icon-frm.gif") no-repeat 5px 6px;
}

.paperSize {
    font-weight: normal;
    font-size: 12px;
    display: block;
}

.downloadCont {
    background: #f6f6f6;
    padding: 20px;
    margin-bottom: 30px;
}

#downloadPage h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#downloadPage h3:before {
    content: "";
    display: inline-block;
    background: url("/csr/photocontest/img/application/icon-paper-p.svg") center center / contain no-repeat;
    width: 27px;
    height: 29px;
    vertical-align: middle;
    margin-right: 5px;
}

.downloadCont>section {
    width: 100%;
    border-bottom: 2px dotted #898989;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.downloadCont>section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.downloadCont img {
    margin: auto;
    display: block;
    width: 95px;
}

.downloadCont a.disabled {
    background: #cccccc !important;
    pointer-events: none;
}

.subText {
    font-size: 15px;
    line-height: 1;
    display: block;
}

.entryExample01,
.entryExample02 {
    display: block;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 3px 0 #cecece;
    background: #fff;
    border: 1px solid #898989;
    width: 100%;
    max-width: 180px;
    margin: 12px auto 0;
}

.entryExample01 {
    color: #00cc99 !important;
}

.entryExample01:after {
    content: "";
    background: url(/csr/photocontest/img/application/icon-download-g.svg) center center / contain no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.entryExample02 {
    color: #4aadf5 !important;
}

.entryExample02:after {
    content: "";
    background: url(/csr/photocontest/img/application/icon-download-b.svg) center center / contain no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

ul.member {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding: 0 10px;
}

ul.member li {
	width: 47%;
	flex-direction: column;
	margin: 15px 6% 0 0;
}

ul.member li:nth-child(2n) {
	margin-right: 0;
}

ul.member li img {
	width: 100%;
	height: auto;
}

ul.member li p {
	height: auto;
}

ul.member li a {
	position: relative;
	display: block;
}

.modalScreen {
    display: none;
}

.modalFig img {
    width: 60%;
    margin: 0 auto !important;
    text-align: center !important;
    display: block;
}

.modalText {
    margin-top: 20px;
}

.modaal-content-container {
    padding: 15px !important;
}

.modalText > p:nth-child(1) {
    font-size: 24px;
    color: #ff578f;
    margin-bottom: 0.3em;
	text-align: center;
	line-height: 1;
}

.modalText > p:nth-child(1) span {
    font-size: 16px;
}

.modalText > p:nth-child(2) {
	font-size: 14px;
	line-height: 1.6;
    margin-bottom: 0;
}

.modaal-close {
    position: absolute;
    right: 5px;
    top: -25px;
}

@media screen and (min-width:641px) {
	ul.member {
		display: flex;
    	flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 !important;
	}

	ul.member li {
		width: 23%;
		flex-direction: column;
		margin: 0;
	}

	ul.member li img {
		width: 100%;
		height: auto;
	}

	ul.member li p {
		height: 6em;
	}

	ul.member li a {
		position: relative;
		display: block;
	}

	.modalFig {
    	display: table-cell;
    	vertical-align: top;
    	width: 35%;
	}

	.modalFig img {
		width: 100%;
	}

	.modalText {
    	display: table-cell;
    	vertical-align: top;
    	padding-left: 4%;
	}

	.modaal-content-container {
    	padding: 20px 30px !important;
	}

	.modaal-inner-wrapper {
    	padding: 0 20px !important;
	}	

	.modalText > p:nth-child(1) {
    	font-size: 24px;
    	color: #ff578f;
    	margin-bottom: 0.3em;
		line-height: 1.1;
		text-align: left !important;
	}
}