@charset "UTF-8";
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

body {
  color: #252730;
}

#header {
  width: 100%;
  border-bottom: 4px solid #DBDBDB;
  padding: 110px 0px 95px;
}

#header .inner {
  width: 820px;
  margin: 0 auto;
}

#header .inner:after {
  content: "";
  display: table;
  clear: both;
}

#header .title {
  width: 296px;
  float: left;
}

#header .title img {
  width: 100%;
  height: auto;
}

#header .txtwrap {
  float: right;
}

#header .txtwrap h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 23px;
  margin-bottom: 38px;
  font-weight: normal;
}

#header .txtwrap .course {
  margin-bottom: 35px;
}

#header .txtwrap .course .num {
  float: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #B81C22;
  border-radius: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  padding-top: 14px;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  line-height: 130%;
}

#header .txtwrap .course .num span {
  font-size: 28px;
}

#header .txtwrap .course .priceWrap {
  float: right;
  width: 300px;
  font-size: 16px;
}

#header .txtwrap .course .priceWrap .price {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 33px;
  font-weight: bold;
}

#header .txtwrap .course .priceWrap .price span {
  font-size: 17px;
}

#header .txtwrap .course:after {
  content: "";
  display: table;
  clear: both;
}

#header .txtwrap .txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 190%;
  font-size: 15px;
}

.caution_txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 190%;
  font-size: 15px;
  margin: 30px 0 0;
}

#mainContents {
  margin-top: 68px;
}

#mainContents .wrapTitle {
  width: 100%;
  margin-bottom: 100px;
}

#mainContents .wrapTitle h2 {
  display: block;
  width: 820px;
  margin: 0 auto;
}

#mainContents .wrapTitle h2 img {
  width: 395px;
  height: auto;
}

#mainContents #wrapItems {
  width: 820px;
  margin: 0 auto;
  overflow: hidden;
}

#mainContents #wrapItems ul.items {
  width: 946px;
}

#mainContents #wrapItems ul.items li {
  width: 347px;
  margin-right: 126px;
  margin-bottom: 100px;
  overflow: hidden;
  float: left;
}

#mainContents #wrapItems ul.items li .itemWrap {
  width: 374px;
}

#mainContents #wrapItems ul.items li .itemWrap:after {
  content: "";
  display: table;
  clear: both;
}

#mainContents #wrapItems ul.items li .item_cont {
  width: 160px;
  margin-right: 27px;
  float: left;
}

#mainContents #wrapItems ul.items li .item_cont .photo, #mainContents #wrapItems ul.items li .item_cont .ebook, #mainContents #wrapItems ul.items li .item_cont .page {
  display: block;
}

#mainContents #wrapItems ul.items li .item_cont .photo img, #mainContents #wrapItems ul.items li .item_cont .ebook img {
  width: 100%;
  height: auto;
}
#mainContents #wrapItems ul.items li .item_cont .photo img, #mainContents #wrapItems ul.items li .item_cont .ebook + .ebook {
  margin-top: 10px;
}

#mainContents #wrapItems ul.items li .item_cont .photo img {
  box-shadow: 1px 1px 5px 1px #a1a1a1;
  -moz-box-shadow: 1px 1px 5px 1px #a1a1a1;
  -webkit-box-shadow: 1px 1px 5px 1px #a1a1a1;
}

#mainContents #wrapItems ul.items li .item_cont .page {
  margin: 5px 0px;
  font-size: 11px;
}

#mainContents #wrapItems ul.items li .itemDesc {
  border-top: 2px solid #BCBCBC;
  border-bottom: 2px solid #BCBCBC;
  margin-top: 17px;
}

#mainContents #wrapItems ul.items li .itemDesc table {
  width: 100%;
}

#mainContents #wrapItems ul.items li .itemDesc table th, #mainContents #wrapItems ul.items li .itemDesc table td {
  padding: 10px 0px;
}

#mainContents #wrapItems ul.items li .itemDesc table th {
  border-bottom: 2px solid #BCBCBC;
  vertical-align: middle;
  font-size: 25px;
  text-align: left;
}

#mainContents #wrapItems ul.items li .itemDesc table th span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

#mainContents #wrapItems ul.items li .itemDesc table td {
  width: 50%;
  box-sizing: border-box;
  border-right: 2px solid #BCBCBC;
  vertical-align: middle;
  font-size: 12px;
}

#mainContents #wrapItems ul.items li .itemDesc table td.price {
  font-size: 28px;
  font-weight: bold;
}
#mainContents #wrapItems ul.items li .itemDesc table td.price2 {
  font-size: 25px;
  font-weight: bold;
}
#mainContents #wrapItems ul.items li .itemDesc table td.price span {
  font-size: 13px;
  font-weight: normal;
}
#mainContents #wrapItems ul.items li .itemDesc table td.price2 span {
  font-size: 13px;
  font-weight: normal;
}
#mainContents #wrapItems ul.items li .itemDesc table td:last-child {
  border-right: none;
}

#mainContents #wrapItems ul.items li .itemDesc table td dl {
  padding-left: 15px;
}

#mainContents #wrapItems ul.items li .itemDesc table td dl dt {
  width: 100px;
  float: left;
}

#mainContents #wrapItems ul.items li .itemDesc table td dl dd {
  text-align: right;
}

#mainContents #wrapItems ul.items li .itemDesc table td dl dt, #mainContents #wrapItems ul.items li .itemDesc table td dl dd {
  margin-bottom: 3px;
}

#mainContents #wrapItems ul.items li .itemDesc table td dl dt:last-child, #mainContents #wrapItems ul.items li .itemDesc table td dl dd:last-child {
  margin-bottom: 0px;
}

#mainContents #wrapItems:after {
  content: "";
  display: table;
  clear: both;
}

#mainContents:after {
  content: "";
  display: table;
  clear: both;
}

#footer {
  width: 100%;
  background: #DCDDDD;
  text-align: center;
  padding: 25px 0px;
}

#footer p {
  margin-bottom: 10px;
}

#footer p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 687px) {
  #header {
    padding: 50px 0px 40px;
  }
  #header .inner {
    width: 93%;
  }
  #header .title {
    width: 60%;
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  #header .txtwrap {
    width: 100%;
    margin-top: 50px;
  }
  #header .txtwrap h2 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  #header .txtwrap .course .num {
    width: 56px;
    float: none;
    margin: 0 auto;
  }
  #header .txtwrap .course .priceWrap {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 10px;
  }
  #header .txtwrap .course .priceWrap .price {
    font-size: 25px;
  }
  #header .txtwrap .txt {
    width: 100%;
  }
  #header .txtwrap .txt img {
    width: 100%;
    height: auto;
  }
  #mainContents {
    width: 93%;
    margin: 40px auto 0px;
  }
  #mainContents .wrapTitle {
    margin-bottom: 30px;
  }
  #mainContents .wrapTitle h2 {
    width: 100%;
  }
  #mainContents .wrapTitle h2 img {
    width: 100%;
    height: auto;
  }
  #mainContents #wrapItems {
    width: 100%;
  }
  #mainContents #wrapItems ul.items {
    width: 100%;
  }
  #mainContents #wrapItems ul.items li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  #mainContents #wrapItems ul.items li .itemWrap {
    width: 105%;
  }
  #mainContents #wrapItems ul.items li .item_cont {
    width: 45%;
    margin-right: 5%;
  }
  #mainContents #wrapItems ul.items li .itemDesc table td {
    width: 100%;
    display: block;
    border-right: none;
    padding: 10px 0px;
  }
  #mainContents #wrapItems ul.items li .itemDesc table td.price {
    text-align: right;
    font-size: 22px;
  }
  #mainContents #wrapItems ul.items li .itemDesc table td dl {
    margin-bottom: 10px;
    padding-left: 0px;
    width: 100%;
  }
  #mainContents #wrapItems ul.items li .itemDesc table td dl:last-child {
    margin-bottom: 0px;
  }
  #mainContents #wrapItems ul.items li .itemDesc table td dl dt {
    padding-left: 15px;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
  }
  #mainContents #wrapItems ul.items li .itemDesc table td dl dd {
    padding-right: 15px;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px dashed #ccc;
  }
  #mainContents #wrapItems ul.items li .itemDesc table td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  #footer .inFooter {
    width: 93%;
    margin: 0 auto;
    font-size: 12px;
  }
}

#mainContents #wrapItems ul.items li:nth-child(odd) {clear:both;}
#mainContents #wrapItems ul.items li .itemDesc table {height:100%;}
#mainContents #wrapItems ul.items li .itemDesc table th span {white-space: nowrap;}
