/* new */

b {
  font-weight: bold;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 761px) {
  .contents {
    width: 90%;
    max-width: 650px;
    margin: 0 auto 60px auto;
  }
}

#author_prf {
  margin-top: 0px;
}




#copybox .copy h1 {
  margin-top: -50px;
  padding: 0;
}

#copybox .copy h1 img {
}

@media screen and (max-width: 768px) {
  #copybox .copy h1 {
    margin-top: inherit;
  }
}


/***-----------------------------------
contents2
-----------------------------------***/
.contents2 {
margin: 80px 0 80px 0;
padding: 70px 0 90px;
  background: #fafaeb;
}
.contents2box {
  width: 800px;
  margin: 0 auto;
}
.contents2_title {
  margin: 0 0 45px 0;
  padding: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Noto Sans Japanese";
}

@media screen and (max-width: 761px) {
  .contents2 {
    margin: 50px 0;
    padding: 50px 15px;
  }
  .contents2box {
  width: 100%;
    margin: 0;
    padding: 0;
  }
  .contents2_title {
    margin: 0 15px 30px 15px;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
  }
}


/* recommend */
table.check_01 {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
table.check_01 th {
  width: 35px;
  font-size: 150%;
  line-height: 180%;
  padding: 7px 0 3px 0;
  color: #234ba0;
  vertical-align: top;
  text-align: left;
}
table.check_01 td {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.01em;
  padding: 12px 0 3px 0;
  border-bottom: dotted 1px #999999;
  vertical-align: top;
}

@media screen and (max-width: 761px) {
  table.check_01 {
  }
  table.check_01 th {
    width: 25px;
    font-size: 100%;
    line-height: 150%;
    padding: 5px 0;
  }
  table.check_01 td {
    font-size: 100%;
    padding: 5px 0;
  }
}

@media screen and (max-width: 1023px) {
  #seminar .contents {
    width: 100%;
    margin: 0 auto;
  }
}



/* calendar */
#form {
  margin: 0;
  padding: 0 0 80px 0;
}

@media screen and (max-width: 761px) {
  #form {
    margin: 0;
    padding: 0 0 0 0;
  }
}

#calendar {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}
.calendar_title {
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
  color: #234ba0;
}
.calendar_title img {
  max-width: 720px;
  width: 100%;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 761px) {
  #calendar {
    width: 100%;
    box-sizing: content-box;
    margin: 0 auto 45px auto;
    padding: 0;
  }
}



h1.month {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
}

#seminar ol {
  font-size: 100%;
  line-height: 1.8em;
  list-style-type: decimal;
  list-style-position: inside;
}

table.calendar {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  margin-bottom: 50px;
}
table.calendar th {
  width: 14.2%;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  padding: 10px 0;
  background-color: #f0f0e1;
}
table.calendar td {
  padding: 10px;
  border: solid 1px #ccc;
  vertical-align: top;
}
table.calendar p {
  font-size: 16px;
  color: rgb(255, 65, 65);
  font-weight: 600;
  margin: 4px 0 -8px 0;
  text-align: center;
}
.special_btn a{
  color: #fff;
  background: rgb(103, 187, 8);
}
.day {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
}
.status, .entry {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  color: #eee;
  background: #666;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a .entry {
  font-weight: bold;
  font-size: 15px;
  padding: 6px 0 5px 0;
  background-color: #f6b403;
}

a:hover .entry {
  background-color: #999;
}



@media screen and (max-width: 761px) {
  h1.month {
      padding: 15px 0 10px 0;
      font-size: 14px;
      line-height: 120%;
  }

  #seminar ol {
    font-size: 13px;
  }

  table.calendar {
      width: 100%;
      border-collapse: collapse;
      margin: 0;
      margin-bottom: 30px;
  }
  table.calendar th {
      width: 14.2%;
      font-size: 90%;
      line-height: 100%;
      padding: 8px 0;
      background-color: #fafaeb;
  }
  table.calendar td {
      padding: 10px 5px;
      border: solid 1px #ccc;
      vertical-align: top;
  }
  table.calendar p {
      font-size: 12px;
      color: rgb(255, 65, 65);
      font-weight: 600;
      margin: 4px 0 -8px 0;
      text-align: center;
  }
  table.calendar a.btn {
    font-size: 10px;
  }

  .special_btn a{
      color: #fff;
      background: rgb(103, 187, 8);
  }
  .day {
      margin: 0;
      padding: 0;
      font-size: 95%;
      font-weight: bold;
      line-height: 100%;
      color: #555;
      font-family: Arial, Helvetica, sans-serif;
  }
  .status, .entry {
      width: 100%;
      margin: 10px 0 0 0;
      padding: 5px 0 5px 0;
      font-size: 85%;
      line-height: 140%;
      display: inline-block;
      text-decoration: none;
      color: #eee;
      background: #666;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
  }
  a .entry {
    font-size: 80%;
    letter-spacing: -0.03em;
  }
}

@media all and (-ms-high-contrast: none) {
  .status, .entry {
    padding: 6px 0 3px 0;
  }
}
#calendar a:link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#calendar a:visited {
  color: #fff;
  text-decoration: none;
}
#calendar a:hover {
  color: #fff;
  text-decoration: none;
}





/* このセミナーで手に入る3つのこと */
.number {
    margin: 0;
    padding: 20px 0 25px 0;
    text-align: center;
}
.number span {
    margin: 0 auto;
    padding: 15px 17px;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    background-color: #234ba0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
}

.capter_title {
  height: 110px;
}

@media screen and (max-width: 1023px) {
  .capter_title {
    height: inherit;
  }
}


@media screen and (max-width: 768px) {
  .prf_photo img {
    float: none;
    margin-bottom: 20px;
  }
}


/* faq */
#faqbox {
    margin: 0;
    padding: 75px 0 60px 0;
    background: #fafaeb;
}
.faq {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}
.faq_qus {
    margin: 0 0 10px 0;
    padding: 3px 0 0 35px;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
    position: relative;
}
.faq_qus:after {
    position: absolute;
    top: 3px;
    left: 0;
    content: "Q.";
    color: #234ba0;
    font-size: 125%;
}
.faq_ans {
    margin: 0 0 30px 0;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.faq .att {
    display: block;
    font-size: 12px;
    text-align: right;
    color: rgba(150,150,150,1.00);
}

@media screen and (max-width: 768px) {
  #faqbox {
      margin: 0;
      padding: 45px 15px 30px 15px;
      background: #fafaeb;
  }
  .faq {
      width: 100%;
      margin: 0 auto;
      padding: 0 0 5px;
  }
  .faq_qus {
      margin: 0 0 10px 0;
      padding: 3px 0 0 30px;
      font-size: 110%;
      line-height: 150%;
      position: relative;
  }
  .faq_qus:after {
      position: absolute;
      top: 3px;
      left: 0;
      content: "Q.";
      color: #234ba0;
      font-size: 125%;
  }
  .faq_ans {
      margin: 0 0 30px 0;
      padding: 15px 20px;
      font-size: 100%;
      line-height: 160%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: #fff;
  }
  .faq .att {
      display: block;
      font-size: 80%;
      text-align: right;
      color: rgba(150,150,150,1.00);
  }
}

/* 画像・写真挿入 */

.inner_img {
  margin: 30px 0 50px 0;
  width: 100%;
}

.inner_img .inner_photo {
  width: 100%;
  margin-bottom: 20px;
}

.inner_img .inner_photo img {
  width: 100%;
  height: auto;
}

.inner_img p.graf_title {
  margin: 0 20px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 120%;
  line-height: 1.5em;
  text-align: center;
}

.inner_img p.graf_note {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1023px) {
  .inner_img p.graf_title {
    margin: 0 20px;
    padding: 0;
    font-size: 120%;
    line-height: 1.5em;
  }

  .inner_img p.graf_note {
    font-size: 12px;
    text-align: center;
  }
}


.inner_img .photoframe {
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
}
.inner_img img.book {
  height: auto;
}

@media screen and (max-width: 761px) {
  .inner_img .photoframe {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .inner_img img.book {
    display: inline;
    width: 70%;
    max-width: 200px;
    height: auto;
  }
}

#seminar h1 {
  text-align: center;
  font-size: 36px;
}

#seminar h1 span {
  font-size: 50%;
}

.margin_bottom_plus {
  margin-bottom: 30px;
}

.contents p {
  margin-bottom: 0.8em;
}

.author_sub_tv {
  margin-top: 1em;
}

.author_sub_tv p {
  font-size: 80%;
}

#author_prf {
  padding-bottom: 100px;
}

.author_name_pro {
  margin-bottom: 1em;
  font-weight: bold;
}

#voices {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #voices {
    padding-bottom: 40px;
  }
}

/* ページ内リンク位置を調整 */
@media screen and (min-width: 1024px) {
  span.linkposition1 {
    position: relative;
    top: -50px;
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  span.linkposition1 {
    position: relative;
    top: 0px;
    display: block;
  }
}



.price_title{
  text-align: center;
  color: #F68833;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}

.price_subtitle{
  text-align: center;
  color: #F68833;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.price_hr{
  border-top: 3px solid #F68833;
}

.price_course{
  color: #F68833;
}

.price_inner{
  margin: 2em 0;
}

.price_contents{
  border:1px solid #F68833;
  margin: 1em 0;
  padding: 1em;
}
.price_contents li{
  list-style: none;  
}

.price_contents li span{
  color: #fff;
  background: #F68833;
  border: 1px solid #F68833;
  padding: .1em .5em;
  margin-right: 2em;
}

@media (max-width:599px){
  .price_contents li span{
    display: block;
    margin-right: 0;
  }
}

