@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.column-narrow .content-in {
  width: 930px;
}
table th {
  background: #f9f9f9;
}
.vodTitleD {
  font-size: 29px;
  color: #fff;
    padding-left: 1em !important;
    background: #3caf5a !important;
    margin-bottom: 0;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 4px 4px 0 0;
    text-align: center;
}
.article h2 {
  border-radius: 2px 2px 0 0;
}
.article h2:before {
    top: 1.06em;
}
.ctaBtmOriginal {
  margin: 40px 50px 60px;
}
.ctaBtmOriginal a {
  background: #dc3a3a;
  padding: 18px 38px;
  font-size: 26px;
  text-decoration: none;
  font-weight: bold;
  color: #ffff;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 5px;
  border-bottom: solid 3px #901e1e;
}
.ctaBtmOriginal a:hover {
  background: #901e1e;
}
.ctaBtmOriginal a:after {
  font-family: FontAwesome;
  content: "\f0a9";
  margin-left: 10px;
}
.vodScontents {
  border-left: solid 4px #3caf5a;
  border-right: solid 4px #3caf5a;
  border-bottom: solid 4px #3caf5a;
  background: #fff;
  padding: 2%;
  margin-bottom: 6%;
}
#ebookjapanH2 {
  background: #F8485E !important;
}
#bookliveH2 {
  background: #FF8C2F !important;
}
.bookliveContents {
  border-left: solid 4px #FF8C2F;
  border-right: solid 4px #FF8C2F;
  border-bottom: solid 4px #FF8C2F;
}
#cmoaH2 {
  background: #FF8C2F !important;
}
.cmoaContents {
  border-left: solid 4px #FF8C2F;
  border-right: solid 4px #FF8C2F;
  border-bottom: solid 4px #FF8C2F;
}
#bookwalkerH2 {
  background: #00A4E5 !important;
}
.bookwalkerContents {
  border-left: solid 4px #00A4E5;
  border-right: solid 4px #00A4E5;
  border-bottom: solid 4px #00A4E5;
}
#dbookH2 {
  background: #CD0134 !important;
}
.dbookContents {
  border-left: solid 4px #CD0134;
  border-right: solid 4px #CD0134;
  border-bottom: solid 4px #CD0134;
}
.ebookjapanContents {
  border-left: solid 4px #F8485E;
  border-right: solid 4px #F8485E;
  border-bottom: solid 4px #F8485E;
}
.vodScontents p {
  margin-bottom: 15px;
}
.vodScontents h3 {
  position: relative;
  padding: 1.5rem 1rem;
  font-size: 26px;
  text-align: center;
  margin: 1.5em 0;
}
.vodScontents h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #928146, #e4d521 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #928146, #e4d521 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vodSleft {
  width: 34%;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
}
.vodSleft p {
  line-height: 1.5;
  margin: 0;
  font-size: 14px;
  color: #4c4c4c;
}
.topTableShopInfo {
  margin: 0;
}
.topTableShopInfo tr {
  font-size: 12px;
}
.vodaodokd {
  padding: 0;
}
.vodSright {
  width: 62%;
  display: inline-block;
  vertical-align: top;
}
.vodSright h4 {
  color: #3688c1;
  margin: 0 0 5px 0;
  font-size: 20px;
}
.vodSright p {
  margin: 0 0 2% 0;
  line-height: 1.6;
}
.textLink_right {
  text-align: right;
  font-size: 17px;
  font-weight: bold;
}
.vodSleft img {}
.boldSize18px {
  font-weight: bold;
}
.appSection {
    margin: 0 0 2em 0;
}
.appSection div {
    margin: 0 0.5em;
    display: inline-block;
}
.bookAppbox {
  text-align: center;
}
table th, table td {
  font-size: 1em;
}
.serviceTitle {
    font-size: 28px;
    margin-bottom: 10px;
  }
.osusume50off {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #3caf5a;
  color: #fff;
  text-align: center;
}
.osusume50off:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}
.trialRead {
  margin: 1.5em 0 3em;
}
.trialRead a {
  background: #f14d5c;
  padding: 18px 38px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  color: #ffff;
  width: 64%;
  display: block;
  text-align: center;
  border-radius: 5px;
  border-bottom: solid 4px #c10c1c;
  margin: 0 auto;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
    .column-narrow .content-in {
    width: 100%;
  }
  .vodSleft {
    width: 100%;
    display: block;
  }
  .vodSright {
    width: 100%;
    display: block;
  }
  table th, table td {
    font-size: 0.8em;
  }
  .vodSright {
    margin-bottom: 1em;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .ctaBtmOriginal a {
    font-size: 17px;
    padding: 18px 20px;
  }
  .ctaBtmOriginal {
    margin: 40px 4px 30px;
  }
  .serviceTitle {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .trialRead a {
    width: 92%;
  }
}
