/* main.css overwrite */

/*************************
*******Typography******
**************************/
body {
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 16px;
    line-height: 32px;
    /* color: #666; */
    /* background-color: #fff; */
}

.content-light h3 {
    position: relative;
    padding-bottom: .25em;
    border-bottom: 2px solid #ccc;
}

.content-light h3::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
    background-color: #98fb98;
}

section {
    padding: 30px 0;
}

section.content-light {
    padding: 0;
    margin: 2em 0 1em;
}

#blog .heading {
    padding-bottom:20px;
}

.member-info h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.member-info h4 {
    font-size: 14px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #999;
}

/*************************
********Home CSS**********
**************************/
#home-slider .fa-angle-down {
    bottom: 150px;
}

/*************************
********About CSS*******
**************************/
#about-us {
    background-image: url(../images/bg/2017_4.jpg);
}

/*************************
********portfolio CSS*****
**************************/

#portfolio {display: none;}

/*************************
*********Team CSS*********
**************************/
#team {
    padding-top: 90px;
}

.team-member {
    /* text-align: center; */
    /* color: #333; */
    font-size: 16px;
}

/*************************
*******Features CSS*******
**************************/
#features {
    background-image: url(../images/bg/304104_l.jpg);
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
    background-image: url(../images/bg/fd4a5773a52726c5af45308d7ca18083.jpg);
}

#home-slider .caption h1,
#home-slider .caption p {
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.6));
}

.carousel-fade .carousel-inner .item:after {
    background: rgba(0,0,0,0);
}

.service-icon {
    border-radius: 8px;
    height: 180px;
    width: 180px;
}

/* preset/preset1.css overwrite */

a,
#home-slider .caption h1 span, 
#twitter-carousel .item span, 
#footer .footer-bottom, 
#single-portfolio .close-folio-item:hover, 
.single-table.featured .btn.btn-primary, 
.contact-info ul li a:hover, 
#footer .footer-bottom a  {
  color: #00924E;
}

#home-slider .caption h1 span {
    color: #98fb98;
}

.main-nav, 
.service-icon, 
.progress-bar.progress-bar-primary, 
.single-table.featured, 
.btn.btn-primary, 
.twitter-left-control:hover, .twitter-right-control:hover, 
.post-icon, 
.entry-header .date:after, 
.btn-loadmore:hover, 
.btn-submit,
#footer, 
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
	background-color:#00924E;
}

.btn.btn-primary:hover,
.btn-submit:hover {
    background-color: #98FB98;
}

/* bootstrap.min.css overwrite */

@media (min-width: 768px)
{
    .container {
        width: 780px;
    }
}

@media (min-width: 992px)
{
    .container {
        width: 970px;
    }    
}

.jumbotron {
    margin: 50px;
    border-radius: 12px;
}

.jumbotron p {
    margin-bottom: 6px;
    font-size: 16px;
}

.lead {
    line-height: 1.6;
}

.row {
    margin-bottom: 30px;
}

/* additional */

.single-table.coming {
    background-color:#eee;
    color:#fff;
}

.single-table.coming h3 {
    color:#fff;
}

#pricing .btn, .btn-primary {
    background-color: #fff;
    color: #eee;
    pointer-events: none;
}

.sumiken_dl {
    color: #fff;
    background-color: #00924E;
    border-radius: 8px;
    padding: 6px;
    text-align: center;
}

.sumiken_dl a {
    color: #fff;
}

#note {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    backdrop-filter: contrast(1) blur(8px);
    width: 100%;
    background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#note h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: .5em;
    /* border-bottom: 1px solid #00924e; */
    border-bottom:3px double #ff7b7b;/* upd 1 line above on jul.30th,2020 */
    /* filter: drop-shadow(0 0 3px rgba(255,255,255,0.6)); */
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.6));/* upd 1 line above on jul.30th,2020 */
}

#note h1 a {
    color: #fff;
}/* ins on jul.30th,2020 */

#note h1 i {
    color: #ff7b7b;
}/* ins on jul.30th,2020 */

div#note h1 span {
    /* display: block; */
    margin-bottom: .2em;
    color: #00924e;
    /* font-size: .9em; */
}

#note h1 span:after {
    content: "　";
}

#blog ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#blog li {
    border-bottom: 1px dotted #c4c4c4;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

.m-article__item .m-article__item__inner {
    display: block;
    line-height: 1.6;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .m-article__item .m-article__item__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.m-article__list__day {
    display: block;
    color: #222;
}

@media screen and (min-width: 768px) {
    .m-article__list__day {
        padding-right: 20px;
        min-width: 110px;
    }
}

.m-article__list__ttl {
    display: block;
    color: #222;
}

@media screen and (min-width: 768px)  {
    .m-article__list__ttl {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

#services .col-sm-4 {
    max-height: 360px;
}

#team .col-sm-3 p {
    max-height: 128px;
}

.header-light,
.header-light h2 {
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#exam_top,
#seminar_top,
#apply_top,
#challenge_top {
    background-image: url(../images/bg/304104_lc.jpg);
}

.content-light h2 {
    position: relative;
    padding: .5em .5em .5em 1em;
    border: 1px solid #ccc;
    margin: 2em 0 .5em;
  }

  .content-light h2::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #00924E;
    border-radius: 4px;
}

.notes{
	font-size: 0.85em;
    padding-left: 1em;
    text-indent:-1em;
    line-height: 1.5em;
	color: #666;
}
 
.notes:before{
	content: "※";
}
 
.notes:first-letter{
	margin-left: -1.3em;
}