body {
    padding-top: 0px;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 50px;
    padding: 5px;
}
.navbar-brand img.logo {
    max-height: 46px;
}
.navbar-inverse {
    background-color: #ffffff;
    border: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000000;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #f8f8f8;
}
.navbar-inverse .navbar-nav > li > a {
    color: #717071;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #000000;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #717071;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: transparent;
}

#header {
    margin-bottom: 20px;
}

.content-header {
    min-height: 150px;
}

.page-header {
    background-image: url("../../img/sub_img_d.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000;
    font-size: 300%;
    margin-top: 0px;

    height: 150px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    background-color: #ddd;

    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .page-header {
        width: calc(100vw - 18px);
        padding-left: 5%;
        font-size: 200%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-header {
        width: calc(100vw - 18px);
        padding-left: 10%;
    }
}
@media screen and (min-width: 992px) {
    .page-header {
        width: calc(100vw - 18px);
        padding-left: 18%;
    }
}

@media (min-width: 768px) {
  .page-header {
    padding-left: calc((100vw - 750px) / 2 + 5px) !important;
    padding-right: calc((100vw - 750px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .page-header {
    padding-left: calc((100vw - 970px) / 2 + 5px) !important;
    padding-right: calc((100vw - 970px) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .page-header {
    padding-left: calc((100vw - 1170px) / 2 + 5px) !important;
    padding-right: calc((100vw - 1170px) / 2) !important;
  }
}



/*20210721 mika add*/

.center {
	text-align: center;
}

.copyright {
    font-size: 14px;
}

.textdecoration_linethrough {
    text-decoration: line-through;
}

@media screen and (max-width: 767px) {
	.sp {
		display: none;
	}
	.img_sp50{
		max-width: 50%;
		height: auto;
	}
	.img_sp70{
		max-width: 70%;
		height: auto;
	}
	.img_sp80{
		max-width: 80%;
		height: auto;
	}
	.img_sp90{
		max-width: 90%;
		height: auto;
	}
	.img_sp98{
		max-width: 98%;
		height: auto;
	}
}

@media screen and (min-width: 768px) {
	.pc {
		display: none;
	}
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
	max-width: 960px;
	height: auto;
	margin:  0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.body-page-detail-BTLS {
    padding-top: 30px;
    width: auto;
}

/*トップセクション*/

.body-page-detail-BTLS div.sec_top {
	
}

.body-page-detail-BTLS div.sec_top p.lead {
	text-align: center;
	font-size: 1.4em;	
}
.body-page-detail-BTLS div.sec_top p.lead strong{
	font-size: 1.6em;
}
@media screen and (max-width: 767px) {
	.body-page-detail-BTLS div.sec_top p.lead {
		text-align: center;
		font-size: 1em;	
	}
	.body-page-detail-BTLS div.sec_top p.lead strong{
		font-size: 1.4em;
	}
}



/*メインセクション*/

.body-page-detail-BTLS div.sec_main {
	
}

.body-page-detail-BTLS div.sec_main p.lead {
    margin: 30px auto;
    text-align: center;
    font-size: 1.2em;
}
.body-page-detail-BTLS div.sec_main p.lead strong{
    font-size: 1.2em;
}
@media screen and (max-width: 767px) {
	.body-page-detail-BTLS div.sec_main p.lead {
		text-align: center;
		font-size: 1em;	
	}
	.body-page-detail-BTLS div.sec_main p.lead strong{
		font-size: 1em;
	}
}


/*登壇者セクション*/

.body-page-detail-BTLS div.sec_speaker {
	
}


/*スケジュールセクション*/

.body-page-detail-BTLS div.sec_schedule {
	margin: 30px auto;
}

.body-page-detail-BTLS div.sec_schedule p.time img {
	vertical-align: top;
	width: 600px;
	max-width: 90%;
	height: auto;
}

/*フッターセクション*/

.body-page-detail-BTLS div.sec_footer {
	
}
.img_sp90 {
}


/*20210812 mika add*/
/*===BTLS_specialpresent===*/

.body-page-detail-BTLS_specialpresent {
    padding-top: 30px;
    width: auto;
}

/*トップセクション*/

.body-page-detail-BTLS_specialpresent div.sec_top {
	
}

.body-page-detail-BTLS_specialpresent div.sec_top p.lead {
	text-align: center;
	font-size: 1.4em;	
}
.body-page-detail-BTLS_specialpresent div.sec_top p.lead strong{
	font-size: 1.6em;
}
@media screen and (max-width: 767px) {
	.body-page-detail-BTLS_specialpresent div.sec_top p.lead {
		text-align: center;
		font-size: 1em;	
	}
	.body-page-detail-BTLS_specialpresent div.sec_top p.lead strong{
		font-size: 1.4em;
	}
}



/*メインセクション*/

.body-page-detail-BTLS_specialpresent div.sec_main {
	
}

.body-page-detail-BTLS_specialpresent div.sec_main p.lead {
    margin: 30px auto;
    text-align: center;
    font-size: 1.2em;
}
.body-page-detail-BTLS_specialpresent div.sec_main p.lead strong{
    font-size: 1.2em;
}
@media screen and (max-width: 767px) {
	.body-page-detail-BTLS_specialpresent div.sec_main p.lead {
		text-align: center;
		font-size: 1em;	
	}
	.body-page-detail-BTLS_specialpresent div.sec_main p.lead strong{
		font-size: 1em;
	}
}


/*登壇者セクション*/

.body-page-detail-BTLS_specialpresent div.sec_speaker {
	
}

.body-page-detail-BTLS_specialpresent div.sec_speaker p.ttl {
	margin: 30px auto;
    text-align: center;
    font-size: 1.4em;
}

.body-page-detail-BTLS_specialpresent div.sec_speaker .ttl_rbn-wrapper {
    display: block;
    position: relative;
    margin: 30px auto;
    padding: 20px;
    background: #f1f1f1;
    width: 990px;
    font-size: 2.4em;
    text-align: center;
  }

@media screen and (max-width: 767px) {
	.body-page-detail-BTLS_specialpresent div.sec_speaker .ttl_rbn-wrapper {
		width: 90%;
		padding: 3em 1em 1em;
		font-size: 1.6em;
		text-align: center;
	  }
}
.ttl_rbn {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #70c7ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ttl_rbn:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #70c7ff;
  border-radius: 5px 0 0 5px;
}
.ttl_rbn:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #4d99ca;
  border-radius: 5px 0 0 5px;
}

.body-page-detail-BTLS_specialpresent div.sec_speaker .msr_btn15 {
	text-align: center;
	margin: 20px auto 50px;
}

.body-page-detail-BTLS_specialpresent div.sec_speaker .msr_btn15 a{
    width: 350px;
    padding: 15px;
	margin: 0 auto;
	text-align: center;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 120%;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ED1E79;
    display: block;
    position: relative;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.body-page-detail-BTLS_specialpresent div.sec_speaker .msr_btn15 a::before{
  content: '';
  width: 16px;
  height: 16px;
  margin:-8px 0 0 0;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  background: #fff;
  position:relative;
  position:absolute;
  top:50%;
  left:20px;
  display:block;
}
.body-page-detail-BTLS_specialpresent div.sec_speaker .msr_btn15 a::after{
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  margin:-3px 0 0 0;
  border-top: solid 2px #ED1E79;
  border-right: solid 2px #ED1E79;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position:absolute;
  top:50%;
  left:24px;
  display:block;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.body-page-detail-BTLS_specialpresent div.sec_speaker .msr_btn15 a:hover{
  background: #ED1E79;
}
.body-page-detail-BTLS_specialpresent div.sec_speaker .msr_btn15 a:hover::after{
  border-top: solid 2px #ED1E79;
  border-right: solid 2px #ED1E79;
}

/*スケジュールセクション*/

.body-page-detail-BTLS_specialpresent div.sec_schedule {
	margin: 30px auto;
}

.body-page-detail-BTLS_specialpresent div.sec_schedule p.time img {
	vertical-align: top;
	width: 600px;
	max-width: 90%;
	height: auto;
}

/*フッターセクション*/

.body-page-detail-BTLS_specialpresent div.sec_footer {
	
}
.img_sp80 {
}
.img_sp50 {
}
.img_sp96 {
}
.img_sp98 {
}

/*END*/


/*20210812 mika add*/
/*===BTLS_archive===*/


/*アーカイブメインセクション*/

.body-page-detail-BTLS_archive div.sec_main {
	
}
/*.body-page-detail-BTLS_archive div.sec_main h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
	margin: 0 auto 50px !important;
	text-align: center !important;
}

.body-page-detail-BTLS_archive div.sec_main h3:before, 
.body-page-detail-BTLS_archive div.sec_main h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.body-page-detail-BTLS_archive div.sec_main h3:before {
  left:0;
}
.body-page-detail-BTLS_archive div.sec_main h3:after {
  right: 0;
}*/

.body-page-detail-BTLS_archive div.sec_main h3{
	font-size: 1.6em;
	font-weight: bold;
	text-align:  center;
	color: #333;
	margin:  20px 0 30px;
}
.body-page-detail-BTLS_archive div.sec_main p.fkd {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  border-radius: 7px;
	margin-bottom: 20px;
	text-align: center;
	width: 450px;
	font-size: 1.4em;
}
.body-page-detail-BTLS_archive div.sec_main p.fkd:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #ffebbe;
  width: 0;
  height: 0;
}

.body-page-detail-BTLS_archive div.sec_main .box_ttl{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
	font-size: 1.4em;
}
.body-page-detail-BTLS_archive div.sec_main .box_ttl p {
    margin: 0; 
    padding: 0;
	text-align: center;
}

.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #ED1E79;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
	font-weight: bold;
}

.btn-circle-flat:hover {
  background: #668ad8;
}
/*END*/

/*魅力マトリックス　オンラインLIVE*/
.body-page-detail-miryokumatrix-onlinelive {
    margin: 30px 0;
    background-color: #FFFAFD;
}

.body-page-detail-miryokumatrix-onlinelive .txt-pnk {
    color: #DB2672 !important;
}

.body-page-detail-miryokumatrix-onlinelive .ttl {
    
}

/*魅力マトリックス　オンラインLIVE END*/


/*美塾オンライン大運動会*/
.body-page-detail-bijuku-online-daiundoukai{
    margin: 30px 0;
    background-color: #E9F5F7;
    text-align: center;
    font-size: 18px;
}

.body-page-detail-bijuku-online-daiundoukai .txt_4rem{
    font-size: 4rem;
}
.body-page-detail-bijuku-online-daiundoukai .txt_3rem{
    font-size: 3rem;
}
.body-page-detail-bijuku-online-daiundoukai .txt_2rem{
    font-size: 2rem;
}

.body-page-detail-bijuku-online-daiundoukai .mb_1rem {
    margin-bottom: 1rem;
}
.body-page-detail-bijuku-online-daiundoukai .mb_3rem {
    margin-bottom: 3rem;
}
.body-page-detail-bijuku-online-daiundoukai .mb_5rem {
    margin-bottom: 5rem;
}

.body-page-detail-bijuku-online-daiundoukai .lead_txt {
    line-height: 1.6;
}
.body-page-detail-bijuku-online-daiundoukai h2 {
  position: relative;
  display: inline-block;
  padding: 30px 65px;
  text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

.body-page-detail-bijuku-online-daiundoukai h2:before,
.body-page-detail-bijuku-online-daiundoukai h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.body-page-detail-bijuku-online-daiundoukai h2:before {
  left: 0;
}

.body-page-detail-bijuku-online-daiundoukai h2:after {
  right: 0;
}

.body-page-detail-bijuku-online-daiundoukai .entry_btn a:hover{
    opacity: 0.6;
}

.body-page-detail-bijuku-online-daiundoukai .lead_box {
    padding: 0.5em 1em;
    margin: 2em auto;
    background: #fffaf0;/*背景色*/
    border: solid 3px #fffaf0;/*線*/
    border-radius: 10px;/*角の丸み*/
}
/*美塾オンライン大運動会 END*/


/*佐佐木順子講演会*/
.body-page-detail-sasaki_junko_kouenkai {
    margin: 30px auto;
    text-align: center;
    font-size: 18px;
}
.body-page-detail-sasaki_junko_kouenkai h2 {
    color: #9F7A3C;
    font-size: 36px;
}
.body-page-detail-sasaki_junko_kouenkai h4 {

}
.body-page-detail-sasaki_junko_kouenkai h3 {
    margin: 1rem auto 3rem;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-weight: bold;
    font-size: 36px;
}

.body-page-detail-sasaki_junko_kouenkai h3:before,
.body-page-detail-sasaki_junko_kouenkai h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.body-page-detail-sasaki_junko_kouenkai h3:before {
  left:0;
}
.body-page-detail-sasaki_junko_kouenkai h3:after {
  right: 0;
}

.body-page-detail-sasaki_junko_kouenkai .box_bg {
    padding: 3rem 3rem;
    margin: 0 0 5rem 0;
    color: #2c2c2f;
    background: #f5ebe0;/*背景色*/
}
.body-page-detail-sasaki_junko_kouenkai .box_bg p {
    /*margin: 0; 
    padding: 0;*/
}
/*佐佐木順子講演会 END*/
