﻿@charset "utf-8";
/* CSS Document */

.contents-area {
  background: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .spContent {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  .pcContent {
    display: none!important;
  }
}

#str_container .appWrap h3.ttl {
  font-size: 20px;
  border-left: none;
  padding: 0;
  margin: 0;
}
.appWrap .txtWrap {
  margin-top: 20px;
}
.appWrap .txt {
  margin: 15px 0 0;
}
.appWrap .txt > * {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .appInner {
    position: relative;
    padding-right: 220px;
    box-sizing: border-box;
  }
  .appWrap {
    margin: 30px 0 70px;
  }
  .appWrap .txtWrap {
    margin-top: 20px;
    padding: 40px 0 0 30px;
  }
  .appWrap .imgWrap {
    position: absolute;
    width: 170px;
    font-size: 13px;
    color: #434343;
    top: 0;
    right: 35px;
    text-align: center;
  }
  .appWrap .imgWrap img {
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 7px;
  }
}
@media screen and (max-width: 768px) {
  .appWrap .txtWrap {
    margin-top: 20px;
  }
  #str_container .appWrap h3.ttl {
    font-size: 16px;
  }
  .appWrap .txt {
    margin: 10px 0 0;
  }
  .appWrap .txt > * {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .imgWrap .imgList {
    margin-top: 20px;
  }
  .imgWrap .imgList:after {
    content: "";
    display: block;
    clear: both;
  }
  .imgWrap .imgList img {
    width: 100%;
  }
  .imgWrap .imgList {
    padding: 0 20px;
  }
  .imgWrap .imgList li {
    float: left;
    width: 42%;
  }
  .imgWrap .imgList li:nth-child(even) {
    float: right;
    width: 51.95%;
  }
}

.pre-2box > div{
  float:left;
  width:50%;
  margin-top:0;
}
.pre-2box p.txt{
  width:448px;
  background-color:#666666;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  padding:15px;
  margin-top: 0;
  display: inline-block;
}
.pre-2box p span.name-txt{
  width:290px;
  float:left;
}
.pre-2box p span.number{
  width:145px;
  font-size:24px;
  display: inline-block;
  text-align:right;
}
.pre-2box p span.number .big-txt{
  font-size:40px;
}
@media screen and (max-width: 768px) {
  .pre-2box > div {
    width: 100%;
  }
  .pre-2box div img{
    width:100%;
  }
  .pre-2box p.txt{
    background-color:#666666;
    color:#FFFFFF;
    font-weight:bold;
    width:100%;
    max-height:999999px;
    margin-top: 0;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
  }
  .pre-2box .name-txt {
    display: inline-block;
    width: 70%;
    font-size: 14px;
    line-height: 1.5;
  }
  .pre-2box p span.number{
    display:block;
    text-align:right;
    width: auto;
    font-size: 14px;
    line-height: 0.8;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .pre-2box p span.number .big-txt{
    font-size:30px;
  }
}

.couponWrap .pre-2box .imgWrap,
.couponWrap .pre-2box .txtWrap {
  border: 1px solid #666666;
  box-sizing: border-box;
}
.couponWrap .pre-2box .txtInner {
  padding: 20px;
  box-sizing: border-box;
}
.couponWrap .pre-2box .txtWrap .ttl {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
}
.couponWrap .pre-2box .txtWrap .ttl span {
  font-weight: bold;
  font-size: 22px;
}
.couponWrap .pre-2box .txtWrap .list {
  font-size: 16px;
  line-height:  1.6;
  margin-top: 10px;
}
.couponWrap .pre-2box .txtWrap .list > li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .couponWrap.layout01 .pre-2box .txtWrap {
    position: relative;
  }
  .couponWrap.layout01 .pre-2box .txtWrap p.txt {
    position: absolute;
    bottom: 0;
  }
  .couponWrap.layout01 .pre-2box .txtWrap p.txt .number {
    font-size: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .couponWrap .pre-2box .txtWrap {
    border-top: none;
  }
  .couponWrap .pre-2box .txtInner {
    padding: 13px;
  }
  .couponWrap .pre-2box .txtWrap .ttl {
    font-size: 14px;
  }
  .couponWrap .pre-2box .txtWrap .ttl span {
    font-size: 16px;
  }
  .couponWrap .pre-2box .txtWrap .list {
    font-size: 14px;
    margin-top: 5px;
  }
}

@media screen and (min-width: 769px) {
  .prizeWrap .pre-3box {
    margin-left: -15px;
  }
  .pre-3box div{
    float:left;
    margin-left:15px;
    width:310px;
    margin-top:0;
  }
  .pre-3box p.txt{
    width:280px;
    background-color:#666666;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    padding:15px;
    margin-top: 0;
    display: block;
  }
  .pre-3box p span.name-txt{
    width:180px;
    float:left;
  }
  .pre-3box p span.number{
    width:100px;
    font-size:22px;
    display: inline-block;
    text-align:right;
    margin-top: 4px;
  }
  .pre-3box p span.number .big-txt{
    font-size:36px;
  }
}
@media screen and (max-width: 768px) {
  .pre-3box div{
    margin-top:10px;
    width:100%;
    display:flex;
  }
  .pre-3box img{
    float:left;
    width:50%;
    height: 100%;
  }
  .pre-3box p.txt{
    float:left;
    width:50%;
    color:#FFFFFF;
    background-color:#666666;
    font-size:14px;
    max-height:999999px;
    position:relative;
    margin-top: 0;
  }
  .pre-3box .name-txt {
      display: inline-block;
      padding:10px 5px;
  }
  .pre-3box p span.number{
    font-size:14px;
    display:block;
    text-align:right;
    vertical-align:bottom;
    font-weight:bold;
    position: absolute;
      bottom: 0;
      right: 15px;
  }
  .pre-3box p span.number .big-txt{
    font-size:30px;
  }
}

#notice_box ul li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #notice_box ul {
    margin-left: 0; 
  }
  #notice_box dd {
    padding: 5px 3px 5px 0;
  }
}
#res-header-fin .h-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.deadline_pc ul li {
  padding: 0 5px;
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
    font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}