/* Preload images
body:after {
  content: url(lightbox/img/close.png) url(lightbox/img/loading.gif) url(lightbox/img/prev.png) url(lightbox/img/next.png);
  display: none;
} */

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/sp/flotherm-seminar/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/sp/flotherm-seminar/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/sp/flotherm-seminar/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 73px;
  height: 37px;
  background: url(/sp/flotherm-seminar/img/btn-close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  background-color: #005BAC;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.9rem;
}
header > nav {
	background-color: #005BAC;
}
main{
	background-color:#FFF;
  font-size:1.2em;
  font-feature-settings:palt;
}
footer, footer a, footer a:hover {
	color:#FFF;
}

p, ul, ol {
  margin-bottom: 0;
}

.row {
	margin-bottom:40px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

img{
  max-width:100%;
  height:auto;
}

/* Add
------------------------- */

a, onclick { outline: none; }
:focus {
    outline: none;
}

a.pagelink {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.movie-container {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.movie-inner {
    position: relative;
    padding-bottom: 56.25%; /* 動画のaspect比がこれで決まります。*/
}
.movie-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .large .modal-body{
min-height:900px;/* - height - 100*/
}

.badge {
	font-size:1.0em;
	margin-bottom:20px;
}

header .badge {
  margin-bottom: 0;
  height: 1.5em;
}

.btn-light, .btn-light a:hover{
  color: #0B419A;
}


.pagetop{
		position:fixed;
		bottom:5px;
		right:5px;
}
.pagetop a{
		display:block;
		padding:15px;
}
.pagetop a:hover{
}

.pepleLeft{
  float: left;
  margin: 0 15px 15px 0;
  width:20%;
}

/* Add font Color
------------------------- */
.fontYellow {color: #FFD900;}
.fontBlue {color: #0B419A;}
.fontGlay {color: #7F7F7F;}
.fontRed {color: #E61F19;}
.fontWhite {color: #FFF;}

/* Add Back Ground Color
------------------------- */
.bgYellow { background: #FFD900;}
.bgBlue { background: #0B419A;}
.bgGlay { background: #7F7F7F;}
.bgtRed { background: #E61F19;}
.bgWhite { background: #FFF;}

.bgYellowDark { background: #FFC000;}
.bgBlueLight { background: #4472C4;}
.bgPink { background: #FF99CC;}
.bgPurple { background: #7030A0;}
.bgGreen { background: #70AD47;}

/* Add title Design
------------------------- */
h1.title-pre {
  margin-top: 30px;
}
h1.title-post{
  font-weight: 700;
  color: #005BAC;
  margin-top: 30px;
}

h2.osusume{
  font-size: 1.3rem;
  font-weight: bold;
}

h3.maker{
font-size: 1.5rem;
font-weight: bold;
background:linear-gradient(transparent 90%, #A3E2FF 60%);
}

h3.makerSoon{
background:linear-gradient(transparent 90%, #ffff66 60%);/*緑 #b2ffb2*/
}

h3.maker > b, h3.maker > span {
  font-size: 1.2rem;
}
.badge-success{
  background: #FF861D;
}

/**/

.area-title{
    padding: 40px 0;
    background:rgba(255,255,255,0.8);
}

.cat-header {
    height: 500px;
    padding-top: 55px;
}
.cat-header {
    background-image: url(/sp/flotherm-seminar/img/main1_bg.jpg);
    border: none;
    text-align: center;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cat-header .ct {
    animation: 5s bounce ease infinite;
    font-size: 40px;
}
.bl {
    display: block;
}
.ct {
    text-align: center;
}
.catchcopy {
    background: #A9D18E;
    padding: 2em 1em;
    max-width: 1110px;
    margin: 0 0 0px 0;
}
.catchcopy p {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}

.updatemark {
    color: white;
    font-size: 0.7em;
    font-weight: normal;
    background: #005BAC;
    padding: 4px 20px;
}

.boxshadow {
    box-shadow: 0px 2px 7px rgba(0,0,0,.15),0 5px 6px rgba(0,0,0,.15);
}


/* Add Number icon画像
------------------------- */
div.icon { margin-left: 2.0em;	text-indent: -2.0em; font-size:1.6em; margin-bottom:40px; }
div.icon img { margin-right: 7px;	height: 50px;	vertical-align: top;}


/* Add アイコンを入れた時の2行目以降をインデント
------------------------- */
a.iconPDF{
  display: block;
  position: relative;
  padding: 3px 0 0 20px;
  text-indent: 0em;
  padding-left: 1.2em;
}

a.iconPDF:before{
    position: absolute;
    top: 5px;
    left: 3px;
    font-family: FontAwesome;
    content: '\f1c1';
      color: #E61F19;
}

/* Add 画像を横に並べる
------------------------- */
.inline-area {
  margin: 30px 0;
}

.inline-area p, .inline-area img {
  margin: 5px 0;
  display: inline-block;
}
.inline-area img {
  border:1px solid rgba(0, 0, 0, 0.1);
}

/* Add 枠線付きteble
------------------------- */
.tableline {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom:20px;
  width:100%;
}

.tableline th,
.tableline td {
  border:1px solid rgba(0, 0, 0, 0.1);
  padding:10px;
  vertical-align:top;
  /*display: table-cell;縦中央揃え*/
  /*vertical-align: middle;縦中央揃え*/
}

.tableline th {
  background-color: #EEEEEE;
  font-weight:bold;
  text-align: center;
  font-size: 80%;
  padding: 5px;
}


/**/
.tabelDesign1 {
  font-size: 1.2rem;
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabelDesign1 tr{
  border-bottom: solid 2px white;
}

.tabelDesign1 tr:last-child{
  border-bottom: none;
}

.tabelDesign1 th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #ffd42d;
  text-align: center;
  padding: 20px 0;
}

.tabelDesign1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ffd42d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tabelDesign1 td{
  text-align: left;
  width: 60%;
  text-align: left;
  background-color: #FFEB9C;
  padding: 20px 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 769px) {
  .pepleLeft{
  width:100%;
}
	div.d-sm-none > div.icon { margin-left: 2.0em;	text-indent: -2.0em; font-size:1em; margin-bottom:20px; }
  div.d-sm-none > div.icon img { margin-right: 10px;	height: 25px;	vertical-align: top;}
  body {
    width: 100%;
}
}

@media screen and (max-width:576px) { /*　画面サイズが480pxからはここを読み込む　*/
  h1, span.updatemark{
    font-size: 0.8rem;}
  h1{
    font-size: 1.4rem;}
}

@media all and (-ms-high-contrast: none) {
  h2, h3, h4, h5 {font-family: "メイリオ", Meiryo, sans-serif; }
}
