@charset "UTF-8";
/* ================================
* base
* ================================ */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:link, a:visited, a:active {
  color: #167ac6;
  text-decoration: underline;
}
a:hover {
  color: #004c87;
}
/* ================================
 * decorations
 * ================================ */
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.black {
  color: #333;
}
.white {
  color: #fff;
}
.red {
  color: #ff0000;
}
.red2 {
  color: #c00000;
}
.blue {
  color: #275eff;
}
.blue2 {
  color: #173ca8;
}
.green {
  color: #00b050;
}
.navy {
  color: #002060;
}
.large {
  font-size: 2.2rem;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}
.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}
.indent-normal {
  text-indent: 1em !important;
}
.indent-rows {
  padding-left: 1em !important;
}
.ma { margin: auto;}
.ml0 { margin-left: 0 !important;}  .ml1 { margin-left: 1em !important;}
.ml2 { margin-left: 2em !important;}  .ml3 { margin-left: 3em !important;}
.mr0 { margin-right: 0 !important;} .mr1 { margin-right: 1em !important;}
.mr2 { margin-right: 2em !important;} .mr3 { margin-right: 3em !important;}
.ml5px { margin-left: 5px;} .ml10px { margin-left: 10px;}
.mr5px { margin-right: 5px;} .mr10px { margin-right: 10px;}
.mt0 { margin-top: 0 !important;} .mt1 { margin-top: 1em !important;}
.mt2 { margin-top: 2em !important;} .mt3 { margin-top: 3em !important;}
.mb0 { margin-bottom: 0 !important;}  .mb1 { margin-bottom: 1em !important;}
.mb2 { margin-bottom: 2em !important;}  .mb3 { margin-bottom: 3em !important;}
.mb4 { margin-bottom: 4em !important;}  .mb5 { margin-bottom: 5em !important;}
.pt0 { padding-top: 0 !important;} .pt1 { padding-top: 1em !important;}
.pt2 { padding-top: 2em !important;} .pt3 { padding-top: 3em !important;}
.pb0 { padding-bottom: 0 !important;}  .pb1 { padding-bottom: 1em !important;}
.pb2 { padding-bottom: 2em !important;}  .pb3 { padding-bottom: 3em !important;}
.pb4 { padding-bottom: 4em !important;}  .pb5 { padding-bottom: 5em !important;}
.pb6 { padding-bottom: 6em !important;}  .pb8 { padding-bottom: 8em !important;}
.pb10 { padding-bottom: 10em !important;}
.pl0 { padding-left: 0 !important;} .pl1 { padding-left: 1em !important;}
.pl2 { padding-left: 2em !important;} .pl3 { padding-left: 3em !important;}
.pl5px { padding-left: 5px;} .pl10px { padding-left: 10px;}
.pr0 { padding-right: 0 !important;} .pr1 { padding-right: 1em !important;}
.pr2 { padding-right: 2em !important;} .pr3 { padding-right: 3em !important;}
.pr5px { padding-right: 5px;} .pr10px { padding-right: 10px;}
.w20 { width: 20%;} .w25 { width: 25%;} .w28 { width: 28%;}
.w30 { width: 30%;} .w35 { width: 35%;}
.w40 { width: 40%;} .w45 { width: 45%;} .w48 { width: 48%;}
.w50 { width: 50%;}
.w60 { width: 60%;} .w70 { width: 70%;}
.w80 { width: 80%;} .w90 { width: 90%;}
.w250 { width: 250px !important;}
.wa { width: auto;}

.lh1 { line-height: 1 !important;} .lh12 { line-height: 1.2 !important;}
.lh14 { line-height: 1.4 !important;}  .lh16 { line-height: 1.6 !important;}
.lh18 { line-height: 1.8 !important;}  .lh2 { line-height: 2 !important;}
.lh22 { line-height: 2.2 !important;}  .lh24 { line-height: 2.4 !important;}
.lh25 { line-height: 2.5 !important;}  .lh26 { line-height: 2.6 !important;}

.fs-serif { font-family: "Noto Serif JP", serif;}
.fs14 { font-size: 14px !important;} .fs16 { font-size: 16px !important;}
.fs18 { font-size: 18px !important;} .fs20 { font-size: 20px !important;}
.fs22 { font-size: 22px !important;} .fs24 { font-size: 24px !important;}
.fs26,.fs26r { font-size: 26px !important;} .fs28 { font-size: 28px !important;}

.border1 { border: solid 1px #dedede; padding: 1rem !important;}
.border2 { border: solid 2px #ccc; padding: 1rem !important;}
.border-r1 { border: solid 2px #ccc; background-color: #fff3cf; border-radius: 2rem; padding: 1rem !important;}

.bg-color1 { background-color: #fffff0 !important;} .bg-color2 { background-color: #c8f2ff !important;}

.fl, .fl2 { float: left; width: auto;}
.fr, .fr2 { float: right; width: auto;}
.overflow { overflow: auto;}

.profile-img {
  margin-top: -8rem !important;
}
.profile-img2 {
  margin: -2.5rem 0 1rem !important;
  padding-left: 1rem;
}
.profile-img-fr {
  margin: -2rem 0 1rem 1rem !important;
  float: right;
  width: auto;
}

.movie70 {
  width: 70%;
  margin: auto;
}

/* ================================
 * display switch
 * ================================ */
.wide {
  display: block;
}
.narrow {
  display: none;
}
.newline, .newline2, .newline3, .newline730 {
  display: none;
}
/* ================================
* flexbox
* ================================ */
.flexbox-container {
  display: -webkit-box;
  /* Android -4.3 */
  display: flex;
  -webkit-box-pack: justify;
  /* Android -4.3 */
  justify-content: space-between;
}
/* ================================
* .header
* ================================ */
.header {
  width: 100%;
  margin: 0;
  background: #f7e7be;
}
.header-info {
  position: absolute;
  bottom: -65px;
  right: 0;
  padding: 10px 20px;
  background: #f00;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
}
.page-title {
  padding-top: 80px;
}
.mainvisual-wrap {
  width: 100%;
  padding-bottom: 80px;
}
.mainvisual {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.logo-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 39%;
  /* height: 18%; */
  padding: 2%;
  background: #ffffffad;
}
.logo-box-small {
  top: 14px;
  left: 14px;
  width: 30%;
  /* height: 12%; */
  padding: 1%;
}
.seminar-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  background: #ff7644;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 1.5;
  display: none;
  /* for Sale DVD */
}
/* for Sale DVD Start! */
.mainvisual-wrap {
  /* padding-bottom: 40px; */
  padding-bottom: 80px;
}
.dvd-benefits-wrap {
  max-width: 820px;
  margin: auto;
  padding-bottom: 60px;
}
.dvd-benefits-wrap h2 {
  padding: 10px 0 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
.dvd-benefits {
  flex: 1;
  margin: 15px;
  padding: 20px;
  background-color: #ff6964;
}
.dvd-benefits p {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.5;
}
/* for Sale DVD End!! */

/* ================================
 * main
 * ================================ */
.main {
  width: 100%;
  background: #ffffe0;
  padding: 60px 0 0;
}
.section {
  width: 100%;
}
.content {
  max-width: 980px;
}

/* --------------------------------
 * .section
 * -------------------------------- */
.section {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
.section .voices {
  padding: 50px 0 0;
  text-align: center;
}
.section .voices p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2.2;
}
.section .offer {
  padding: 50px 0 50px;
}
.section .offer p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2.2;
}
.section .offer-heading {
  padding: 0 0 20px;
  font-size: 2.8rem;
  line-height: 3;
  text-align: center;
}
.section .offer-wide {
  margin: 50px 80px 0;
  padding: 30px 40px;
}
.section .offer-desc-1 {
  /*max-width: 680px;*/
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.section .offer-desc-2 {
  /*max-width: 680px;*/
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.section .offer-desc-2 .left-box {
  width: 400px;
  margin-right: 130px;
}
.section .offer-desc-2 .right-box {
  width: 150px;
}
.section .offer-desc-3 {
  /*max-width: 680px;*/
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.section .offer-desc-3 .left-box {
  width: 400px;
  margin-right: 130px;
}
.section .offer-desc-4 {
  /*max-width: 680px;*/
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 50px;
}
.section .frameline {
  border: 2px solid #999;
  padding: 2rem;
}
.section h2 {
  width: 100%;
  padding: 10px;
  background: -moz-linear-gradient(top, #4baee8, #0073b7);
  background: -webkit-linear-gradient(top, #4baee8, #0073b7);
  background: linear-gradient(top bottom, #4baee8, #0073b7);
  background: -moz-linear-gradient(top, #0095ec, #005b92);
  background: -webkit-linear-gradient(top, #0095ec, #005b92);
  background: linear-gradient(top bottom, #0095ec, #005b92);
}
.section h2 {
  padding: 20px 0;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6em;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.list0 {
  padding: 5px;
  list-style-type: none;
  margin-bottom: 1em;
}
.list0 li {
  background: none !important;
  padding-left: 0 !important;
}
.list01,
.seminar .index ul.list01 {
  padding: 30px 25px;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 1em;
}
.list01 li,
.seminar .index ul.list01 li {
  padding-left: 0.2em;
}
.seminar .index ul.list01 li {
  margin-bottom: 0;
  background: none;
}
.list01a {
  padding: 0 0 0 1rem;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 2.9;
  margin-bottom: 1em;
}
.list01a li {
  padding-left: 0.2em;
}
.list01ol {
  padding: 0;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 1em;
}
.list01ol li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}

.list01square {
  padding: 30px 25px;
  border: 2px solid #ddd;
  list-style-type: none;
  background-color: #c8f2ff;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 1em;
}
.list01square li {
  background: url(../img/mark-box.png) no-repeat left 9px;
  padding-left: 1.5em;
}
.list01check,
.list01check-c {
  padding: 30px 25px;
  border: 2px solid #ddd;
  list-style-type: none;
  background-color: #c8f2ff;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 1em;
}
.list01check-b {
  padding: 0 10px;
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 1em;
}
.list01check li,
.list01check-b li,
.list01check-c li {
  background: url(../img/check.png) no-repeat left 9px;
  padding-left: 1.5em;
}
.list01check-c li {
  position: relative;
}
.list01check-c li span {
  position: absolute;
  right: 50%;
}
.list02 {
  padding: 0.5em 3em;
  border: 2px solid #ddd;
  list-style-type: none;
  background-color: #c8f2ff;
  font-size: 3rem;
  line-height: 2.2;
  display: table;
  margin: 0 auto 1em;
}
.list02 li {
  padding-left: 0.2em;
}
.list03 {
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  line-height: 2.2;
}
.list03 li {
  background: url(../img/circle.png) no-repeat left 9px !important;
  padding-left: 1.5em !important;
  margin-bottom: 0.5em !important;
}
.list04 {
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  font-size: 1.6rem;
  line-height: 2.2;
}
.list04 li {
  background: url(../img/check.png) no-repeat left 9px;
  padding-left: 1.5em;
}

.definition01 h3 {
  margin-left: -1rem; font-size: 1.8rem;
}
.definition01 {
  padding: 25px;
  border: 2px solid #ddd;
  list-style-type: none;
  background-color: #fffff0;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.definition01 dt {
  text-indent: 1rem;
  margin-top: 0.5rem
}
.definition01 dd {
  text-indent: 2.5rem;
}

.seminar .supply .list03 {
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  line-height: 2.2;
  font-size: 1.8rem;
}
.seminar .supply .list03 li {
  background: url(../img/circle.png) no-repeat left 12px !important;
  padding-left: 1.25em !important;
  margin-bottom: 1em !important;
}

.position-container {
  position: relative;
  border: 1px solid #aaa;
  padding: 0.5em;
  background: #fff;
}
.position-container2 {
  position: relative;
  padding-bottom: 0.8em;
}
.position-container3 {
  position: relative;
  background: #fff;
}
.position-container.space {
  padding-bottom: 5em;
}
.position-item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
}
.position-item2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  font-size: 1.54rem;
  line-height: 2;
}
.position-item3 {
  position: absolute;
  top: 16.5rem;
  right: 5rem;
  border: 1px solid #aaa;
  padding: 0.5em;
  background: #fff;
}
.position-item.txt {
  bottom: 4rem;
}
.position-item.btn {
  background: #9bdaff;
  width: 58%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  border-radius: 5px;
  text-decoration: none;
}
.position-item.btn:hover {
  background: #bfe4fa;
}
.headding3 {
  font-size: 2em;
  font-weight: bold;
  color: #bc0000;
  margin: 1rem 0 2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

/* --------------------------------
 * .seminar
 * -------------------------------- */
.seminar {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
.seminar .contents {
  padding-bottom: 1px;
}
.seminar .index {
  margin: 50px 80px 0;
  padding: 30px 40px;
  border: 1px solid #ddd;
  background: #fff;
}
.seminar .index ul {
  padding-left: 2em;
  list-style-position: outside;
  list-style-type: disc;
}
.seminar .index li {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2.2;
}
.seminar .index img {
  display: block;
  max-width: 460px;
  height: auto;
  margin: 40px auto;
}
.seminar .index p {
  margin: 0;
  padding: 20px 0 0;
  text-align: right;
}
.seminar .supply {
  margin: 100px 80px 0;
}
.seminar .supply-inner {
  padding: 30px 40px;
  background: #ffffe0;
}
.seminar .supply-inner section {
  padding: 1rem;
  border: 1px solid #aaa;
  background-color: #ffdf71;
}
.seminar .supply h3 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
.seminar .supply h3.gift {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1;
}
.seminar .supply dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.seminar .supply dt {
  padding-right: 16px;
  letter-spacing: 1px;
  line-height: 2.2;
}
.seminar .supply dd {
  letter-spacing: 1px;
  line-height: 2.2;
}
.seminar .supply p {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2.2;
}
.seminar .supply dl:last-child {
  margin-bottom: 0;
}
.seminar .target {
  margin: 80px 80px 0;
}
.seminar .target h3 {
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.seminar .target-list {
  max-width: 920px;
  margin: 0 auto 0;
  padding: 40px 80px 40px;
  background: #ffe6d4;
  border: 3px solid #bde7ff;
  border-radius: 50px;
}
.seminar .target dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.seminar .target dt {
  padding-right: 16px;
  letter-spacing: 1px;
  line-height: 2.2;
}
.seminar .target dd {
  letter-spacing: 1px;
  line-height: 2.2;
}
.seminar .target dl:last-child {
  margin-bottom: 0;
}
.seminar .target img {
  vertical-align: middle;
}
.seminar .caution {
  margin: 100px 80px 0;
  padding: 30px 40px;
  background: #fafafa;
  border: 1px solid #f1f1f1;
  font-size: 1.6rem;
  line-height: 2;
}
.seminar .caution h3 {
  text-align: center;
  margin-bottom: 20px;
}
.seminar .caution p {
  font-size: 1.6rem;
  line-height: 2.2;
}
.seminar .feature {
  margin: 100px 80px 0;
}
.seminar .feature-inner {
  padding: 30px 40px;
  background: #ffffe0;
}
.seminar .feature h3 {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
.seminar .feature dl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
.seminar .feature dt {
  padding-right: 16px;
  letter-spacing: 1px;
  line-height: 2.2;
}
.seminar .feature dd {
  letter-spacing: 1px;
  line-height: 2.2;
}
.seminar .feature p {
  margin-bottom: 1em;
  font-size: 2rem;
  line-height: 2.2;
}
.seminar .feature dl:last-child {
  margin-bottom: 0;
}
.seminar .scene-img {
  margin: 0 auto;
}
.seminar .scene-img .left-box,
.seminar .scene-img .right-box {
  width: 45%;
  height: auto;
  margin-right: 10%;
  padding: 20px 0;
}
.seminar .scene-img .right-box {
  margin-right: 0;
}
.seminar .scene-img img {
  width: 100%;
  height: auto;
}
.seminar .speaker {
  margin: 100px 80px 100px;
}
.seminar .speaker-inner {
  padding: 30px 40px;
  background: #ffffe0;
}
.seminar .speaker h3 {
  margin-bottom: 2em;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
.seminar .speaker-prof {
  margin-bottom: 60px;
  padding: 0 40px;
}
.seminar .speaker-prof:last-of-type {
  margin-bottom: 40px;
}
.seminar .speaker-photo {
  width: 28%;
  margin-right: 8%;
}
.seminar .speaker-desc {
  width: 64%;
  font-size: 1.6rem;
  line-height: 1.6;
}
.seminar .speaker-desc h4 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: bold;
}
.seminar .speaker-org {
  margin-bottom: 16px;
}
/* for Sale DVD Start! */
.seminar .index {
  background: /*#fff3ee*/#fffff0;
}
.dvd-title {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 2.5;
  text-align: center;
}
.seminar .index ul {
  list-style-type: none;
  padding-left: 0;
}
.seminar .index li {
  background: url(../img/check.png) no-repeat left 9px;
  padding-left: 2em;

}
.youtube-frame-wrap.sample-movie {
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.5em;
  margin-bottom: 40px;
}
.youtube-frame-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 2.5em;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtube-frame-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.seminar .supply-inner {
  background: #fff3ee;
}
.seminar .supply dl {
  display: block;
}
.seminar .supply dt {
  font-weight: bold;
}
.seminar .supply dd {
  margin-bottom: 2.5em
}
.seminar .supply ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.attachments-img {
  display: block;
  max-width: 460px;
  width: 100%;
  height: auto;
  margin: 30px auto 10px;
}
.seminar .feature-inner {
  background: #fff3ee;
}
.seminar .feature p {
  font-size: 1.6rem;
}
.seminar .feature dl {
  display: block;
  -webkit-box-pack: unset;
  justify-content: normal;
  overflow: auto;
}
.seminar .feature dt {
  font-weight: bold;
  padding-right: 0;
  float: left;
}
.seminar .feature dd {
  margin-left: 5.85em;
}
.seminar .feature dd::after {
  content: "";
  display: block;
  clear: both;
}
.using-method {
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 1.6em 2em;
  border: 1px solid #ddd;
  background-color: #fff;
}
.section-voices {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
.articles {
  max-width: 980px;
  padding: 40px 80px 60px;
}
.articles p {
  margin-bottom: 2.5em;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.2;
}
.articles ul {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.2;
  list-style-type: disc;
  list-style-position: inside;
}
.voices-box {
  margin-bottom: 40px;
  padding: 3em 3em;
  background-color: #fff3ee;
  box-shadow: 8px 8px 7px 0px #ffc9c9;
}
.flexbox-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.flexbox-container div:nth-child(1) {
  margin-right: 2rem;
}
.flexbox-container-bg {
  padding: 20px 20px 0;
  border: 2px solid #ddd;
  list-style-type: none;
  background-color: #c8f2ff;
}
.voices-box .left-box-2 {
  width: 35%;
  margin-right: 20px;
}
.voices-box h3 {
  margin-bottom: 1em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2;
  color: #ff6464;
}
.voices-box h3 .voices-name {
  font-size: 2rem;
  margin-left: 2rem;
}
.voices-box .right-box-2 {
  width: calc(65% - 40px);
}
.voices-movie {
  margin-bottom: 20px;
  padding: 56.25% 0 0 0;
  width: 100%;
  position: relative;
}
.voices-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.voices-box div p {
  margin-bottom: 0;
}
/* for Sale DVD End!! */
/* --------------------------------
* .info
* -------------------------------- */
.info {
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
}
.info .fee {
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 0 0;
  font-size: 1.6rem;
  line-height: 2.2;
}
.info .fee p {
  margin-bottom: 1.5em;
}
.info .details {
  margin: 50px 80px 0;
}
.info .details h3 {
  margin-bottom: 40px;
  border-bottom: 2px solid #122b88;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.5;
  text-align: center;
}
.info .details-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.info .details-table th,
.info .details-table td {
  background-color: #FFF;
  border: 1px solid #ddd;
  padding: 15px 20px;
  letter-spacing: 1px;
  line-height: 2.5;
}
.info .details-table th {
  background-color: #e0efff;
  width: 148px;
  text-align: center;
}
.info .cc-img {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
/* for Sale DVD Start! */
.attachments {
  list-style: outside;
  padding-left: 2em;
}
.notice-info {
  margin-top: 20px;
  padding: 1.5em;
  background-color: #ffe5e5;
}
.info .details-table {
  font-size: 1.6rem;
}
/* for Sale DVD End!! */
/* --------------------------------
* .entry
* -------------------------------- */
.entry {
  max-width: 980px;
  margin: 0 auto;
  padding: 100px 0;
  background: #fff;
}
.entry .box {
  /*
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 30px;
  border: 1px solid #ddd;
  background-color: #fdf6ef;
  */
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: center;
}
/*
.entry .box h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px #5f150f;
  color: #c00000;
}
.entry .box h2 ~ p:nth-child(3) span {
  text-shadow: 1px 1px 2px #72140d;
}
*/
.entry button {
  font-family: inherit;
  border: 1px;
}
.entry button {
  cursor: pointer;
}
.entry button > span {
  display: block;
}
.entry button > span:first-child {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px #5f150f;
  color: #c00000;
}
.entry button > span:nth-child(3) {
  font-size: 18px;
}
/*
.entry button > span:nth-child(3) span {
  text-shadow: 1px 1px 2px #72140d;
}
*/
.entry button > span:last-child {
  font-size: 18px;
}
.entry .btn {
  display: block;
  max-width: 680px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px #c0c0c0;
  color: #432;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.2s;
}
.entry .btn:link,
.entry .btn:visited,
.entry .btn:hover,
.entry .btn:active {
  color: #432;
  text-decoration: none;
}
.entry .btn-col1 {
  background: linear-gradient(rgb(193,232,255), rgb(119,197,242));
}
.entry .btn-col1:hover {
  background: linear-gradient(rgba(193,232,255,0.5), rgba(119,197,242,0.5));
}
.entry .btn-col2 {
  background: linear-gradient(rgb(255,215,200), rgb(248,113,65));
}
.entry .btn-col2:hover {
  background: linear-gradient(rgba(255,215,200,0.5), rgba(248,113,65,0.5));
}
.entry .btn-col3 {
  background: linear-gradient(rgb(189,234,206), rgb(68,195,119));
}
.entry .btn-col3:hover {
  background: linear-gradient(rgba(189,234,206,0.5), rgba(68,195,119,0.5));
}
.entry-note {
  text-align: center;
  font-size: 1.6rem;
  padding: 50px 0 20px;
}

.section button {
  cursor: pointer;
}
.section button > span {
  display: block;
}
.section .btn {
  display: block;
  max-width: 680px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px #c0c0c0;
  color: #432;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.2s;
}
.section .btn-col0 {
  background: linear-gradient(rgb(255, 193, 193), rgb(224, 0, 0));
}
.section .btn-col0:hover {
  background: linear-gradient(rgba(255, 193, 193, 0.5), rgba(224, 0, 0, 0.5));
}

/* for Sale DVD Start! */
.special-price {
  max-width: 980px;
  padding: 40px;
  text-align: center;
}
.special-price p {
  display: table;
  margin: 0 auto;
  font-size: 2rem;
  text-align: left;
  line-height: 2;
}
.special-price p:nth-child(2) {
  padding-left: 3em;
  text-indent: -3em;
  font-size: 1.4rem;
  margin-top: 1em;
}
.entry .box h2 {
  margin-bottom: 0;
}
.entry div:nth-last-child(2) {
  margin-top: 40px;
  margin-bottom: 20px;
}
.phone-contact {
  text-align: center;
}
.phone-contact > p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2;
}
/* for Sale DVD End!! */
/* ================================
* .footer
* ================================ */
.footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f7e7be;
  opacity: 0.5;
  z-index: -1;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/fwlogoback.gif) repeat 0 0;
  z-index: -2;
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 60px 20px;
  color: #52291b;
  z-index: 100;
}
.footer .flexbox-container {
  display: -webkit-box;
  /* Android -4.3 */
  display: flex;
  -webkit-box-pack: justify;
  /* Android -4.3 */
  justify-content: space-between;
}
.footer .comp-logo {
  width: 280px;
  height: auto;
}
.footer .comp-logo>img {
  width: 100%;
  height: auto;
}
.footer .comp-info {
  max-width: 400px;
}
.footer .comp-info>p {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 1.5;
}
.footer .comp-info a {
  color: #ff7644;
  text-decoration: none;
}
.footer .copyright {
  text-align: center;
  padding: 30px 0 20px;
}
.footer .copyright p {
  font-size: 1.2rem;
}
/* ================================
* .gimmickSmoothScroll
* ================================ */
.gimmickSmoothScroll_pageTop {
  text-align: right;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 500;
}
.gimmickSmoothScroll_pageTop>a {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #FF5722;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #FFF;
  text-decoration: none;
}
.gimmickSmoothScroll_pageTop a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f102";
  margin-right: 5px;
  font-weight: 900;
}
.gimmickSmoothScroll_pageTop>a:hover {
  background-color: #ff9d79;
}
@media only screen and (max-width: 768px) {
  .gimmickSmoothScroll_pageTop>a {
    -weblit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
  }
  .gimmickSmoothScroll_pageTop>a::before {
    margin-right: 0;
  }
  .gimmickSmoothScroll_pageTop>a>span {
    display: none;
  }
}

/* ================================
* 2019/8/7　修正
* ================================ */
.end-sale {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}
.end-sale p {
  color: #ff5722;
  font-size: 3.2rem;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .end-sale {
    padding-top: 80px;
  }
  .end-sale p {
    font-size: 4.2vw;
  }
}