@charset "UTF-8";
.f-purple {
  color: #851A7D; }
.f-red {
  color: #8b0000; }

.bg-pink {
  background-color: #EF87A8; }

.bg-purple {
  background-color: #851A7D; }

.bg-light-pink {
  background-color: #FFEFF1; }

.btn.bg-pink, .btn.bg-purple {
  color: #fff; }
.bg-yellow{
	background-color:#ffff00;
}

.btn.bg-red {
  color: #fff;
  background-color:#8b0000;}



/* ======= 共通部分 ======= */
/* 全体 */
body {
  font-size: 18px;
  color: #333;
  line-height: 2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  letter-spacing: 0.03em; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7; }

h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0; }

ul, ol {
  line-height: 1.8em; }

iframe {
  border: 0; }

p {
  margin: 0; }

/* 余白 */
.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

/* 見出し */
.head-ttl-1, .head-ttl-2 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.7em; }
  @media (min-width: 768px) {
    .head-ttl-1, .head-ttl-2 {
      font-size: 30px; } }
  .head-ttl-1::after, .head-ttl-2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.7em;
    left: 50%;
    transform: translateX(-50%);
    width: 123px;
    height: 2px; }

.head-ttl-1::after {
  background-color: #fff; }

.head-ttl-2 {
  color: #8b0000; }
  .head-ttl-2::after {
    background-color: #8b0000; }

.head-ttl-3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  background-color: #8b0000;
  padding: 0.3em;
  text-align: center; }

.manager-ico {
  padding-bottom: 30px;
  background: url("../image/manager-ico.png");
  background-repeat: no-repeat;
  background-size: 50px 70px;
  background-position: 97% bottom; }
  @media (min-width: 768px) {
    .manager-ico {
      background-size: contain;
      background-position: right center;
      margin-bottom: 2em; } }
  @media (min-width: 992px) {
    .manager-ico {
      background-position: 93% center; } }

/* ボタン */
.btn {
  display: block;
  border-radius: 10px;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  letter-spacing: 0; }
  .btn:hover {
    opacity: 0.8; }

.btn-arrow-ctr::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%); }

@media (min-width: 768px) {
  .btn-arrow-ctr::after {
    right: 1em; } }

/* #fixed-footer */
#fixed-footer {
  text-align: center;
font-weight: bold;
background-color:#ff5780;
	padding:10px 0px;
color:#ff5780;}
#fixed-footer p{
	text-shadow: 0px 0px 3px #fff;
}
    @media (min-width: 768px) {
      #fixed-footer a {
        font-size: 20px; } }
  #fixed-footer .ff-tel{
    padding-bottom: 5px; }

/* #page-footer */
#page-footer {
  padding: 30px 0 80px;
  line-height: 1.8; }
  @media (min-width: 992px) {
    #page-footer {
      padding-bottom: 150px; } }

.copylight {
  font-size: 14px; }
/* コンテンツ */
.cv {
  color: #fff;
  font-weight: 600;
  text-align: center; }
  @media (min-width: 768px) {
    .cv {
      font-size: 25px; } }
  @media (min-width: 768px) {
    .cv .btn {
      font-size: 25px; } }

.cv-text {
  margin-bottom: 10px; }




  
.information-seminar-text ul {
  color: #8b0000;
  font-weight: bold; 
  border-bottom: 1px solid #8b0000;
  padding-bottom:30px!important;}



.info-box {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: #333 1px solid; }

.info-head {
  font-weight: 600;
  line-height: 1.6; }

.info-detail {
  font-size: 16px;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .info-detail {
      font-size: 18px; } }

form .bg-white {
  padding: 30px 15px; }
  @media (min-width: 768px) {
    form .bg-white {
      padding: 30px; } }

form label {
  margin: 0; }

form .required, form .any {
  font-size: 12px;
  color: #fff;
  padding: 0.2em 0.5em 0.3em;
  margin-right: 1em;
  color: #fff;
  border-radius: 5px;
  font-weight: normal; }

form .required {
  background-color: #ea6d80; }

form .any {
  background-color: #aaa; }

form .form-head {
  font-weight: 600;
  padding-top: 0.9em; }

form .form-detail {
  padding-top: 0.6em;
  padding-bottom: 0.7em; }

form .form-control, form .form-select {
  padding: 0.75rem; }

form textarea {
  height: 150px; }

form .item-box {
  padding: 1em 0.5em; }

form .btn {
  color: #fff;
  font-weight: 600;
  padding: 0.5em 2em;
  text-align: center; }
  form .btn:hover {
    color: #fff;
    opacity: 0.8; }

form .fa-calendar-alt {
  color: #aaa;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%); }

.confirm table {
  padding: 15px;
  width: 100%;
  margin: 0 auto;
  border: #FFEFF1 1px solid; }
  .confirm table th, .confirm table td {
    display: block;
    padding: 0.5em; }
  .confirm table th {
    background-color: #FFEFF1;
    border-bottom: #fff 1px solid; }
  .confirm table td {
    border-bottom: #FFEFF1 1px solid; }

@media (min-width: 768px) {
  .confirm table {
    padding: 30px;
    width: 70%; }
    .confirm table th {
      display: table-cell;
      width: 40%; }
    .confirm table td {
      display: table-cell;
      width: 60%; } }

video{
  width: 100%;
  margin: 20px 0px;
  display: inline-block;
  text-align: center;
  justify-content: center;
}
.wrap{
	width: 50%;
	margin: 0 auto;

}
@media(min-width:751px){
    .sp{
        display: none !important;
    }
}
@media(max-width:750px){
    .pc{
        display: none !important;
	}}
	
@media (max-width: 992px) {
	.wrap{
	width: 75%;
	margin: 0 auto;

}

}@media (max-width: 768px) {
	.wrap{
	width: 100%;
	margin: 0 auto;

}

}


/*# sourceMappingURL=style.css.map */
