/* --------------------------------
  photocon_pc
-------------------------------- */

#photocon {
}

#photocon a {
 text-decoration: none;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
}

#photocon a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
}

/*----- h3タイトルのマージン -----*/

#photocon h3.tmp_cnt_h2 {
  margin: 0 0 40px 0;
}

/*----- /h3タイトルのマージン -----*/

/*----- h3タイトルの色 -----*/

#photocon .colphotocon {
  color: #ff6c95;
}

/*----- /h3タイトルの色 -----*/

.award .btn a{
  background-color:#036EB8;
  background-image:url("../images/contest/photocon/arrow_photocon_01.gif");
  background-position:20px 11px;
  background-repeat:no-repeat;
  border-radius:3px;
  color:#fff;
  font-weight:bold;
  padding:5px 20px 5px 35px;
  transform:all 0.3s ease 0s;
  text-decoration:none;
}

.award .btn a:hover {
    opacity: 0.6;
    text-decoration: none;
}

/*----- トップタイトル -----*/

#photocon .top_ttl {
  position:relative;
  margin: 0 0 30px 0;
  border-top:1px #d9d9d9 solid;
}

#photocon .top_ttl .theme {
  font-size:30px;
  text-align:center;
  overflow: hidden;
  font-weight:bold;
  line-height:1.3;
}

#photocon .top_ttl .theme span {
  font-size:20px;
}

#photocon .top_ttl .left {
  float: left;
  width:355px;
  margin-top:20px;
}

#photocon .top_ttl .left dt{
  position:absolute;
  top:-1px;
  left:0;
}

#photocon .top_ttl .left dt img{
  width:95px;
  height:84px;
}

#photocon .top_ttl .left dd{
  text-align:center;
  margin:0;
  padding:0 0 0 95px;
  min-height:63px;
  width:260px;
}


#photocon .top_ttl .right{
  width: 453px;
  margin-top:20px;
  float: right;
}

/*----- トップタイトル -----*/

/*----- トップテキスト -----*/

#photocon .top_txt {
  margin: 0 0 80px 0;
}

/*----- トップテキスト -----*/

/*----- 過去の受賞作品 -----*/

#photocon .award {
}

#photocon .award ul {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding:0 0 50px;
}

#photocon .award ul li {
  margin:0 0 0 0;
  padding:0 15px 30px 15px;
  width:33.33%;
  box-sizing: border-box;
}

#photocon .award ul li .tab{
  position:relative;
  margin:0 0 15px 0;
  border:1px #d9d9d9 solid;
  border-radius:5px;
  cursor:pointer;
}

#photocon .award ul li .tab::before{
  position:absolute;
  content:" ";
  display:block;
  top:50%;
  left:11px;
  margin:-2px 0 0 0;
  border:4px solid transparent;
  border-left:4px solid #cca467;
}

#photocon .award ul li .tab span{
  display:block;
  padding:10px 10px 10px 20px;
  font-size:15px;
  line-height:20px;
  text-indent:8px;
  color:#cca467;
  font-weight:bold;
}

#photocon .award ul li .img img{
  width:100%;
  margin: 0 0 10px 0;
}

#photocon .award ul li .grandprix{
  position:relative;
  padding:0 0 10px 0;
}

#photocon .award ul li .grandprix dt{
  position:absolute;
  top:0;
  left:0;
}

#photocon .award ul li .grandprix dd{
  padding:0 0 10px 50px;
  color:#cca467;
  font-size:15px;
  line-height:18px;
  text-indent:10px;
  font-weight:bold;
  border-bottom:1px solid #d9d9d9;
}

#photocon .award ul li .school{
  text-align:center;
  margin: 0 0 10px 0;
}

#photocon .award ul li .btn{
  text-align:center;
}

#photocon .award ul li .btn a{
padding: 5px 30px 5px 30px;
}

/*----- 過去の受賞作品 -----*/

/*----- 審査員 -----*/

#photocon .teacher {
}

#photocon .teacher dl {
  width: 808px;
  overflow: hidden;
}

#photocon .teacher dl.top {
  margin: 0 0 35px 0;
}

#photocon .teacher dl.bottom {
  margin: 0 0 80px 0;
}

#photocon .teacher dl dt {
  width: 152px;
  margin: 0 30px 0 0;
  float: left;
}

#photocon .teacher dl dt .img {
  margin: 0 0 10px 0;
}

#photocon .teacher dl dt .name {
  font-weight: bold;
  text-align: center;
}

#photocon .teacher dl dd {
  background-color: #e5f5f9;
  width: 546px;
  padding: 30px 40px;
  float: left;
  position: relative;
}

#photocon .teacher dl dd .arrow {
  position: absolute;
  left: -23px;
  top: 40px;
}
/*----- 審査員 -----*/

/*----- 審査員プロフィール -----*/
#photocon .teacher_intro{
display: flex;
flex-wrap: wrap;
overflow:hidden;
margin-bottom:40px;
}

#photocon .teacher_intro dl {
width: 404px;
overflow: hidden;
}

#photocon .teacher_intro ul{
overflow:hidden;
}

#photocon .teacher_intro ul li {
width: 392px;
overflow: hidden;
float:left;
}

#photocon .teacher_intro dl.top {
margin: 0 0 20px 0;
min-height: 210px;
}

#photocon .teacher_intro dl.bottom {
margin: 0 0 80px 0;
}

#photocon .teacher_intro dl dt {
width: 152px;
margin: 0 8px 0 0;
float: left;
}

#photocon .teacher_intro dl dt .img {
margin: 0 0 10px 0;
}

#photocon .teacher_intro dl dt .name {
font-weight: bold;
text-align: center;
}

#photocon .teacher_intro dl dd {
width: 225px;
margin-right:15px;
float: left;
font-size:13px;
line-height:1.7;
}

#photocon .cooperation .flex_box{
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
#photocon .cooperation .flex_box img{
  width: 100%;
  height: 100%;
  max-width: 180px;
  margin-left: 5px;
}

@media screen and (max-width:767px) {

#photocon .teacher_intro{
overflow:hidden;
margin:0 10px;
}

#photocon .teacher_intro dl dt {
width: 150px;
margin:0 auto;
float: none;
}

#photocon .teacher_intro dl dt .img{
float:left;
margin:0 auto 10px;
width:150px;
}

#photocon .teacher_intro dl.top {
margin: 0 0 35px 0;
width:50%;
}

#photocon .teacher_intro dl dd {
width: 90%;
float: none;
position: relative;
margin:0 auto;
}

#photocon .teacher_intro dl dt .name {
margin:0 0 5px;
font-size:15px;
}

}

/*----- 審査員プロフィール -----*/

/*----- テーブル -----*/

#photocon .tbg_gray {
    background-color: #f7f7f7 !important;
}

#photocon .tableCommon {
    border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: none;
  border-right: none;
    width: 778px;
  margin: 0 0 40px 0;
}

#photocon .tableCommon th {
    font-weight: bold;
    padding: 20px 25px;
}

#photocon .tableCommon th h4 {
  text-align: left;
}

#photocon .tableCommon td {
    font-size: 13px;
    padding: 20px 25px;
}

#photocon .tableCommon td .prize_pc {
  line-height: 1;
}

#photocon .tableCommon td .prize_pc dl.prize_top {
  width: 455px;
  margin: 20px 0 30px 0;
  overflow: hidden;
}

#photocon .tableCommon td .prize_pc dl.prize_top dt {
  width: 215px;
  margin: 0 30px 0 0;
  float: left;
}

#photocon .tableCommon td .prize_pc dl.prize_top dd {
  width: 210px;
  float: left;
}

#photocon .tableCommon td .prize_pc dl.prize_top dd .crown {
  margin: 0 0 10px 0;
}

#photocon .tableCommon td .prize_pc dl.prize_top dd .ttl {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#photocon .tableCommon td .prize_pc dl.prize_top dd .prize_name {
  line-height: 1.6;
}

.tmp_main_request_bnr {
  display: none;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom {
  margin:0 0 15px;
  width: 580px;
  overflow: hidden;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li {
  width: 290px;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_01 {
  height: 140px;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_01 dl.crown {
  width: 290px;
  overflow: hidden;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_01 dl.crown dt {
  width: 32px;
  margin: 0 10px 0 0;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_01 dl.crown dd {
  font-size: 16px;
  font-weight: bold;
  width: 248px;
  margin: 0 0 20px 0;
  padding: 5px 0 0 0;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_01 dl.wrapper {
  width: 290px;
  overflow: hidden;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_01 dl.wrapper dt {
  width: 99px;
  margin: 0 15px 0 0;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_01 dl.wrapper dd {
  font-size: 12px;
  line-height: 1.3;
  width: 176px;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_02 {
  height: 140px;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_02 .prize_ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 5px 0 0 0;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_02 dl.wrapper {
  width: 290px;
  overflow: hidden;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_02 dl.wrapper dt {
  width: 67px;
  margin: 0 15px 0 0;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_02 dl.wrapper dd {
  width: 154px;
  line-height: 1.3;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_03 {
  margin:0 0 15px;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_03 dl.wrapper {
  width: 290px;
  overflow: hidden;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_03 dl.wrapper dt {
  width: 74px;
  margin: 0 15px 0 0;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_03 dl.wrapper dd {
  font-size: 12px;
  line-height: 1.3;
  width: 201px;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_03 dl.wrapper dd .prize_ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_04 {
  height: 100px;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_04 dl.wrapper {
  width: 290px;
  overflow: hidden;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_04 dl.wrapper dt {
  width: 39px;
  margin: 0 15px 0 0;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_04 dl.wrapper dd {
  font-size: 12px;
  line-height: 1.3;
  width: 236px;
  float: left;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_04 dl.wrapper dd .prize_ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_04 dl.wrapper dd .txt_02 {
  font-size: 10px;
}

#photocon .tableCommon td .prize_pc ul.prize_bottom li.prize_04 dl.wrapper dd .txt_02 sup {
  vertical-align: top;
  font-size: 6px;
}

#photocon .tableCommon td .prize_tit_pc{
  padding: 0 0 20px;
  font-weight: bold;
}

#photocon .tableCommon td .prize_tit_pc.gold{
  padding:10px 0 20px;
  font-size: 22px;
}

#photocon .tableCommon td .prize_tit_pc.silver{
  font-size: 16px;
}

#photocon .tableCommon td .prize_tit_pc.bronze{
  font-size: 16px;
}

#photocon .tableCommon td .prize_tit_pc img{
  padding:0 10px 0 0;
}

#photocon .tableCommon td .prize_tit_pc.gold img{
  width:40px;
}

#photocon .tableCommon td .prize_tit_pc.silver img{
  width:30px;
}

#photocon .tableCommon td .prize_item_list_pc{
  padding:0 0 60px;
}

#photocon .tableCommon td .prize_item_list_pc.silver{
  padding:0 0 30px 0;
}

#photocon .tableCommon td .prize_item_list_pc li::after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

#photocon .tableCommon td .prize_item_list_pc.gold li{
  width:100%;
}

#photocon .tableCommon td .prize_item_list_pc.silver li{
  margin:0 0 30px;
}

#photocon .tableCommon td .prize_item_list_pc img{
  float:left;
  display:block;
}

#photocon .tableCommon td .prize_item_list_pc.gold img{
  width:215px;
  height:auto;
}

#photocon .tableCommon td .prize_item_list_pc.silver li{
  position: relative;
}

#photocon .tableCommon td .prize_item_list_pc.silver li img{
  width:120px;
  height:auto;
}

#photocon .tableCommon td .prize_item_list_pc.bronze img{
  width:120px;
  height:auto;
}

#photocon .tableCommon td .prize_item_list_pc.bronze.long img{
  width: 215px;
}

#photocon .tableCommon td .prize_item_list_pc .label{
  float:left;
  display:block;
  padding:40px 0 0 30px;
  line-height: 1.3;
  width: 250px;
}

#photocon .tableCommon td .prize_item_list_pc.silver .label{
  float:none;
  display:block;
  padding:0;
  position: absolute;
  left:140px;
  top:50%;
  transform: translate(0,-50%);
  font-size: 12px;
  line-height: 1.3;
}

#photocon .tableCommon td .prize_item_list_pc.bronze li{
  position: relative;
}

#photocon .tableCommon td .prize_item_list_pc.bronze .label{
  float:none;
  display:block;
  padding:0;
  position: absolute;
  left:140px;
  top:50%;
  transform: translate(0,-50%);
  font-size: 12px;
  line-height: 1.3;
}

#photocon .tableCommon td .prize_item_list_pc.bronze.long .label{
  left:250px;
}

#photocon .tableCommon td .epson p{

}

#photocon .tableCommon td .epson .bnr{
  display:inline-block;
  width:175px;
  height:50px;
}

#photocon .tableCommon td .date span {
  border: 1px solid #333333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 12px;
  vertical-align:top;
  padding:1px 3px;
}

#photocon .tableCommon td .annotation {
  font-size: 12px;
}

/*----- テーブル -----*/

/*----- コンバージョン-----*/

#photocon .photocon_cv {
  background: #f2f2f2;
  margin: 0 0 40px 0;
  padding: 30px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#photocon .photocon_cv p {
  color: #333333;
  font-weight: bold;
}

#photocon .photocon_cv_sp {
  display: none;
}

/*----- コンバージョン -----*/

/*----- 注意事項 -----*/

#photocon .attention_ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

#photocon .tmp_photocon_03 ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin: 8px 0 0 13px;
}

#photocon .tmp_photocon_03 ul li.last {
  list-style-position: outside;
    list-style-type: none;
    margin: 8px 0 0 0;
}

#photocon .tmp_photocon_03 ul li b{
  font-size:18px;
}

/*----- 注意事項 -----*/

@media screen and (max-width:767px) {

/* --------------------------------
  photocon_sp
-------------------------------- */

/*----- h3タイトル -----*/

#photocon .tmp_cnt_h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 10px 15px;
}

#photocon h3.tmp_cnt_h2 {
    margin: 0 0 20px 15px;
}

/*----- h3タイトル -----*/

/*----- トップタイトル -----*/

#photocon .top_ttl {
  margin: 0 15px 15px;
  overflow: hidden;
}

#photocon .top_ttl .theme {
  font-size:22px;
  text-align:center;
  overflow: hidden;
  font-weight:bold;
  line-height:1.3;
  margin-bottom:25px;
}

#photocon .top_ttl .left {
  float:none;
  width:100%;
  margin:0;
}

#photocon .top_ttl .left dt img{
  width:73px;
  height:64px;
}

#photocon .top_ttl .left dd{
  text-align:left;
  margin:0;
  padding:0 0 0 88px;
  min-height:63px;
  line-height:63px;
  width:auto;
}

#photocon .top_ttl .right{
  width:auto;
  float:none;
}

/*----- トップタイトル -----*/

/*----- トップテキスト -----*/

#photocon .top_txt {
  margin:0 15px 40px;
  padding:15px 0 0 0;
  border-top:1px #d9d9d9 solid;
}

/*----- トップテキスト -----*/

/*----- 過去の受賞作品 -----*/

#photocon .award {
}

#photocon .award ul{
  padding:0 0 30px;
}

#photocon .award ul li {
  float: none;
  padding:0 15px 10px 15px;
  width:100%;
}

#photocon .award ul li .img{
  padding:10px 0 0 0;
}

#photocon .award ul li .tab{
  margin:0;
}

#photocon .award ul li .tab span{
  font-size:13px;
  letter-spacing:0;
}

#photocon .award ul li .btn a{
  display:block;
  width:auto;
  text-align:center;
  padding:5px 0;
}

#photocon .award ul li .school{
  font-size:14px;
}

#photocon .award ul li .attention{
  padding:10px 0 0 0;
  text-align:center;
  font-size:13px;
}

/*----- 過去の受賞作品 -----*/

/*----- 審査員 -----*/

#photocon .teacher {
  margin:0 15px;
}

#photocon .teacher dl {
  width:auto;
}

#photocon .teacher dl.bottom {
  margin: 0 0 35px 0;
}

#photocon .teacher dl dt {
  width:25%;
  margin: 0 0 0 0;
  float: left;
}

#photocon .teacher dl dd {
  width:60%;
  padding:5%;
  float:right;
  position: relative;
}

#photocon .teacher dl dd .arrow {
  position: absolute;
  left: -12px;
  top: 20px;
}

#photocon .teacher dl dd .arrow img{
  width:12px;
  height:15px;
}

/*----- 審査員 -----*/

/*----- テーブル -----*/

#photocon .tmp_photocon_02{
  margin:0 15px;
}

#photocon .tableCommon{
  margin: 0 0 30px 0;
  border:1px solid #ddd;
}

#photocon .tableCommon th {
  text-align:center;
  padding:10px;
}

#photocon .tableCommon th h4 {
  width:100%;
  text-align:center;
}

/*----- prize_sp ※SPのみ表示 -----*/

#photocon .tableCommon td .prize_sp {
  display: block;
}

#photocon .tableCommon td .prize_sp dl.grandprix {
  margin: 0 0 10px 0;
  overflow: hidden;
}

#photocon .tableCommon td .prize_sp dl.grandprix dt {
  width: 20px;
  margin: 0 5px 0 0;
  float: left;
}

#photocon .tableCommon td .prize_sp dl.grandprix dd {
  font-size: 15px;
  font-weight: bold;
  padding: 2px 0 0 0;
  float: left;
}

#photocon .tableCommon td .prize_sp .prize_ttl {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#photocon .tableCommon td .prize_sp dl.prize_01 {
  margin: 0 0 20px 0;
}

#photocon .tableCommon td .prize_sp dl.prize_01 dt {
  width: 170px;
  margin: 0 0 10px 0;
}

#photocon .tableCommon td .prize_sp dl.prize_01 dd {
  font-size: 11px;
}

#photocon .tableCommon td .prize_sp dl.prize_02 {
  margin: 0 0 20px 0;
}

#photocon .tableCommon td .prize_sp dl.prize_02 dt {
  width: 100px;
  margin: 0 0 10px 0;
}

#photocon .tableCommon td .prize_sp dl.prize_02 dd {
  font-size: 11px;
}

#photocon .tableCommon td .prize_sp dl.prize_03 {
  margin: 0 0 20px 0;
}

#photocon .tableCommon td .prize_sp dl.prize_03 dt {
  width: 100px;
  margin: 0 0 10px 0;
}

#photocon .tableCommon td .prize_sp dl.prize_03 dd {
  font-size: 11px;
}

#photocon .tableCommon td .prize_sp dl.prize_04 {
  margin: 0 0 20px 0;
  overflow: hidden;
}

#photocon .tableCommon td .prize_sp dl.prize_04 dt {
  width: 80px;
  margin: 0 10px 10px 0;
  float: left;
}

#photocon .tableCommon td .prize_sp dl.prize_04 dd {
  font-size: 11px;
  float: left;
}

#photocon .tableCommon td .prize_sp dl.prize_05 {
  margin: 0 0 30px 0;
  overflow: hidden;
}

#photocon .tableCommon td .prize_sp dl.prize_05 dt {
  width: 40px;
  margin: 0 10px 10px 0;
  float: left;
}

#photocon .tableCommon td .prize_sp dl.prize_05 dd {
  font-size: 11px;
  float: left;
}

#photocon .tableCommon td .prize_sp dl.prize_05 dd sup {
  font-size: 6px;
  vertical-align: top;
}

#photocon .tableCommon td .annotation {
  font-size: 12px;
}

#photocon .tableCommon td .date {
  font-size: 13px;
  margin: 0 0 10px 0;
}

#photocon .tableCommon td .date span {
  border: 1px solid #333333;
  border-radius: 3px;        /* CSS3草案 */
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;   /* Firefox用 */
  font-size:12px;
  padding:1px 3px;
}

#photocon .tableCommon td .prize_tit_sp{
  padding: 0 0 15px;
  font-weight: bold;
  font-size:15px;
  line-height:1;
}

#photocon .tableCommon td .prize_tit_sp.bronze{
  font-size: 16px;
}

#photocon .tableCommon td .prize_tit_sp img{
  padding:0 5px 0 0;
  width:20px;
  height:auto;
  vertical-align:top;
}

#photocon .tableCommon td .prize_item_list_sp{
  padding:0 0 40px;
}

#photocon .tableCommon td .prize_item_list_sp:last-child{
  padding:0 0 20px;
}

#photocon .tableCommon td .prize_item_list_sp li::after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

#photocon .tableCommon td .prize_item_list_sp.gold li{
  position: relative;
  width:100%;
}

#photocon .tableCommon td .prize_item_list_sp.silver li{
  position: relative;
  margin:0 0 20px;
}

#photocon .tableCommon td .prize_item_list_sp.silver li:nth-child(3){
  margin:0;
}

#photocon .tableCommon td .prize_item_list_sp.bronze li{
  position: relative;
  width:100%;
}

#photocon .tableCommon td .prize_item_list_sp img{
  display:block;
}

#photocon .tableCommon td .prize_item_list_sp.gold img{
  width:190px;
  height:auto;
}

#photocon .tableCommon td .prize_item_list_sp.silver img{
  width:90px;
  height:auto;
}

#photocon .tableCommon td .prize_item_list_sp.bronze img{
  width:90px;
  height:auto;
}

#photocon .tableCommon td .prize_item_list_sp.bronze.long img{
  width: 190px;
}

#photocon .tableCommon td .prize_item_list_sp .label{
  display:block;
  padding:10px 0 0 0;
}

#photocon .tableCommon td .prize_item_list_sp.silver .label{
  position: absolute;
  top:50%;
  left:100px;
  transform: translate(0,-50%);
  font-size:11px;
  padding:0;
}

#photocon .tableCommon td .prize_item_list_sp.bronze .label{
  position: absolute;
  top:50%;
  left:100px;
  transform: translate(0,-50%);
  font-size:11px;
  padding:0;
}

#photocon .tableCommon td .prize_item_list_sp.bronze.long .label{
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0,0);
  padding-top: 10px;
}

#photocon .tableCommon td .epson p{
  display:block;
  padding:0 0 5px 0;
}

#photocon .tableCommon td .epson .bnr{
  width:auto;
  height:auto;
  max-width:100%;
}

/*----- テーブル -----*/

/*----- コンバージョン -----*/

#photocon .photocon_cv_sp {
  background: #f2f2f2;
  color: #333333;
  margin: 0 15px 20px 15px;
  padding: 30px 30px;
  font-size: 16px;
  text-align: center;
  display: block;
}

#photocon .photocon_cv_sp p {
  font-weight: bold;
}

#photocon .photocon_cv {
  display: none;
}

/*----- コンバージョン -----*/

/*----- 注意事項 -----*/

#photocon .attention_ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 15px;
}

#photocon .tmp_photocon_03 ul {
  margin: 0 15px 40px 15px;
}

#photocon .tmp_photocon_03 ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin: 8px 0 0 13px;
}

#photocon .tmp_photocon_03 ul li.last {
    list-style-type: none;
}

#photocon .cooperation .flex_box{
  display: block;
}
#photocon .cooperation .flex_box img{
  width: 100%;
  height: 100%;
  max-width: 150px;
  margin-top: 0;
  margin-left: 0;
}

/*----- 注意事項 -----*/

}
