/* サイドバーの文字 */
.widget-area .widget ul li {
padding-bottom:10px; 
}

.swpm-renewal-link {
  text-decoration:underline;
}

/*===============
blog
==========================*/
.entry-title2 {
	font-size:26px
}

.entry-title2 a {
    color: #3c3c3c;
}
/*===============
services2
==========================*/
.services2 {
    padding: 98px 0;
}


.services2 .section-title {
    margin-bottom: 50px;
}

.services2 .col-3 {
    margin-bottom: 30px;
    position: relative;
}

.services2 .col-3 h5 {
    font-size: 26px;
    line-height: 30px;
    color: #3c3c3c;
    font-weight: normal;
    margin-bottom: 34px;
    position: relative;
}

.services2 .col-3 h5 a {
    color: #3c3c3c;
}

.services2 .col-3 h5 a:hover,
.services2 .col-3 h5 a:focus {
    text-decoration: none;
    color: #01c6b8;
}

.services2 .col-3 h5:after {
    content: '';
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 15px;
    background: #c5c4c7;
}

.services2 .col-3 .image {
    margin-bottom: 30px;
    border-radius: 50%;
    display: inline-block;
}



/*========
popular courses
==================*/

.home .post img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.home .post img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);

}



/*=====
banner
==========*/
.banner-section {
    position: relative;
    margin-bottom: 50px;
}

.banner-section img {
    width: 100%;
}

.banner-section .banner-text {
    position: absolute;
    top: 10%;
    width: 100%;

}

.banner-section .banner-text .text {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;

    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.banner-section .banner-text h2 {
	 text-shadow: 0 0 10px black;
    margin: 0 0 36px;
}

.banner-section .banner-text .learn-more {
	  font-size: 18px;
    color: #fff;
    background: #01c6b8;
    padding: 20px 46px;
    position: relative;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    transform: translateZ(0px);
    display: inline-block;
}

.banner-section .banner-text .learn-more:before {
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: #01a196;
    transition-property: transform;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    content: '';
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    z-index: -1;
    position: absolute;
}

.banner-section .banner-text .learn-more:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}


/* カスタム CSS をここに入力してください */

/*
.swpm-logged-username-label.swpm-logged-label {
	  color: #444447;
    font-size: 24px;
}

.swpm-logged-status-label.swpm-logged-label{
	  color: #444447;
    font-size: 24px;
}

.swpm-logged-membership-label.swpm-logged-label{
	  color: #444447;
    font-size: 24px;
}

.swpm-logged-expiry-label.swpm-logged-label{
	  color: #444447;
    font-size: 24px;
}
*/

.swpm-logged-name-value.swpm-logged-value {
 margin-bottom: 10px;
}

.swpm-logged-username-value.swpm-logged-value {
 margin-bottom: 10px;
}

.swpm-logged-status-value.swpm-logged-value{
 margin-bottom: 10px;
}

.swpm-logged-membership-value.swpm-logged-value{
 margin-bottom: 10px;
}

.swpm-logged-expiry-value.swpm-logged-value{
 margin-bottom: 20px;
}

.swpm-registration-submit {
  font-size: 24px!important;
}


.swpm-registration-submit:hover {
  background-color: #E75885;
	font-size: 24px;
}

.swpm-buy-now-button-submit{
  font-size: 24px!important;
}

.swpm-buy-now-button-submit:hover {
  background-color: #E75885;
	font-size: 24px;
}

.swpm-login-widget-logged .swpm-edit-profile-link a {
	 text-decoration: underline;
}

.swpm-login-widget-logged .swpm-logged-logout-link a {
	 text-decoration: underline;
}

/*
.swpm-login-widget-logged .swpm-edit-profile-link a:visited {
	  color:orange;
}

.swpm-login-widget-logged .swpm-logged-logout-link a:visited {
	  color:orange;
}
*/