@charset "UTF-8";
#mainImg .bg{
    background-image:url("../img/lectures/bg_mainimg.jpg");
    background-color: #f0ffff;
}
@media screen and (max-width:599px) {
    #mainImg .bg{
        background-image: url("../img/lectures/bg_mainimg_sp.jpg");
    }
}
/*.secIntro{padding:0 10px 50px}*/
.secIntro .about-fix-subtitle{color: #4284f4;font-weight:700;}
/*.secIntro .content{margin-bottom:20px}*/
.secIntro .content .pic{margin:20px -10px 40px -10px}
.secIntro .content .chart{margin:20px auto 0;text-align: center}
.secIntro .content .chart img{width: 90%}
.secIntro .content .note{margin-top:10px;color:#999}
.secIntro .content .about-fix-title{margin-bottom:20px;line-height: 1.32;}
.secIntro .company{position:relative;padding:15px 13px 27px;border:2px solid #e8e7ee}
.secIntro .company .tit{min-height:40px;margin-bottom:13px;padding-left:65px;font-size:1.4rem;font-weight:700;line-height:1.43}
.secIntro .company .logo{position:absolute;top:7px;left:12px;width:57px}
@media screen and (min-width:600px){
/*.secIntro{padding:0 0 100px}*/
.secIntro>.head{margin-top:-25px;}
/*.secIntro .content{margin-bottom:45px}*/
.secIntro .content .txt{text-align:center;}
.secIntro .content .pic{margin:20px -69px 34px}
.secIntro .content .pic img{width:100%}
.secIntro .content .chart{margin:10px auto;text-align: center}
.secIntro .content .chart:nth-of-type(2) {margin:30px auto;text-align: center}
.secIntro .content .chart img{width: 376px}
.secIntro .content .chart:nth-of-type(2) img{width: 439px}
.secIntro .content .note{margin-top:15px;text-align:center}
.secIntro .content .about-fix-title{margin-bottom:32px}
.secIntro .company{padding:32px 32px 28px 204px;border-width:4px}
.secIntro .company .tit{min-height:auto;margin-bottom:10px;padding-left:0;font-size:2rem;line-height:1.5}
.secIntro .company .logo{top:28px;left:71px;width:114px}
}

/* スクロール　フェードイン */
.scroll-fade{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
}

@media screen and (max-width: 768px) {
  .cal-wrap {
    padding: 20px 0;
    margin-bottom: 4rem;
  }
  .wrapper {
    padding: 1em;
  }
  .contents__wrap {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .mod_txt01 {
    text-align: justify;
    margin-bottom: 4rem;
  }
  .txt.mod_txt01 span {
    font-feature-settings: "palt";
  }
}

/*====================================================================
　common
====================================================================*/
.inner {
  max-width: 1000px;
  margin: 0 auto;
/*  margin-bottom: 6em;*/
}
section {
  width: 100%;
}

.contents {
  text-align: left;
}


/*====================================================================
　txt
====================================================================*/
h2 {
  font-size: 2em;
  font-weight: bold;
  color: #00bfff;
  margin-bottom: .5em;
}
p.text {
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 1em;
  text-indent: 1em;
}
.text-block {
  margin-bottom: 4em;
}
.strong-text {
  font-weight: bold;
  margin-top: 1em;
}
ul.image-list {
  display: flex;
  align-items: flex-end;
/*  margin-bottom: 2em;*/
  margin: 0 auto 2em;
  align-items: flex-start; 
}
.image-list li {
  display: inline-block; 
  vertical-align: top;
  margin-right: 1.5em;
}
.image-list li p {
  font-size: .8em;
  padding-top: .4em;
}
p.cup {
  font-size: .9em;
  padding-top: .4em;
  line-height: 1.4;
}
.Tact {
  text-align: center;
  margin-bottom: 1em;
}
sup{
  vertical-align:text-top ;
  font-size: small;
}
.float-right {
  float: right;
  margin: 0 0 1em 1em;
  width: 220px;
}
.float-left {
  float: left;
  margin: 0 1em 1em 0;
  width: 220px;
}
.jump {
  text-align: center;
  margin-top: 1em;
}
.jumpbtn {
  border: 1px solid #aaa;
  border-radius: 2em;
  display: inline-block;
  padding: .3em 1em .5em;
  margin: 0 0 0 auto;
}


.contents__title {
  position: relative;
}

@media screen and (max-width: 768px) {
  .contents__title {
/*    position: static;*/
  }
  h2 {
    font-size: 1.2em;
    margin-bottom: .5em;
  }
  p.text {
    font-size: 1em;
  }
  .image-list li {
    margin-right: 1em;
  }
  .float-right {
    width: 50%;
  }
  .jump {
    text-align: center;
    margin-top: .6em;
  }

  
}

/*====================================================================
　サブメニュー
====================================================================*/
ul.table {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
  font-size: 1.1em;
  padding: .8em 1em 1em;
  background-color: #eee;
  border-radius: 2em;
}
ul.table p {
  font-weight: bold; 
}
ul.table li a {
  color: blue;
  border-bottom: 1px solid blue;
  margin-left: 1em;
  cursor: pointer;
}
ul.table li a:before {
  font-family: "FontAwesome";
  content: "\f138";
}
ul.table li a:hover {
  color: red;
  border-bottom: 1px solid red;
}

@media screen and (max-width: 768px) {
  ul.table {
    display: block;
    border-radius: .5em;
  }
  ul.table p {
    text-align: center;
    margin-bottom: 1em;
  }
  ul.table li {
    margin-bottom: .5em;
  }
}
