@charset "UTF-8";

/*!
 * CSS for Pressrelease
 */

/*!
  プレスリリース共通
*/

body.single .entry-content .btnOrange a{
  display: inline-block;
    background: #F37E43;
    color: #fff;
    border-radius: .5rem;
    line-height: 3em;
    font-size: 1.6rem;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
}
body.single .entry-content .btnOrange a:hover{
  opacity:0.7;
}

body.single .single-content table.colrow {
  width: 100%;
    border: solid 1px #ccc;
}
body.single .single-content table.colrow th {
  background-color:#eee;
}
body.single .single-content table.colrow th,
body.single .single-content table.colrow td{
    border: solid 1px #ccc;
  text-align:center;
  vertical-align:middle;
    padding:6px;
}


/*!
  CMキャンペーンプレスページ
*/

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.cm181207 .column2 {
  margin-top: 40px;
}
.cm181207 .column2 img{
  float: left;
  display: block;
  width: 400px;
  margin-right: 40px;
}
.cm181207 .column2 img:last-child{
  margin-right: 0;
}
.cm181207 .column3 {
  margin: 30px 0;
}
.cm181207 .column3 img{
  float: left;
  display: block;
  width: 260px;
  margin-right: 30px;
}
.cm181207 .column3 img:last-child{
  margin-right: 0;
}
.cm181207 .interview {
  padding: 40px;
  background-color: #f8f8f8;
}
body.single .entry-content .cm181207 .interview h2 {
  margin: 0 0 30px;
}
.cm181207 .interview .block {
  margin-bottom: 30px;
}
body.single .entry-content .cm181207 .interview p {
  margin-bottom: 0;
}
body.single .entry-content .cm181207 .interview .question {
  font-weight: bold;
  color: #666;
}
.cm181207 .interview .voice {
  font-weight: bold;
}
.cm181207 .interview .profile {
  padding-top: 40px;
  border-top:1px solid #ccc;
}
.cm181207 .interview .profile .box{
  float: left;
  display: block;
  width: 360px;
  margin-right: 40px;
}
.cm181207 .interview .profile .box:last-child{
  margin-right: 0;
}
.cm181207 .interview .profile .box .inner-left{
  float: left;
  display: block;
  width: 160px;
  margin-right: 20px;
}
.cm181207 .interview .profile .box .inner-left img{
  width: 100%;
}
.cm181207 .interview .profile .box .inner-left span {
  font-size: 10px;
  line-height: 1.2;
  color: #999;
}
body.single .entry-content .cm181207 .interview .profile .box p{
  margin-bottom: 0;
  font-size: 12px;
}
body.single .entry-content .cm181207 .interview .profile .box .name{
  font-size: 15px;
}
.cm181207 .movie {
  margin-top: 80px;
}
.cm181207 .movie .box {
  width: 560px;
  margin: 0 auto 40px;
}
.cm181207 .movie .box iframe{
  max-width: 100%;
}
.cm181207 .movie dt{
  width: 8em;
  float: left;
  clear: both;
}
.cm181207 .movie dd{
  padding-left: 8em;
}
.cm181207 .movie .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.cm181207 .movie .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
body.single .entry-content .list{
    display: flex;
}
body.single .entry-content .list li ul{
    list-style: none;
    margin-left: 2.4em;
    margin-bottom: 0;
}

body.single table {
    border-collapse: collapse;
}

body.single table th, body.single table td {
    border: solid 1px #ccc;
    padding: 3px 10px;
}


@media (max-width: 767.98px) {
  .cm181207 .column2,
  .cm181207 .column3 {
    margin-top: 0;
  }
  .cm181207 .column2 img,
  .cm181207 .column3 img{
    float: none;
    display: block;
    width: 100%;
    margin :0 0 20px 0;
  }
  .cm181207 .movie {
    margin-top: 40px;
  }
  .cm181207 .movie .box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .cm181207 .interview {
    padding: 20px;
  }
  .cm181207 .interview .profile .box{
    float: none;
    display: block;
    width: 100%;
    margin :0 0 20px 0;
  }
    body.single .entry-content .list{
     display: block;
    }

}

/*!
  2018クリスマスキャンペーンプレスページ
*/
.xmas2018 .attentionArea {
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #e73939;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 700;
  color: #e73939;
  text-align: center;
}

@media (max-width: 767.98px) {
  .xmas2018 .attentionArea {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}

/*!
  20190205 「初回登録キャンペーン」および「お友達紹介キャンペーン」変更のお知らせ
*/
.info190205 .table-normal {
  width: 100%;
}
.info190205 .table-normal th,
.info190205 .table-normal  td {
  width: 33.33%;
  padding: 10px 15px;
  border:1px solid #ccc;
  line-height: 1.6;
  vertical-align: middle;
}
.info190205 .table-normal th {
  background-color: #eee;
}

/*!
  20190208 大阪において「DiDiバレンタインキャンペーン」を実施
*/
.valentine2019 .btn {
  width: 100%;
  padding: 20px 0;
  background-color: #f3f3f3;
}
body.single .entry-content .valentine2019 .btn a{
    display: block;
    margin: 0 auto;
    width: 300px;
    background: #F37E43;
    border-radius: 4px;
    font-size: 2rem;
    color: #fff;
    padding: 10px 0;
    outline: none;
    border-bottom: 1px solid #9c4214;
    text-align: center;
    text-decoration: none;
}
body.single .entry-content .valentine2019 .btnOrange {
    margin-bottom: 30px;
    text-align: center;
}
body.single .entry-content .valentine2019 .btnOrange a{
  display: inline-block;
    background: #F37E43;
    color: #fff;
    border-radius: .5rem;
    line-height: 3em;
    font-size: 1.6rem;
    padding: 0 2em;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 767.98px) {
  body.single .entry-content .valentine2019 .btn a{
    width: 80%;
    font-size: 1.4rem;
  }
}