@charset "UTF-8";

/* ----------------------------------------------------------------

	Smartphone

----------------------------------------------------------------- */
/* ----------------------------------------------------------------
	Reset
----------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1.4;
    font-family: Arial, 'ＭＳ Ｐゴシック', sans-serif \9;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    -webkit-text-size-adjust: 100%;
}

#container {
    background: url(/csr/photocontest/img/common/bg-wall.gif) repeat;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

.both {
    clear: both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
    zoom: 1;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ----------------------------------------------------------------
	base
----------------------------------------------------------------- */

body {
    width: 100%;
    background: none !important;
    color: #565656;
}

#mdl-scr {
    display: none;
}

#header .headergroup .pc-nav {
    display: none;
}

#main {
    width: 100%;
    margin: 0;
}

#contents {
    width: 100%;
}

.linkText::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 14px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #2d74d7;
    vertical-align: middle;
    margin: 0 5px 4px 0;
}

#leftColumn {
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

#leftColumn p {
    margin-bottom: 15px;
}

#rightColumn {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
}


display ON/OFF header .pc,
nav#globalheader .pc,
footer nav>ul li.pc,
footer #info .pc,
nav#globalheader>ul>li>a:hover:after,
nav#globalheader>ul.gnavi li.pc {
    display: none;
}

header .sp,
nav#globalheader>ul.gnavi>li.sp,
nav .sp,
footer nav>ul li.sp {
    display: block;
}

#mdl-box {
    display: none;
}

/* ----------------------------------------------------------------
	margin / padding
----------------------------------------------------------------- */

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}


.pd0 {
    padding-top: 0 !important;
}

.pd10 {
    padding-top: 10px !important;
}

.wdt95 {
    width: 95% !important;
    margin: 0 auto;
}

.txtL {
    text-align: left !important;
}

.txtC {
    text-align: center !important;
}

.txtR {
    text-align: right !important;
}

.bn {
    border: none;
}

.txtB {
    font-weight: bold;
}

.lh {
    line-height: 1.6
}

.block {
    display: block;
}

.sp-none {
    display: none;
}

.sp-block {
    display: block
}

/* ----------------------------------------------------------------
	float
----------------------------------------------------------------- */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* ----------------------------------------------------------------
	Label
----------------------------------------------------------------- */

/* h2 {
	margin: 0 0 15px;
	font-size: 16px;
	margin: 10px 0 10px;
}

h2.lower {
	font-size: 20px;
}

h3 {
	font-size: 14px;
} */

/* ----------------------------------------------------------------
	button
----------------------------------------------------------------- */

.btn01 li {
    height: 40px;
    line-height: 40px;
}

.title01 .btn03,
.title01 .btn04 {
    width: 100%;
    height: 40px;
    line-height: 40px !important;
    clear: both;
}

p.btn02 {
    width: 100%;
}

p.btn03 {
    width: 100%;
}

p.btn04 {
    width: 100%;
}

p.btn05 {
    width: 100%;
}

p.btn06 {
    width: 100%;
}

p.btn07 {
    width: 100%;
}

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */

header {
    width: 100%;
    padding: 6px 10px 5px;
    background: #fff;
    border-bottom: solid 3px #ff578f;
    position: relative;
    display: block !important;
}

header .headergroup .sp-nav .nav a {
    padding: 15px 0 15px 5px;
}


header h1 a {
    display: block;
    background: url(/csr/photocontest/img/common/logo-photocontest.png) left top / contain no-repeat;
    width: 150px;
    height: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.headergroup nav {
    width: 100%;
    background-color: #FFF;
    position: absolute;
    top: 63px;
    left: 0;
    z-index: 100;
    display: none;
    border: solid 1px #ff578f;
    border-bottom: solid 5px #ff578f;
}

.headergroup nav li {
    display: block;
    width: 100%;
    margin-top: 0px;
    border-top: solid 1px #ff578f;
}

.headergroup #slideMenuBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.headergroup #slideMenuBtn img {
    width: 40px;
}

header .sp-nav a {
    text-decoration: none;
    padding: 5px;
    color: #565656;
    display: block
}

header ul li.logo {
    margin-right: 0;
}

toggle-panel */ #btn-spm {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    float: right;
}

#btn-spm:hover {
    background: #fafafa;
}

/* ----------------------------------------------------------------
    breadcrumb
----------------------------------------------------------------- */
#breadcrumb {
    display: none;
}

/* ----------------------------------------------------------------

/* -- sponsor -- */

.sponsor {
    margin-top: 40px !important;
}

.sponsor img {
    display: block;
    margin: 0 auto 10px;
}

.sponsor img:last-child {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */
footer {
    clear: both;
    margin-top: 35px;
}

footer .SNSarea {
    text-align: center;
}

section#accordion-link {
    background: #fff;
}

section#accordion-group {
    background: #fff;
}

footer #link {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-size: 12px;
    border: solid 1px #d3d3d3;
}

footer #link li {
    line-height: 20px;
    width: 100% !important;
    padding: 10px 5px 10px 10px;
    border-bottom: solid 1px #d3d3d3;
    margin: 0 !important;
    clear: both;
}

footer #link h4 {
    padding: 10px 15px 10px 40px;
    margin-bottom: 0;
    background: url(/csr/photocontest/img/common/icon-plus.png) no-repeat 15px 50%;
}

footer #link h4.open {
    background: url(/csr/photocontest/img/common/icon-minus.png) no-repeat 15px 50%;
}


footer #link .aidem ul,
footer #link .group ul {
    display: none;
    margin: 10px 0 0;
}

footer #info {
    padding: 20px 20px 0px 20px;
}

footer #info dl {
    margin-bottom: 0;
}


footer a {
    font-weight: bold;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: #2d74d7;
    word-break: break-all;
}

#link a[target="_blank"],
.table03 tbody th a[target="_blank"],
.page-job-index #leftColumn a[target="_blank"] {
    padding-left: 18px;
    padding-left: 14px;
    /* - IE8 - */
    background: url(/csr/photocontest/img/common/arrow-link-off.png) no-repeat left 50%;
}

#link a:hover[target="_blank"],
.company .right-contents li a:hover[target="_blank"],
.table03 tbody th a:hover[target="_blank"] {
    padding-left: 18px;
    padding-left: 14px;
    /* - IE8 - */
    background: url(/csr/photocontest/img/common/arrow-link-on.png) no-repeat left 50%;
}

/* ----------------------------------------------------------------
	index
----------------------------------------------------------------- */

#keyV {
    width: 100% !important;
    background-size: 100% auto !important;
    height: 0;
    padding-bottom: 45%;
}

#keyV .application a {
    background: url(/csr/photocontest/img/common/btn-application-on.png) no-repeat;
    position: absolute;
    background-size: 100% auto;
    top: 70%;
    left: 35%;
}

#keyV img {
    width: 120px !important;
    height: auto !important;
}

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

p.gp {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #c8af3d;
    padding-bottom: 30px;
}

p.jgp {
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    color: #9d9d9d;
    padding-bottom: 30px;
}

p.fjf,
p.asahi,
p.epson,
p.hbs {
    text-align: center;
    font-weight: bold;
    font-size: 125%;
    color: #fb6c9c;
    padding-bottom: 30px;
}

p.gp,
p.jgp,
p.fjf,
p.asahi,
p.epson,
p.hbs {
    font-size: 130%;
    padding-bottom: 15px;
}

p.gp:before,
p.jgp:before,
p.fjf:before,
p.asahi:before,
p.epson:before {
    content: url(/csr/photocontest/img/common/icon-crown-s.png);
    padding-right: 10px;
}

p.gp:after,
p.jgp:after,
p.fjf:after,
p.asahi:after,
p.epson:after {
    content: url(/csr/photocontest/img/common/icon-crown-s.png);
    padding-left: 10px;
}

p.hbs {
    width: 290px;
    margin: 0 auto;
    padding: 0 35px 15px 35px;
    background: url(/csr/photocontest/img/common/icon-crown-s.png), url(/csr/photocontest/img/common/icon-crown-s.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 15px top 25%, right 15px top 25%;
}






footer #copyright {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(/csr/photocontest/img/common/bg-footer.png) repeat-x;
    color: #ff578f;
    font-size: 14px;
    text-align: center;
}


/* ----------------------------------------------------------------
	page-top
----------------------------------------------------------------- */

#page-top {
    position: fixed;
    z-index: 500;
    bottom: 10px;
    right: 10px;
}

#page-top img {
    width: 60px;
}


#page-top a {
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

}

/* -- 404 -- */

footer h4 {
    font-size: 18px;
    border-bottom: dotted 1px #014099;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    clear: both;
}


.page-404 #main {
    padding: 20px 10px !important;
}

.page-404 #main p {
    margin: 30px 0 15px !important;
}

.page-404 #mainSearchbox {
    padding: 10px !important;
}

.page-404 #mainSearchbox .inner {
    padding: 10px !important;
}


.page-404 #mainSearchbox .inner span,
.page-404 #mainSearchbox .inner form {
    margin-left: 0 !important;
    margin-right: 10px !important;
    font-size: 13px !important;
}


.page-404 #mainSearchbox input[type="search"] {
    width: 174px !important;
    width: 138px\9 !important;
    /* IE8 */
}


.page-404 #mainSearchbox input[type="submit"] {
    width: 69px !important;
    background: #4282DB !important;
    color: #666 !important;
    padding: 0 !important;
    left: 190px !important;
    margin-top: 1px;
}

.page-404 #mainSearchbox input[type="submit"] {
    color: #FFF !important;
}

.page-404 form {
    width: 220px;
    margin: 0 auto;
}