<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


header {
background-image: url(../img/head/headb.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
	padding-bottom: 1em;
	background-attachment: fixed;
}

.container {
    padding-top:1em;
}

/*アイキャッチ*/

.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 {
    padding: 1.5rem 0;
}


@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 {
border: solid 2px #001c44;
    background: #fdfdfd;
  padding: 0.5em 1em 0.5em 2.3em;
  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: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #001c44; /*アイコン色*/
}

/* form */

.topics {
    max-width: 730px;
    margin: 0 auto;
    background: #fafafa;
    padding: 2rem;
}

.topics dl {
padding: 15px 0;
}

.topics dt {
padding-bottom: 5px;
}

label {
	display: block;
	margin-top: 1em;
}

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 (min-width: 768px) {
.topics dt {
clear: left;
float: left;
width: 30%;
}
.topics dd {
margin-left: 33%;
}
	
}

/* 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;
}

/*マーカーアニメーション*/
 
.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: 1em 0;
    position: relative;
	background: #11344d;
    color: #fff;
}


.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%;
    margin-bottom: 30px;
}

.probootstrap-social li:first-child&gt;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;}
}


/* PC、スマホの表示切替　*/

.pc {
    display: block !important;
}

@media only screen and (max-width: 750px) {
.sp {
    display: block !important;
}
}


/* 
 * コンバージョンボタン
 */
.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;
}


/**
 * ===============================================
 * 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;
    padding-bottom: 1em;
	}
	
}
.shead {
	background-color: #11344D;
    text-align: center;
}

.midashi02 {
    background-color: #2d2d2d;
    text-align: center;
    padding: 1em 0 1em 0;
}

.container2 {
	    max-width: 1000px;
    margin: 0 auto;
}

.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 {
	padding: 1.5rem;
    border: solid 5px #c1272d;
	background: #fff;
}

.img {
	text-align: center;
max-width: 550px;
    margin: 0 auto;
}

.img img {
    max-width: 100%;
    height: auto;
}

.imgr {
    float: right;
}

.pc {
    display: block !important;
}

.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 {
	    text-align: right;
}

.name img {
    max-width: 60%;
    height: auto;
}

h3 {
    text-align: center;
    color: #d00000;
}

.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 {
	background: #fff;
    color: #1f1f1f;
    padding: 1.5rem;
    border-radius: 5px;
}

.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 {
    border-radius: 5px;
    padding: 1.5rem;
    color: #000;
	max-width: 800px;
    margin: 0 auto;
}

.voice p, .prof p{
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

ul {
    max-width: 650px;
    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 {
    background: #fff;
    border-radius: 5px;
    padding: 1.5rem;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
}

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 {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 1rem;
    font-size: 1.3rem !important;
}

.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 0;
    background: #fff;
    border: solid 1px #d0dbe6;
    vertical-align: middle;
    font-size: 0.8em;
    color: #333;
    text-align: center;
}

.width02 .sample-table-adj.width02 {
    width: 100%!important;
}

table{
  width: 100%;
}

th{
  width: 30%;
}

td{
  width: 70%;
}
.fmb {
	background-color: #225b9f;
background-image: url("https://www.transparenttextures.com/patterns/squares.png");
	margin-top: -2em;
	
}

.end-f {
    padding: 1em;
	margin: 0 auto;
    max-width: 800px;
}

.form-a {
	max-width: 700px;
    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; /*ボタン色*/
}

.suisen {
      background-color: #fff;
  line-height: 2em;
  padding: 2em 1em 0.2em 1em;
}

.bg00 {
    background: #11344d;
}

.bg01 {
    background: #e8dbd2;
}

.w60 {
    max-width: 600px;
    margin: 0 auto;
}
</pre></body></html>