@charset "UTF-8";
body {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
/*ヘッダー背景固定用*/
.hbk {
  background-image: url("../img/fv-bk01-80.jpg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2000px;
  margin: 0 auto;
}
.container2 {
  max-width: 880px;
  margin: 0 auto;
}
header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-attachment: fixed;
}
.container {
  padding-top: 1em;
}
.container p {
  max-width: 90%;
  margin: 0 auto;
}
/*アイキャッチ*/
.eyec {
  max-width: 770px;
  margin: 0 auto;
  border: solid 3px #fff;
}
/*背景色*/
.bk {
  background: #fcfbfb;
  padding: 1em;
}
/*見出し*/
h2 img {
  max-width: 900px;
  height: auto;
  margin-top: 0.5rem;
}
h2 {
font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.75;
    position: relative;
    text-align: center;
}
h2 span {
  white-space: nowrap;
  display: inline-block;
}
.bk-blue h2 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  h2 img {
    max-width: 95%;
  }
}
h2 {
  text-align: center;
}
/* 誇張表現 */
.pickup {
  text-align: center;
  font-size: 1.4rem;
}
/* リスト */
ul {
  background: #fdfdfd;
  position: relative;
}
ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  border-bottom: dashed 1px #ccc;
}
ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058"; /*アイコンの種類*/
  position: absolute;
  left: 0.3em; /*左端からのアイコンまで*/
  color: #d92b31; /*アイコン色*/
}
/* form */
.topics {
  max-width: 730px;
  margin: 0 auto;
  background: #fafafa;
  padding: 2rem;
}
.topics dl {
  padding: 15px 0;
}
.topics dt {
  padding-bottom: 5px;
}
label {
  margin-right: 1.5em;
}
input[type="text"] {
  width: 100%;
}
select {
  width: 100%;
}
button {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  width: 100%;
  height: 60px;
  display: block;
  position: relative;
  background: rgb(10, 62, 0);
  background: -moz-linear-gradient(90deg, rgba(10, 62, 0, 1) 0%, rgba(41, 180, 0, 1) 48%, rgba(10, 62, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(10, 62, 0, 1) 0%, rgba(41, 180, 0, 1) 48%, rgba(10, 62, 0, 1) 100%);
  background: linear-gradient(90deg, rgba(10, 62, 0, 1) 0%, rgba(41, 180, 0, 1) 48%, rgba(10, 62, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a3e00", endColorstr="#0a3e00", GradientType=1);
  color: #fff;
  text-align: center;
  border: 1px solid #139631;
  cursor: pointer;
}
button:before {
  position: absolute;
  display: block;
  content: '';
  width: 98%;
  height: 3px;
  bottom: -4px;
  left: 1%;
}
/* 
@media screen and (max-width: 1000px) {
 br {
    display: none;
  }
} */
@media screen and (min-width: 768px) {
  .topics dt {
    clear: left;
    float: left;
    width: 30%;
  }
  .topics dd {
    margin-left: 33%;
  }
  body {
    font-size: 100%;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.4em;
  }
  ul li {
    padding: 0.5em 0.5em;
  }
}
/* QA */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  font-family: 'FontAwesome', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_qa dt {
  position: relative;
  margin: 0 0 1.5em 0;
}
.cp_qa dd {
  position: relative;
  margin: 0 0 2em 0;
  padding: 0 0 1.5em 2em;
  border-bottom: 1px dotted #fbb03b;
}
.cp_qa dt::before, .cp_qa dd::before {
  font-size: 1.2em;
  margin: 0 0.5em 0 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.2em;
}
.cp_qa dt::before {
  padding: 0.1em 0.3em;
  content: '\f128';
  background: #29abe2;
}
.cp_qa dd::before {
  padding: 0.12em 0.45em;
  content: '\f12a';
  background: #fbb03b;
}
.cp_qa dt::after, .cp_qa dd::after {
  position: absolute;
  top: 0.5em;
  display: inline-block;
  width: 0;
  height: 0;
  content: '';
  border-width: 5px 0 5px 5px;
  border-style: solid;
}
.cp_qa dt::after {
  left: 1.5em;
  border-color: transparent transparent transparent #29abe2;
}
.cp_qa dd::after {
  left: 3.5em;
  border-color: transparent transparent transparent #fbb03b;
}
.qa {
  background: #2e3192;
}
.qaq {
  background: #fff;
  padding: 0 0.5em;
  margin-right: 0.5em;
  color: #dc0000;
  float: left;
}
.faq-q {
  padding: 1em 0.5em;
  border: solid 2px #fff;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  color: #47585f;
  font-weight: bold;
}
.faq-q p {
  margin-bottom: 0;
  margin-left: 3em;
}
.faq-a {
  padding: 0.5em;
  border: solid 2px #fff;
  border-top: none;
  margin: 0 0 2em;
  color: #fff;
}
.faq-a p {
  margin-bottom: 0;
  margin-left: 3em;
}
/*マーカーアニメーション*/
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 242, 0) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 242, 0) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 242, 0) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 242, 0) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 242, 0) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: bold;
}
section.midashi01 {
  padding: 1em 0 1em 0;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/subtle-grey.png");
}
/* フッター　*/
.probootstrap-footer.probootstrap-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0.4em 0;
  position: relative;
  background: #172d54;
  color: #ffffff;
  font-size: 80%;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.probootstrap-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
.probootstrap-footer-widget.right {
  text-align: right;
}
.probootstrap-footer-widget {
  float: left;
  width: 100%;
}
.probootstrap-social li:first-child > a {
  padding-left: 0;
}
.probootstrap-footer.probootstrap-bg a {
  text-decoration: none;
}
.probootstrap-social li a {
  padding: 10px;
  font-size: 10px;
}
@media only screen and (max-width: 750px) {
  .probootstrap-footer-widget.right {
    text-align: center;
  }
  ul.probootstrap-social {
    padding: 0;
    margin-bottom: 0;
  }
  .probootstrap-footer-widget {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
}
/* 
 * コンバージョンボタン
 */
.btn-cv {
  padding: .5em 0;
  overflow: hidden;
  position: relative;
}
.btn-cv a {
  border: solid #fff 3px;
  border-radius: 12px;
  box-shadow: 1px 1px 10px 0 #a1a1a1;
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3;
  margin: 1em auto;
  padding: 1em 2em .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  vertical-align: middle;
  width: 76%;
}
.btn-cv.is-fz20 a {
  font-size: 24px;
}
.btn-cv a img {
  vertical-align: middle;
}
.btn-cv a:after {
  content: ' ' !important;
}
/* ボタン内のアイコン */
.btn-cv a:before {
  content: "\f138";
  font-family: "fontawesome";
  font-weight: normal;
  font-size: 1.1em;
  margin-top: -.6em;
  position: absolute;
  right: 15px;
  top: 50%;
}
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
/* 2つ連続で並べる場合の余白 */
.btn-cv + .btn-cv a {
  margin-top: 0;
}
/* 緑ボタン */
.btn-cv a {
  background: #00a23f;
  background: -webkit-linear-gradient(#85ec1c, #39900a);
  background: linear-gradient(#85ec1c, #39900a);
  text-shadow: 0 0 10px rgba(255, 255, 255, .8), 1px 1px 1px rgba(0, 0, 0, 1);
}
/* 赤ボタン */
.btn-cv.is-red a {
  background: #bf0000;
  background: -webkit-linear-gradient(#fb4e3e, #bf0000);
  background: linear-gradient(#fb4e3e, #bf0000);
}
/* 青ボタン */
.btn-cv.is-blue a {
  background: #09c;
  background: -webkit-linear-gradient(#09c, #069);
  background: linear-gradient(#09c, #069);
}
/* 黒ボタン */
.btn-cv.is-black a {
  background: #666;
  background: -webkit-linear-gradient(#8a8a8a, #666);
  background: linear-gradient(#8a8a8a, #666);
}
/* ボタンの光沢 */
.is-reflection a {
  overflow: hidden;
}
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* CVボタン矢印揺れ */
.is-trembling a:before {
  -webkit-animation-name: is-trembling;
  -webkit-animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: is-trembling;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}
@-webkit-keyframes is-trembling {
  0% {
    -webkit-transform: translate(-3px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {
    -webkit-transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(-6px);
  }
  12% {
    -webkit-transform: translateY(-4px);
  }
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  32% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
  0% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  4% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 3%);
  }
  8% {
    -webkit-transform: scale(1.1, 0.8) translate(0%, 7%);
  }
  12% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, -7%);
  }
  18% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 3%);
  }
  25% {
    -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
@keyframes is-purun {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  4% {
    transform: scale(0.9, 0.9) translate(0%, 3%);
  }
  8% {
    transform: scale(1.1, 0.8) translate(0%, 7%);
  }
  12% {
    transform: scale(0.9, 0.9) translate(0%, -7%);
  }
  18% {
    transform: scale(1.1, 0.9) translate(0%, 3%);
  }
  25% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.countbox {
  color: #c1272d;
  line-height: 2.2;
  text-align: center;
  padding: 10px 0;
  font-size: 170%;
}
.countbox p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}
.countbox p strong {
  display: inline-block;
  font-size: 2.5em;
  padding: 0.2rem;
  border-radius: 0.3em;
  /*margin-left: 0.5em;
	margin-right: 0.2em;*/
  line-height: 0;
}
/* PC、スマホの表示切替　*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/**
 * ===============================================
 * MediaQuery : スマホ対応
 * ===============================================
 */
@media only screen and (max-width: 767px) {
  /* コンバージョンボタン */
  .btn-cv a {
    font-size: 1.3em;
    margin: 0 auto 1em;
    width: 94%;
  }
  .countbox {
    color: #c1272d;
    line-height: 2.2;
    text-align: center;
    padding: 10px 0;
    font-size: 100%;
  }
  #slide {
    animation: infinity-loop 30s infinite linear 1s both; /* 無限ループアニメーションの設定 */
    display: flex; /* スライドの要素を横に並べる */
    height: 100px !important; /* スライドの高さ */
    position: relative;
  }
  header {
    background-image: url(../img/head/headb-s.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 0 auto;
  }
}
.midashi02 {
  background-color: #2d2d2d;
  text-align: center;
  padding: 1em 0 1em 0;
}
.header2 {}
.header3 {
  background: #2995e2;
}
.youtube {
  position: relative;
  height: 0;
  padding: 10px 0 54.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.tubem {
  text-align: center;
  padding: 1rem;
  max-width: 800px;
  margin: 0 auto;
}
.midashi-b {
  padding-bottom: 1rem;
  color: #fff;
  background: #11254a;
}
.seminar {
  font-size: 120%;
  background: #fff;
  padding: 1.5rem;
  color: #000;
  border: solid 5px #11254a;
  border-radius: 5px;
  max-width: 800px;
  margin: 0 auto;
}
.tokuten {
  background: url("../img/body/tokuten-bk.jpg") no-repeat top center;
  background-size: cover;
  padding-bottom: 2em;
}
.img {
  max-width: 90%;
  margin: 0 auto;
}
.img img {
  max-width: 100%;
  height: auto;
}
.imgr {
  float: right;
}
.imgr img {
  max-width: 100%;
}
.kaijo {
  display: flow-root;
  margin-bottom: 1rem;
}
p.h4 {
  background: #ffd66f;
  color: #5d3b19;
  padding: 1rem;
  margin: 1rem 0 1rem 0;
  text-align: center;
}
.badge-danger {
  color: #c00;
  background-color: #feff00;
}
.step5 {
  border-left: 5px #fff200 solid;
  padding-left: 5px;
  font-size: 1.5rem;
}
.seat {
  background: #fff;
  padding: 1rem;
}
.name {
  max-width: 150px;
  margin-left: auto;
}
.name img {
  height: auto;
}
h3 {
color: #2e2e2e;
    margin: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    display: inline-block;
}
.subheader {
  background: #fff;
}
.subheader .container2 {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}
ul.venefit {
  border: solid 5px #ffe6a5;
  background: #fffcd2;
}
span.to {
  background: #fff200;
  color: #960500;
  padding: 5px;
  font-size: 21px;
}
/* ------------------------------
   loopSlider
------------------------------ */
.infinity-slide {
  display: flex; /* 二つのスライドを横に並べる */
  width: auto;
  overflow: hidden;
}
#slide {
  animation: infinity-loop 60s infinite linear 1s both; /* 無限ループアニメーションの設定 */
  display: flex; /* スライドの要素を横に並べる */
  height: 180px; /* スライドの高さ */
  position: relative;
}
/* #blockからimgに変えた */
#slide img {
  height: 100%;
  width: auto；
}
/* 無限ループアニメーション */
@keyframes infinity-loop {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ------------------------------
   loopSlider End
------------------------------ */
.prof {
	font-size: 90%;
	text-align: center;
max-width: 750px;
    margin: 0 auto;
    color: #ffffff;
    padding: 1.5rem;
    background-image: repeating-linear-gradient(45deg, rgba(97,97,97,0.1) 0px, rgba(97,97,97,0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(43,43,43),rgb(43,43,43));
}
.midashi-c {
  padding-bottom: 1rem;
}
.midashi-e {
  padding-bottom: 1rem;
  background: rgb(255, 197, 54);
  background: -moz-linear-gradient(320deg, rgba(255, 197, 54, 1) 0%, rgba(255, 237, 191, 1) 100%, rgba(255, 214, 111, 1) 100%, rgba(247, 247, 247, 1) 100%);
  background: -webkit-linear-gradient(320deg, rgba(255, 197, 54, 1) 0%, rgba(255, 237, 191, 1) 100%, rgba(255, 214, 111, 1) 100%, rgba(247, 247, 247, 1) 100%);
  background: linear-gradient(320deg, rgba(255, 197, 54, 1) 0%, rgba(255, 237, 191, 1) 100%, rgba(255, 214, 111, 1) 100%, rgba(247, 247, 247, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc536", endColorstr="#f7f7f7", GradientType=1);
}
.voice p, .prof p {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
ul {
  margin: 0 auto;
  margin-bottom: 1rem;
}
.seminar02 {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.midashi03 {
  background-image: url(../img/tokuten/ttback.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.mt {
  background: #fff;
  color: #000;
  padding: 1.5rem;
  border: solid 10px #b47b0d;
}
p.card-text {
  color: #000;
}
.voice {
  padding: 1.5rem 0;
  color: #000;
  margin: 0 auto;
  font-size: 110%;
  font-weight: bold;
}
span.white {
  color: #fff;
  font-weight: bold;
}
.card-body {
  -ms-flex: 1 1 auto;
  height: 450px;
}
.tt {
  max-width: 650px;
  margin: 0 auto;
  border: solid 3px #fff;
}
h4 {
  margin: 0 auto;
  margin-bottom: 1rem;
  font-family: "BIZ UDPMincho";
  color: #0a4d91;
}
.width02 th {
  border: solid 1px #d0dbe6;
  padding: 7px 0;
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  background: #11254a;
  font-size: 0.8em;
  text-align: center;
}
.width02 td {
  padding: 7px;
  background: #fff;
  border: solid 1px #d0dbe6;
  vertical-align: middle;
  font-size: 0.8em;
  color: #333;
}
.width02 p {
  margin-bottom: 0.2em;
}
.width02 .sample-table-adj.width02 {
  width: 100% !important;
}
table {
  width: 100%;
}
th {
  width: 30%;
}
td {
  width: 70%;
}
.fmb {
  padding: 2em 0.5em;
}
.end-f {
  padding: 1em;
  margin: 0 auto;
  max-width: 800px;
}
.form-a {
  margin: 0 auto;
}
.present {
  margin-top: -0.2em;
}
input#touroku_mail {
  width: 100%;
}
.hisu {
  background-color: #dc2f2f;
  padding: 0.3em 0.6em;
  color: #fff;
  font-weight: bold;
  font-size: 95%;
  margin-right: 0.3em;
  border-radius: 5px;
}
p.center-text {
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 48em) {
  .fmbtn {
    font-size: calc(1.5rem + ((1vw - 0.48em) * 1.0417));
    min-height: 0vw;
  }
}
@media (min-width: 120em) {
  .fmbtn {
    font-size: 2.25em;
  }
}
.ft-w {
  color: #fff;
}
.button02 {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background-color: #f39800;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1rem 3rem 1rem 3rem;
  margin: 0 auto;
  border: none;
  font-weight: 900;
}
.button02:hover {
  background-color: #f9c500; /*ボタン色*/
}
#header {
  width: 100%;
  min-width: 950px;
}
.maincontents {
  max-width: 860px;
  margin: 0 auto;
  padding: 1em;
}
table {
  border-collapse: collapse;
}
input[type="submit"], input[type="text"], select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
input[type="text"], textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
}
input[type="text"]:focus, textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
input::placeholder, textarea::placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-table {
  width: 100%;
}
.form-table th, .form-table td {
  border: 1px solid #101010;
  padding: 20px;
  background: #fff;
}
.form-table th {
  background: #ae9a4c;
  padding-left: 20px;
  position: relative;
  text-align: left;
  width: 300px;
  color: #fff;
}
select.sel {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
}
@media (max-width: 720px) {
  .form-table th, .form-table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.date::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url("../img/tokyo.jpg");
  background-size: cover;
}
.main-c {
  background: #fff;
}
.shead {
  background-image: url("../img/head/headbg.jpg");
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-attachment: fixed;
}
span.hissu {
  margin-right: 0.4em;
  background: #a71d1d;
  padding: 0.5em;
  font-weight: 100;
}
input[type="image"] {
  max-width: 90%;
  margin-top: 1.5em;
  background: none;
  border: none;
}
input[type="image"]:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}
.war {
  border: double 4px #717171;
  padding: 1rem;
  font-size: 90%;
  background-color: #fff;
  margin: 1em;
  color: #242424;
}
.main-b {
  background-image: url("../img/salon.jpg");
}
.event {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
iframe {
  max-width: 100%;
}
.map {
  text-align: center;
}
.list_check {
  color: #021C35;
  font-weight: bold;
	padding-left: 30px;
}
.cont {
  padding: 2em;
}
.bk-blue {
	background-image: repeating-linear-gradient(45deg, rgba(97,97,97,0.1) 0px, rgba(97,97,97,0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(43,43,43),rgb(43,43,43));
  color: #fff;
  padding-bottom: 1em;
}
.a-full {
  background-image: url("../img/base02.jpg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2000px;
  margin: 0 auto;
}
.b-full {
  background-image: url("../img/base01.jpg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2000px;
  margin: 0 auto;
}
.c-full {
  background-image: url("../img/base03.jpg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2000px;
  margin: 0 auto;
}
.container3 {
  max-width: 830px;
  margin: 0 auto;
}
.back-img-0, .back-img-a, .back-img-b, .back-img-c {
  display: block;
  position: sticky;
  top: 0;
  z-index: -1;
  height: 0;
  max-height: 0;
  overflow: visible;
}
.back-img-a::after {
  background-image: url("../img/yoake-bg.jpg");
}
.whitered {
  background: #fff;
  padding: 0.2em;
  color: #d10505;
  font-weight: bold;
  font-size: 110%;
}
.mcont {
  background: #fff;
  color: #223754;
  padding: 1.5rem;
  margin-bottom: 2em;
}
.blackbk {
  background: #ffea83;
  padding: 0.2em 0.5em;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 110%;
}
/*基本の吹き出し*/
.balloon {
  position: relative;
  background: #fff;
}
.balloon:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.suisen {
  border: solid #0071bd 10px;
  padding: 2em;
  margin-bottom: 1em;
  background: #fff;
}
.bk-blue2 {
  color: #fff;
  padding-bottom: 1em;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 26px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 26px), linear-gradient(90deg, hsl(204deg 100% 37%), hsl(204deg 100% 37%));
}
.bkw {
  background-image: repeating-linear-gradient(0deg, hsla(260, 0%, 67%, 0.08) 0px, hsla(260, 0%, 67%, 0.08) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(90deg, hsla(260, 0%, 67%, 0.08) 0px, hsla(260, 0%, 67%, 0.08) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}
.s-mds {
  text-align: center;
  background: #186794;
  margin: 2em 0;
  padding: 0.5em;
  border-radius: 15px;
  font-weight: bold;
  color: #fff;
}
.s-bd {
  text-align: center;
}
.s-bd p {
  margin-bottom: .5em;
}
.s-bk {
  background: #f9f9f9;
  padding: 2em;
}
.t-left {
  text-align: left;
  max-width: 500px;
  margin: 0 auto;
}
.t-left td {
  padding: 1em 0em 1em .5em;
}
.eye {
  max-width: 90%;
  margin: 0 auto;
}
.say {
  margin: 1em;
  padding: 2em 2em 1em 2em;
  border-radius: 15px;
  background: #00113d;
  color: #fff;
}
.hbk2 {
  background-image: url("../img/title-bk.jpg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 2000px;
  margin: 0 auto;
}
.naname {
  -webkit-transform: skew(0deg, 3deg);
}
.jikosk {
  background: #e0e0e0;
  padding-bottom: 1em;
  -webkit-transform: skew(0deg, -3deg);
}
.container.bk-gry {
  margin-top: -1em;
  margin-bottom: -1em;
}
.kakaku {
  padding: 0.5em 0;
  margin: 0em 0 2em;
  background: white;
  border: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  text-align: center;
}
.kakaku p {
  line-height: 1.1;
}
.probootstrap-footer-widget p {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.ck-list {
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
}
span.text-right {
  text-align: right;
  display: block;
}
.bk-black {
  background-color: #000;
  padding: 2em 0 3em 0;
}
.milback {
  background-image: radial-gradient(rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .5) 100%), url("../img/milback.jpg");
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.w65 {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 1em;
}
/* ------------------------------------
ボタンの基本スタイル
------------------------------------*/
/* ボタン自体のスタイル */
.shine-button {
  margin: 1.5em auto;
  /* 上下に1emの余白, 左右は中央揃えにするために auto */
  text-align: center; /* 内部のリンクテキストは中央揃え */
  display: block; /* 形状は block */
  width: 100%; /* 横幅は一杯に伸ばす */
  cursor: pointer; /* リンクがあれば不要 */
  /* ボタンを光らせるために必要 */
  position: relative;
  /* ボタンの位置を基準にするため relative指定 */
  overflow: hidden; /* ボタンの外の領域は非表示 */
}
/* ボタン内のリンクのスタイル 
（リンク自体でボタンを作る場合には不要） */
.shine-button a {
  display: block; /* 形状はblock */
  width: 100%; /* 外側のボックスに対して横幅いっぱいに*/
  color: white; /* 文字色は白 */
  text-decoration: none; /* 下線など文字装飾は無し */
}
/* リンク自体でボタンを作る場合の追加のスタイル
（ボックス＋その中にリンクのあるボタンの場合には不要）*/
a.shine-button {
  color: white; /* 文字色を白色に指定*/
  text-decoration: none; /* リンクの下線は非表示 */
}
/* ------------------------------------
ボタンの外側にボックス作成
（疑似要素「before」を使う）
------------------------------------*/
.shine-button::before {
  content: ""; /* 文字は表示しないので中身無しを指定 */
  position: absolute; /* ボタンの位置を基準に絶対値指定する */
  display: block; /* 形式はblock */
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  /* 背景色は透明から白になるグラデーション */
  width: 50px; /* 横幅 */
  height: 50px; /* 縦幅 */
  top: -60px; /* ボタン左上を基準に上へ60pxの位置 */
  left: -60px; /* ボタン左上を基準に左へ60pxの位置 */
  /* アニメーションの動作指定 */
  animation-name: shine-run; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
  /* アニメーションの無限繰り返しの指定 */
}
/* ------------------------------------
アニメーションのタイミングとボックスの
拡大率、角度、透過率の指定
------------------------------------*/
@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
    /* アニメ開始時は大きさ0、50度の傾き */
    opacity: 0;
    /* アニメ開始時は全透過 */
  }
  40% {
    transform: scale(1) rotate(50deg);
    /* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
    opacity: 1;
    /* 透過しない（しっかり表示される）ように1を設定 */
  }
  100% {
    transform: scale(250) rotate(50deg);
    /* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    opacity: 0;
    /* 全透過になるようにして、徐々に消えるような変化を付ける */
  }
}
.youknow h2 {}
.youknow h2:before {
  font-size: 16px;
  display: block;
}
.f70 {
  font-size: 160%;
  line-height: 1.6;
}
.lineud {
  border-bottom: solid #d19b2e 2px;
  border-top: solid #d19b2e 2px;
  padding: 15px 0 5px;
  max-width: 90%;
  margin: 0 auto;
  background: #fffae8;
  font-family: "BIZ UDPMincho";
}
.mimg {
  max-width: 90%;
  margin: 0 auto;
}
.zsemi {
  background: url("../img/body/zoomseminar-bk.jpg") no-repeat top center;
  background-size: cover;
}
.prgrm {
  background: url("../img/body/seminar-bk.jpg") no-repeat top center;
  background-size: contain;
  padding-bottom: 2em;
}
.nayami {
	    padding: 1.54rem 0 1.9rem;
  background: url("../img/body/nayami00.jpg") no-repeat center center;
background-size: cover;
    position: relative;
}
.thema {
	    padding: 1.54rem 0 1.9rem;
  background: url("../img/body/thema.jpg") no-repeat center center;
background-size: cover;
    position: relative;
}
.daihyou {
	    padding: 1.54rem 0 1.9rem;
  background: url("../img/body/daihyou-bk.jpg") no-repeat center center;
background-size: cover;
    position: relative;
}
.nayami::before , .thema::before , .daihyou::before {
	    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(14, 13, 18, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.nayami h2 , .thema h2 , .daihyou h2{
	font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.75;
    color: #fff;
    position: relative;
    text-align: center;
}

.bk-w {
  background: #ffffffc4;
  padding: 5px;
  margin-bottom: 10px;
}
span.zm {
  background: #0a4d91c9;
  padding: 5px;
  margin-bottom: 10px;
  color: #fff;
}
span.zm2 {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  color: #0a4d91;
}
section.henkin {
  background: #222433;
}
.henkin h2 {
  color: #fff;
}
.center {
  text-align: center;
}
.box {
  background: #fff;
  border-radius: 5px;
}
.tyuui {
  border: solid #b9b9b9 3px;
  background: #f7f7f7;
  max-width: 90%;
  margin: 0 auto;
  font-size: 90%;
  padding: 0.5em 0;
}
.tokuten-waku {
  background: #fff;
  margin-bottom: 1.5em;
  padding: 1em;
  box-shadow: 0 4px 3px #33333385;
}
.syouhin-waku {
  background: #fff;
  padding: 1.5em 0;
  box-shadow: 0 3px 3px #7c97b4;
  margin-bottom: 1em;
}
/***ステップバーデザイン１***/
.step-wrap1 {
  counter-reset: count;
  margin: 2em 1em 0;
  position: relative;
}
.step-content1 {
  padding: 0 0 1.3em 2em;
  margin: 0;
  position: relative;
}
.step-content1::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: #6ab5a5;
  border: solid 3px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 0 0 2px #6ab5a5;
}
.step-content1::after {
  content: "";
  display: block;
  height: calc(100% - 35px);
  border-left: dotted 5px #768888;
  position: absolute;
  top: 30px;
  left: 10px;
}
.step-title1 {
  font-weight: bold;
  font-size: 120%;
  color: #0a4d91;
}
.step-label1 {
  color: #768888;
  font-weight: bold;
}
/*
.step-label1::after {
 counter-increment:count;
 content:counter(count);
 position: relative;
 left: .3em;
}*/
.step-body1 {
  margin-top: .5em;
  padding: 0 0 1em;
  border-bottom: dotted 2px #ddd;
}
.step-wrap1 > :last-of-type::after {
  display: none;
}
/***ステップバーデザイン１***/
.step-body1 ul {
  border: none;
}
.syoukai-waku {
  background: #fff;
  color: #101010;
  margin: 0 auto;
  padding: 1em 0;
  font-size: 90%;
}
.syoukai-waku strong.text-danger {
  font-size: 100%;
}
span.block {
  background: #0a4d91;
  margin-left: 3px;
  color: #fff;
  padding: 0 5px;
  font-size: 120%;
}
.nayami-waku {
  background: #fff;
  padding: 1.5em 0;
}
.bad {
  color: #be2c2a;
}
.gdno {
  background: url("../img/body/gdbd-bk.jpg") no-repeat top center;
  background-size: contain;
}
.good {
  color: #fff;
}
.f30 {
  color: #c0282d;
  border-bottom: dashed 1px;
}
.kansou {
  background: #f5f5f5;
  padding-bottom: 2em;
}
.kansou-waku {
  background: #fff;
  padding: 1em 0;
  border-radius: 20px;
  margin-bottom: 1em;
}
.gz80 {
  max-width: 80%;
  margin: 0 auto;
}
.probootstrap-footer.probootstrap-bg a {
  text-decoration: none;
  color: #fff;
}
.btn img:hover {
  opacity: 0.6;
  filter: brightness(110%);
}
/*   光るボタン1    */
.btn_box01 {
  position: relative;
  width: 865px; /*ボタン画像の幅*/
  height: 210px; /*ボタン画像の高さ*/
  margin: 0 auto;
  transition: .2s;
  z-index: 1000;
  top: 330px; /*上下の位置揃え*/
  left: 0px; /*左右の位置揃え*/
}
.btn_box01:before, .btn_box01:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 120px;
  box-shadow: 0 0 50px rgb(0, 207, 0) inset; /*光の色*/
  animation: anime 2s ease-out infinite;
}
.btn_box01:after {
  animation-delay: .4s;
}
/*   光るボタン1 ここまで   */
/*アニメーション*/
@keyframes anime {
  0% {
    transform: scale(.95);
    opacity: 1
  }
  90% {
    opacity: .1
  }
  to {
    transform: scale(1.2, 1.2);
    opacity: 0
  }
}
.meiwaku {
  max-width: 650px;
  margin: 0 auto;
}
.fl-r {
  float: right;
  width: 35%;
  max-width: 350px;
}
.fl-l {
  width: 64%;
}
section.fl::after {
  content: "";
  display: block;
  clear: both;
}
.img-area {
  width: 35%;
  float: right;
  padding-left: 10px;
}
.text-area {
  width: auto;
}
.pdb0 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pd05 {
  padding-bottom: 0.5em;
}
.ppdt0 {
  padding: 2em;
}
.fs-sm {
  font-size: 80%;
}
/*下向き矢印アニメーション*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 5em; /*画面いっぱいにする場合100vh*/
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  margin-top: -0.7em;
  margin-bottom: -1em;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%; /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  content: '';
  background: #E91E63;
}
.cp_arrows .cp_arrow:before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-39%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
  -webkit-transform: rotate(-30deg) translateX(39%);
  transform: rotate(-30deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    top: 40%; /*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
h2.pd-05 {
  padding: 0.3em 0;
}
.prgrm ul {
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#header-in {
  width: 100%;
  margin: auto;
  padding: 0 1em;
}
#header-title {
  float: left;
  width: 120px;
  margin-left: 0px;
}
#header .header-logo img {
  width: 100%;
}
.header_mail, .header_tel {
  width: 250px;
  float: right;
  margin: 0.33em;
}
.l-header {
  background-color: #fff;
  position: sticky;
  top: 0rem;
  height: 60px;
  color: #fff;
  z-index: 2;
  box-shadow: 0px 1px 1px 0px rgb(255 255 255 / 50%);
}
.header_tel img, .header_mail img {
  width: 100%;
}
/*----------------------------------------
	Alternate
----------------------------------------*/
.alternate {
  display: flex;
  flex-direction: column-reverse;
}
.alternate + .alternate {
  margin-top: 30px;
}
.alternate__body {
  padding: 30px;
  background: #f9fae9;
}
.alternate__ttl {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.alternate__sttl {
  display: block;
  font-size: 10px;
}
.alternate__txt {
  margin-top: 20px;
  line-height: 1.7;
}
.alternate__thumb img {
  max-width: none;
  width: 100%;
}
/*ずらし用の指定*/
@media screen and (max-width: 767px) {
  .alternate__body {
    margin-top: -40px; /*テキストボックスを上に40pxずらす*/
    padding-top: 60px; /*重なり分の上余白を確保*/
  }
  /*左右交互に横にずらす*/
  .alternate._normal .alternate__thumb {
    margin-left: -20px;
  }
  .alternate._normal .alternate__body {
    margin-right: -20px;
  }
  .alternate._reverse .alternate__thumb {
    margin-right: -20px;
  }
  .alternate._reverse .alternate__body {
    margin-left: -20px;
  }
}
@media screen and (min-width: 768px), print {
  .alternate {
    flex-direction: row-reverse;
  }
  .alternate + .alternate {
    margin-top: 80px;
  }
  .alternate._reverse {
    flex-direction: row;
  }
  .alternate__body {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1em;
  }
  .alternate__thumb {
    width: 50%;
  }
  .alternate__thumb img {
    height: 100%;
    object-fit: cover;
  }
}
.eng {
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  font-style: oblique;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
}
.splogo {
margin: 0 auto;
    width: 15%;
    height: 40px;
    z-index: 2;
    position: sticky;
}
.sphead {
  background-color: #fff;
}
.youknow {
  text-align: center;
}
/* flexbox互い違い */
.flex-items {
    margin-bottom: 1em;
}
.flex-item {
  display: flex;
  justify-content: space-between;
	  align-items: center;
}
.flex-item__txt.flbkc:before {
content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    left: -22px;
    transform: skewX(-6deg);
	background-image: repeating-linear-gradient(45deg, rgba(97,97,97,0.1) 0px, rgba(97,97,97,0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(43,43,43),rgb(43,43,43));
}
.flex-item__txt.flbkc {
padding: 0 2em 0 2em;
    position: relative;
    color: #fff;
    margin-right: 2em;
}
.flex-item__txt.flbkb::before {
content: "";
    width: 40px;
    height: 100%;
	background-image: repeating-linear-gradient(45deg, rgba(176,176,176, 0.1) 0px, rgba(176,176,176, 0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(108,108,108),rgb(108,108,108));
    position: absolute;
    right: -22px;
    transform: skewX(-6deg);
}

.flex-item__txt.flbkb {
padding: 0 1em 0 2em;
    position: relative;
    color: #fff;
    margin-left: 2em;
}
.flex-item:not(:last-child) {
  margin-bottom: 50px;
}
.flex-item:nth-child(even) {
  flex-direction: row-reverse;
}
.flex-item__img {
  width: 38%;
  align-items: center;
	height: 350px;
}
.flex-item__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.flex-item__txt {
  width: 62%;
	height: 300px;
		position: relative;
	background-image: repeating-linear-gradient(45deg, rgba(97,97,97,0.1) 0px, rgba(97,97,97,0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(43,43,43),rgb(43,43,43));
}
.flex-item__txt h2 {
  font-size: 18px;
  padding: 10px 0;
}
.flex-item__txt p {
  line-height: 1.5;
}
.flbka {
  background-color: #262626;
  color: #fff;
  padding: 1em;
}
.flbkb {
	background-image: repeating-linear-gradient(45deg, rgba(176,176,176, 0.1) 0px, rgba(176,176,176, 0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(108,108,108),rgb(108,108,108));
  color: #fff;
  padding: 1em;
}
.flbkc ul.list_check {
	background-image: repeating-linear-gradient(45deg, rgba(97,97,97,0.1) 0px, rgba(97,97,97,0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(43,43,43),rgb(43,43,43));
    color: #fff;
	padding-left: 30px;
}
.scsc {
	display: none;
}
.sp-line {
    display: none;
}
@media screen and (max-width: 980px) {
	.scroll {
    overflow-x: scroll;
    height: 250px;
    padding-top: 1em;
	}
	.scsc {
		display: block;
	}

}

@media screen and (max-width: 767px) {
	.sp-line {
display: block;
    background-color: #1abc03;
    padding: 0.5em 0;
    text-align: center;
    bottom: 0;
    left: 0;
    position: fixed;
		z-index: 9999;
}
	.wakuhead {
		max-width: 250px!important;
	}
	.wakubody {
		max-width: 250px!important;
		font-size: 1.3em!important;
	}
		.scsc {
		display: block;
	}
	.scroll {
    overflow-x: scroll;
    height: 250px;
    padding-top: 1em;
}
	.fbox {
		display: block!important;
	}
	.fbox .pic {
		width: 70%;
		margin: 0 auto;
	}
	.fbox .text {
		width: 100%;
	}
  .flex-item {
    flex-direction: column;
    align-items: center;
  }
  .flex-item:nth-child(even) {
    flex-direction: column;
  }
  .flex-item__img {
    width: 100%;
    height: 250px;
    padding-bottom: 30px;
  }
  .flex-item__txt {
    width: 100%;
	  height: auto;
    padding-right: 1em;
	padding-bottom: 1em;
    font-size: 90%;
  }
	.flex-item__txt.flbkc:before {
display: none;
}
.flex-item__txt.flbkc {
padding: 0 1em 0 1em;
    position: relative;
    color: #fff;
	margin: 0;
}
.flex-item__txt.flbkb::before {
display: none;
}

.flex-item__txt.flbkb {
padding: 0 1em 0 1em;
    position: relative;
    color: #fff;
		margin: 0;

}
  .parent {
    display: block !important;
	  text-align: -webkit-center;
  } 
	.child {
  width: 80%!important;
  text-align: center;
  margin-bottom: 1em!important;
  font-size: 80%;
}
	.nayami h2 {
	font-size: 1.4em;
	}
	.thema h2 {
		font-size: 1em;
	}
}
.cta-box {
  padding: 1em;
  background-color: #fff;
}
.cta-bk {
  background: #172d54;
  padding-bottom: 3em;
}
.parent {
  display: flex;
}
.child {
  width: 48%;
  text-align: center;
  margin: 1%;
	font-size: 80%;
}

h3.why {
    text-align: center;
    background-color: #ff4753;
    padding: 0.5em 1em;
    border-radius: 5px;
    display: block;
	margin: 0 0 1em;
	color: #fff;
}
span.number {
color: #ff4d5c;
    font-family: 'futura-pt', sans-serif;
    font-weight: 700;
    font-style: oblique;
	font-size: 1.6em;
}
.flex-item__txt h3 {
    margin: 1em 0;
	color: #fff;
}

span.sub-h {
    font-size: 65%;
    background-color: #bea574;
    padding: 0.5em 1em;
    color: #fff;
}

section.bk-gold {
    background-color: #bea574;
    padding: 2em 0 3em 0;
}
section.bk-r {
    padding: 2em 0;
    background-image: repeating-linear-gradient(135deg, rgba(153,153,153, 0.1) 0px, rgba(153,153,153, 0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(255,255,255),rgb(255,255,255));
}

.bk-r h2 {
font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    margin: 1em 0;
}
.n-margin-pc img {
	margin-top: -43px;
}

.fbox {
	display: flex;
	align-items: center;
	margin-bottom: 2em;
}

.pic {
	width: 40%;
	text-align: center;
}
.fbox h3 {
    font-size: 1em;
	color: #fff;
}
.pic img {
    width: 150px;
    height: 150px;
    object-fit: none;
    border-radius: 50%;
    object-position: 85% 20%;
}
.text {
    background-color: #fff;
    padding: 2em 1em;
	width: 100%;
}
.text h3 {
	color: #131313;
	font-weight: bold;
	font-size: 1em;
}
.cta-bk h2 {
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.75;
    position: relative;
    text-align: center;
	color: #fff;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 850px;
}

table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  text-align: center;
  padding: 10px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 30%;
}

table th:nth-child(1){
  background-color:#dddddd;
}

table th:nth-child(3){
  background-color:#172d54;
  color: white;
}


table td{
    text-align: center;
    padding: 7px 0;
    border-bottom: solid 1px #ddd;
    width: 30%;
}

table td a{
  background-color: #25b327;
  color: white;
  padding:5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

table .popular{
  width: 30%;
}

table th.popular{
  position: relative;
}

table th.popular span.no1{
  position: absolute;
  top: -10px;
  background: #bdcc28;
  width: 90px;
  font-size: 10px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table th.popular span.inner{
  position: absolute;
  color:white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}
th.w15 , td.w15 {
    width: 15%;
	    background-color: #f4f4f4;
}
.c-red {
	color: #ff4d5c;
}
.prof img {
    max-width: 650px;
    margin-bottom: 1rem;
}
.fimg {
	max-width: 450px;
	margin: 0 auto;
}
.black-m {
	text-align: center;
    max-width: 750px;
    margin: 0 auto;
    color: #ffffff;
    padding: 1.5rem;
    background-image: repeating-linear-gradient(45deg, rgba(97,97,97,0.1) 0px, rgba(97,97,97,0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(43,43,43),rgb(43,43,43));
}
.black-m h3 {
    color: #fff;
	margin: 1em 0;
}
.waku {
    max-width: 750px;
    margin: 0 auto;
    border: solid 1px;
    padding: 2em 0;
}
.wakuhead {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    background-color: #172d54;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1.5em 0;
    border-radius: 8px 8px 0 0;
}
.wakubody {
    border: solid 1px #172d54;
    max-width: 400px;
    margin: 0 auto;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    border-radius: 0 0 8px 8px;
}
.wanin {
    background-image: repeating-linear-gradient(45deg, rgba(176,176,176, 0.1) 0px, rgba(176,176,176, 0.1) 2px,transparent 2px, transparent 4px),linear-gradient(90deg, rgb(108,108,108),rgb(108,108,108));
    color: #fff;
    padding: 1em 0;
    font-size: 90%;
    border-radius: 8px;
}
span.smf {
    font-size: 0.7em;
}

.f-80 {
	font-size: 80%;
}