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

h2 {
    text-align: center;
    padding: 30px 0;
}

/* ----------------------------------------------------------------
    section
----------------------------------------------------------------- */
.box {
    background: #fff;
    border: solid 1px #a0a0a0;
    border-radius: 5px;
    padding: 60px;
    margin-bottom: 30px;
}

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

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

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

.box>section>p,
.box>section>div,
.box>section>section {
    margin: 0 30px;
}

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

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

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

.textCont h4 {
    font-size: 24px;
    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: 30px;
    height: 22px;
    margin-right: 5px;
}

.btnGroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    margin-top: 20px;
}

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

.btnGroup a {
    width: 100%;
    max-width: 389px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
}

.btnGroup a.individualBtn {
    grid-column: 1/-1;
}

.btnGroup a:hover,
.downloadPageBtn:hover,
.mailBtn:hover,
.faqBtn:hover,
.downloadBtn:hover {
    box-shadow: none;
    position: relative;
    top: 3px;
    opacity: 0.8;
}

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

.individualBtn {
    background: #00cc99;
}

.schoolBtn {
    background: #b878ea;
}

.groupBtn {
    background: #4aadf5;
}

.downloadPageBtn {
    width: 58%;
    background: #ff9900;
    margin: 20px auto 0;
}

.tel {
    width: 50%;
    padding-right: 4%;
    border-right: 1px solid #898989;
    text-align: center;
}

.mailAddress {
    width: 46%;
    margin-left: 4%;
}

.mailBtn {
    background: #ff9900;
    width: 90%;
    margin: auto;
}

.faqBtn {
    width: 48%;
    background: #00cc99;
    margin: 30px auto 0;
}

.downloadBtn {
    background: #ff9900;
    margin-top: 20px;
    padding: 15px 10px;
    position: relative;
    width: 100%;
}

.btnGroup a:before,
.downloadPageBtn:before,
.mailBtn:before,
.faqBtn:before {
    content: "";
    display: inline-block;
    margin: -5px 15px 0 0;
    vertical-align: middle;
}

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

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

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

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

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

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

.downloadBtn:after {
    content: "";
    background: url("/csr/photocontest/img/application/icon-download-w.svg") center center / contain no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    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: inline-block;
    margin: -3px 0 0 15px;
    vertical-align: middle;
}

.btnGroup a:after {
    margin-left: 5px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.applicationTable {
    margin: 30px 100px 0;
}

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

.applicationTable td {
    padding: 20px;
    height: 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 {
    margin: 0 30px;
}

.schedule caption {
    font-weight: bold;
}

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

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

.line {
    border: solid 1px #565656;
    margin: 15px 100px;
    padding: 20px;
}

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

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

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

td {
    padding: 20px;
}

.prize {
    margin-bottom: 30px;
}

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

.prize th {
    width: 30%;
}

.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: 90%;
    margin-top: 10px;
}

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

.flex {
    display: flex;
    align-items: center;
}

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

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

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: 14px;
    display: block;
}

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

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

#downloadPage section:last-child h3 {
    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: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px dotted #898989;
    margin-right: 30px;
    padding-right: 30px;
}

.downloadCont>section:last-child {
    width: 226px;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.downloadCont img {
    width: 128px;
}

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

.subText {
    font-size: 16px;
    line-height: 0.7;
    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: 90%;
    margin-top: 12px;
}

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

.entryExample01:after {
    content: "";
    background: url(/csr/photocontest/img/application/icon-download-g.svg) center center / contain no-repeat;
    width: 17px;
    height: 18px;
    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: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.entryExample01:hover,
.entryExample02:hover {
    box-shadow: none;
    position: relative;
    top: 3px;
    background-color: #eee;
}

ul.member {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
}

ul.member li {
    width: 180px;
}

ul.member li img {
    width: 180px;
    height: auto;
}

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

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

ul.member li a:hover {
    opacity: 0.7;
}

ul.member li a:hover:before {
    content: "";
    position: absolute;
    background: url(/csr/photocontest/img/common/overlay.png) no-repeat 50% 50%;
    top: 0;
    bottom: 35%;
    left: 0;
    right: 0;
    width: 160px;
}

.modalScreen {
    display: none;
}

.modalFig {
    display: table-cell;
    vertical-align: top;
    width: 240px;
}

.modalFig img{
    width: 100%;
}

.modalText {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

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

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

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

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