@charset "utf-8";
/*
Theme Name:philosophy-lab-child
Theme URI:
Description:philosophy-lab child
Author:Recruit MCR
Author URI:https://philosophy-lab.com/
Version:1.0.0
Text Domain:philosophy-lab
Template: philosophy-lab
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  color: #000;
  background: #fff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}
/* ==========================================
   Container & Layout
   ========================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.container_l {
  width: 98%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-lg {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}
	
/* ==========================================
   Header
   ========================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 0 50px;
  width: 100%;
  box-sizing: border-box;
}

.header__logo {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 25px 0;
    width: 20%;
}

.header.scrolled .header__logo{
    padding: 25px 0 30px;
	transition: all 0.3s 
ease;
}

.header__lang {
  width: 50%;
}

.header__nav {
  width: 50%;
}

.header__nav-item {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.header__lang {
  display: flex;
  float: right;
  margin-bottom: 20px;
  justify-content: end;
}

.header__lang-btn {
  padding: 4px 15px;
  font-size: 12px;
  border: 1px solid #707070;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
}

.header__lang-btn.active,
.header__lang-btn:hover {
  background: #333;
  color: #fff;
}

.header__navi {
  width: 50%;
  display: flex;
  justify-content: space-between;
  float: right;
  clear: right;
}

.end_heading{
  font-size: 3vw;
  font-weight: bold;
  text-indent: -0.5em;
}


/* Mobile Menu Toggle */
.header__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.header__toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #333;
  transition: all 0.3s;
}
.header.scrolled {
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
/* ==========================================
   Hero Section
   ========================================== */
.hero {
  padding: 250px 0 100px;
  text-align: center;
  background: #fff;
}

.hero__title {
  font-size: 6vw;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1;
    border-bottom: 1px solid #E4E4E4;
}

.hero__subtitle {
  font-size: 24px;
  color: #C0C0C0;
  letter-spacing: 0.1em;
  font-weight: 300;
}

/* ==========================================
   Section
   ========================================== */
.section {
  padding: 100px 0;
}


.section--dark {
  background: #000;
  color: #fff;
}

.section__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.section__subtitle {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.servicecontent{
  padding: 100px 0;
  box-sizing: border-box;
}

/* ==========================================
   Content Section
   ========================================== */
.content {
  max-width: 1032px;
  margin: 0 auto;
  line-height: 2;
}

.content__heading {
  font-size: 36px;
  font-weight: 700;
  margin: 80px 0 40px;
  letter-spacing: 0.05em;
}

.content__text {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 20px;
}

/* ==========================================
   Service Grid
   ========================================== */
.title_wrap {
  margin-bottom: 80px;
}

.title_wrap .titlearea{
  margin-right: 100px;
}

.title_wrap .titlearea .section__subtitle{
  font-size: 40px;
  color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.title_wrap .titlearea .subtitle_jp{
  font-size: 14px;
  color: #fff;
}

.title_wrap .titledes{
    font-size: 16px;
  color: #c0c0c0;
}


.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
    row-gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  transition: transform 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card__number {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}

.service-card__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}

.service-card__subtitle {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.service-card__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #C0C0C0;
}

.service-card__btn {
  display: inline-block;
  padding: 12px 40px;
  background: #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
}

.service-card__btn:hover {
  background: #555;
  opacity: 1;
}

/* ==========================================
   Service Detail
   ========================================== */
.service-detail {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 40px;
    row-gap: 20px;
	padding-top:80px;
}


.service-detail__image {
  flex: 1;
  overflow: hidden;
    padding-left: 15px;
}

.service-detail__image img {
  width: 100%;
  object-fit: cover;
}

.service-detail__content {
  flex: 1;
  color: #C0C0C0;
    padding-right: 15px;
}

.service-d-txt{
  margin-bottom: 20px;
}

.service-detail__number {
  font-size: 16px;
  color: #fff;
}

.service-detail__title {
  font-size: 28px;
  font-weight: 700;
  margin-right: 40px;
}

.service-detail__subtitle {
  font-size: 14px;
  color: #c0c0c0;
}

.service-detail__info {

}

.service-detail__info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.service-detail__info-label {
  font-weight: 700;
  min-width: 80px;
}

.download_btn{
      display: block;
    text-align: center;
    padding: 25px 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    width: 60%;
    margin: 10px auto 0;
}

.download_btn .downloadicon {
  background: url(img/file-pdf-regular.svg) no-repeat top right;
    width: 18px;
    display: inline-block;
    height: 18px;
    vertical-align: top;
    margin-left: 5px;
}




/* ==========================================
   Voice Section
   ========================================== */

.voice .section__subtitle{
  font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
}

.voice .subtitle_jp{
  font-size: 14px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
    column-gap: 40px;
    row-gap: 70px;
}

.voice-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.voice-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.voice-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-card__content {
  flex: 1;
}

.voice-card__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.voice-card__author {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

/* Voice Category Grid (Service Page) */
section.section#voice_page{
	padding:100px 0 0;
}

#voice_page .section__subtitle{
      font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
}

#voice_page .subtitle_jp{

    font-size: 14px;
}

.voice-category{
      padding: 20px 0 30px;
}
.voice-category:nth-child(odd){
  background: #FFF;
}

.voice-category:nth-child(even){
  background: #F2F2F2;
}

.voice-category__title {
  font-size: 20px;
  font-weight: 700;
	margin-bottom:10px;
}

.voice-category__grid {
  overflow: hidden;
  width: 100%;
}

.voice-item {
  width: 180px;  /* variableWidth 用に固定幅 */
  margin: 0 10px;
	    height: 240px;
}

.voice-item__text {
  position: relative;
  display: flex;
  margin-bottom: 15px;
  padding: 0px 30px;
  border: 1px solid #707070;
  background-color: #ffffff;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
    height: 100%;
    border-radius: 10px;
    align-items: center;
}

#v2 .voice-item__text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6%;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #707070 transparent transparent;
  translate: -50% 100%;
}

#v2 .voice-item__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6%;
  border-style: solid;
  border-width: 8.3px 6.3px 0 6.3px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
*/
.voice-item__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.voice-item__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.voice-item__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-item__name {
  font-size: 14px;
  color: #333;
}

/* ==========================================
   Newsletter Section
   ========================================== */

#newsletter .section__subtitle{
  font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000;
}

#newsletter .subtitle_jp{
  font-size: 14px;
}


.newsletter {
  max-width: 800px;
  margin: 0 auto;
}

.newsletter__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter__item:hover {
  background: #f9f9f9;
}

.newsletter__content {
  flex: 1;
}

.newsletter__date {
  font-size: 14px;
  color: #000;
}

.newsletter__title {
  font-size: 16px;
  font-weight: 500;
}

.newsletter__icon {
  background: url(img/window-restore-regular.svg) no-repeat top right;
  width: 18px;
    display: block;
    height: 18px;
}

.newsletter__more {
  display: block;
  text-align: center;
  padding: 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
    width: 60%;
    margin: 40px auto 0;
}

/* ==========================================
   Mail Magazine
   ========================================== */
.mailmagazine{
  text-align: center;
}


#mailmagazine .section__subtitle{
  font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
  text-align: center;
}

#mailmagazine .subtitle_jp{
  font-size: 14px;
    color: #fff;
  text-align: center;
}

.mail-magazine__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-align: center;
}

.mail-magazine__subtitle {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.mail-magazine__text {
  font-size: 14px;
  margin-bottom: 30px;
  color: #ccc;
  text-align: center;
}

.mail-magazine__form {
  max-width: 60%;
  margin: 0 auto 20px;
}

.mail-magazine__input {
  width: 100%;
  padding: 15px 20px !important;
  background: #fff !important;
  border: none !important;
  font-size: 16px;
  border-radius: 10px !important;
	margin-bottom:20px;
}

.mail-magazine__submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px !important;
  background: #333 !important;
  color: #fff !important;
  border: none !important;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.mail-magazine__submit:hover {
  background: #555;
}
.mc4wp-checkbox label span {
	font-size:12px;
}


/* ==========================================
   Contact Section
   ========================================== */
.contact-btn {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* ==========================================
   Footer
   ========================================== */
.footer {
  padding: 60px 0 30px;
  background: #F2F2F2;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer__logo {
  width: 330px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.footer__link {
  font-size: 14px;
}

.footer__link.en {
  font-size: 16px;
}
.footer .flag {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
}

.footer__copy {
  text-align: center;
  font-size: 12px;
  color: #707070;
  font-size: 16px;

}

/* ==========================================
   Program Video
   ========================================== */
.program-video {
}

.program-video__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
}

.program-video__subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.program-video__desc {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.program-video__player {
  position: relative;
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  background: #000;
  aspect-ratio: 16/9;
      border-radius: 30px;
}

.program-video__note {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  line-height: 1.6;
}

/* ==========================================
   Team Grid
   ========================================== */
.team-section {
  margin: 60px 0;
}

.team-intro {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.team-member {
  text-align: center;
}

.team-member__image {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

.team-member__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.team-member__title {
  font-size: 12px;
  color: #999;
}

/* About Page Profile */
.about-profile {
  display: flex;
  gap: 40px;
  margin: 60px 0;
}

.about-profile__content {
  flex: 2;
}

.about-profile__sidebar {
  flex: 1;
}

.profile-card {
  margin-bottom: 30px;
}

.profile-card__image {
  width: 100%;
  margin-bottom: 15px;
}

.profile-card__image img {
  width: 100%;
  height: auto;
}

.profile-card__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.profile-card__title {
  font-size: 13px;
  color: #999;
}

/* ==========================================
   Page Title
   ========================================== */
.page-title {
  padding: 150px 0 80px;
  text-align: left;
}

.page-title__main {
  font-size: 3vw;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
    padding: 0 0 20px 30px;
    line-height: 1;
    border-bottom: 1px solid #E4E4E4;
}

.page-title__sub {
  font-size: 26px;
  text-transform: uppercase;
  color: #000;

    line-height: 1;
    padding: 0 0 0 30px;
}

/* ==========================================
   Responsive
   ========================================== */
@media (max-width: 1024px) {
  .hero__title {
    font-size: 48px;
  }

  .page-title__main {
    font-size: 48px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-detail {
    flex-direction: column !important;
    gap: 30px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .voice-category__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 639px) {
  .header {

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .header__inner {
    padding: 10px 20px;
    align-items: center;
  }

.header__logo {
    width: 40%;
}

.header__logo{
  padding: 5px 0;
}

.header__lang{
  width: 100%;
    justify-content: center;
}

  .header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .header__nav.active {
    display: flex;

        flex-direction: column-reverse;
  }

.header__navi{
  width: 100%;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}

.header__nav-item{
  margin-bottom: 10px;
}

.header__nav-item:last-child{
  margin-bottom: 10px;
}

  .header__toggle {
    display: flex;
  }

  .hero {
    padding: 170px 0 0;
  }

  .hero__title {
    font-size: 9vw;
        margin-bottom: 20px;
        padding-bottom: 20px;
  }
  .hero__subtitle{
    font-size: 16px;
  }

  .page-title {
    padding: 120px 0 60px;
  }

  .page-title__main {
    font-size: 36px;
    padding-left: 0;
  }

  .page-title__sub{
    padding-left: 0;
  }

  .section {
    padding: 60px 0;
  }

  .section__title {
    font-size: 24px;
  }

  .content__heading {
    font-size: 24px;
    margin: 40px 0 20px;
  }

.end_heading {
    font-size: 7vw;
}

  .voice-grid {
    grid-template-columns: 1fr;
  }



  .about-profile {
    flex-direction: column;
  }

  .footer__links {
    flex-direction: column;
    gap: 15px;
  }
}

/* =============================
 .section1
==============================*/
.terms .sec01 dt,
.terms .sec01 dd,
.terms .terms_stitle,
.terms .terms_wrapb {
    font-size: 16px;
    line-height: 1.8;
}

.terms #pagebody #contents ul {
    list-style-type: decimal;
    padding-left: 1.5em;
    margin-bottom: 8px;
}
.terms #pagebody #contents ul li {
      padding-bottom: 8px;
    }


    @media screen and (max-width: 639px) {
        body#spage.terms #pagebody #contents {
            padding-bottom: 100px;
        }
        .terms .terms_wrapb{
            padding: 0 5%;
        }
        
        .terms .sec01 dt,
        .terms .sec01 dd,
        .terms .terms_stitle,
        .terms .terms_wrapb {
            font-size: 14px;
            line-height: 1.5;
        }
        
        .terms #pagebody #contents ul {
            list-style-type: decimal;
            padding-left: 1.5em;
            margin-bottom: 8px;
        }
        .terms #pagebody #contents ul li {
              padding-bottom: 8px;
            }
    }
	
	
	/* ****************************************************
Title: privacypolicy.css
---------------------------------------------------------------------------- */

/* =============================
 .section1
==============================*/
.privacypolicy .sec01 dt,
.privacypolicy .sec01 dd {
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width: 639px) {
.privacypolicy .sec01{
    padding: 0 5%;
    box-sizing: border-box;
}
.privacypolicy .sec01 dt,
.privacypolicy .sec01 dd {
    font-size: 14px;
    line-height: 1.5;
}
}

	/* ****************************************************
Title: contact.css
---------------------------------------------------------------------------- */

/* =============================
 .section1
==============================*/

.contact #contents .sec01 .mwform-radio-field:nth-child(2),
.contact #contents .sec01 .mwform-radio-field:nth-child(3){
	margin-left:20px;
}

.contact #contents .sec01 .mwform-radio-field:nth-child(4){
	display:block;
	    margin-left: 0;
}

.contact #contents .sec01 .submit input {
	    width: 300px;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Noto Sans JP';
    padding: 15px 0;
    background: #000;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.contact #contents .sec01 .submit  input:hover {
	background:#333;
}

@media screen and (max-width: 639px) {
.w520 {
    padding: 0 5%;
	box-sizing:border-box;
}	
}



body#spage.page-template-page-fornt-en-php #va {
    padding: 0;
}

body#spage.page-template-page-fornt-en-php #pagebody #contents {
    padding-bottom: 0;
}

body#spage.page-template-page-fornt-en-php #header #logo {
	display:none;
}

	
/* ****************************************************
Title: index.css
---------------------------------------------------------------------------- */


/* =============================
 .page-template-page-fornt-en-php .section1
==============================*/
.page-template-page-fornt-en-php .sec01 {
    background: #F5F5F5;
    padding:100px 0;
}

.page-template-page-fornt-en-php .sec01 h1.catchcopy {
    font-size: 3.75vw;
    line-height: 1.6;
}

.page-template-page-fornt-en-php .sec01 .vision {
    background: #fff;
    padding: 50px 120px;
    box-sizing: border-box;
}

.page-template-page-fornt-en-php .sec01 .vision li {
    font-size: 1.8vw;
    margin-bottom: 30px;
    line-height: 1.5;
}

.page-template-page-fornt-en-php .sec01 .vision li:last-child{
    margin-bottom: 0;
}


@media screen and (max-width: 639px) {
  .page-template-page-fornt-en-php .sec01 {
    padding:50px 0;
}
.page-template-page-fornt-en-php .sec01 h1.catchcopy {
  font-size: 28px;
}

.page-template-page-fornt-en-php .sec01 .vision {
    padding: 30px 40px;
}

.page-template-page-fornt-en-php .sec01 .vision li {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}

}


.article_btn{
      display: block;
    text-align: center;
    padding: 25px 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    width: 60%;
    margin: 10px auto 0;
}


/* =============================
 .page-template-page-fornt-en-php .section2
==============================*/
.page-template-page-fornt-en-php .sec02 {
    padding:50px 0 100px;
}

.page-template-page-fornt-en-php .sec02 .pl5 {
    padding-left: 5%;
}

.page-template-page-fornt-en-php .sec02 .head_cont {
    padding-top: 50px;
}

.page-template-page-fornt-en-php .sec02 .navwrap .servicelink{
    padding: 50px 50px;
    cursor: pointer;
}

.page-template-page-fornt-en-php .sec02 .navwrap .servicelink .num {
    font-size: 2.083333333vw;
    color: #BEBEBE;
    line-height: 1;
}

.page-template-page-fornt-en-php .sec02 .navwrap .servicelink .sname {
    font-size: 4.166666667vw;
}




.page-template-page-fornt-en-php .sec02 .navwrap .servicelink{
    position:relative;
    transition:800ms ease all;
    display:block;
  }
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover{
    background:#F5F5F5;
    color:#000;
  }
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:before,
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:1px;
    width:0;
    background: #333;
    transition:400ms ease all;
  }
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover:before,
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover:after{
    width:100%;
    transition:800ms ease all;
  }

  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink .sname a{
    transition:400ms ease all;
  }

  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover .sname a{
    color: #000;
  }
.page-template-page-fornt-en-php .sec02 .navwrap .servicelink .sname a:hover {
    text-decoration: none;
}

.page-template-page-fornt-en-php .sec02 .navwrap .servicelink p {
    font-size: 1.5625vw;
}

.page-template-page-fornt-en-php .sec02 .navwrap .servicelink .arrow{
    width: 6em;
    height: 6em;
    display: inline-block;
    color: #000;
    opacity: 0;
    position: absolute;
    right:4vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border: solid 1px #333;
    border-radius: 50%;
  }
  
.page-template-page-fornt-en-php .sec02 .navwrap .servicelink .arrow:after{
    content: "";
    width: 2vw;
    height: 2vw;
    border-top: 1px solid #333;  /* thickness, color */
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    display: block;
    margin: 33% 25%;
  }

  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover .arrow,
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover .arrow:after{
  transition:1000ms ease all;
  opacity: 1;
  }


  @media screen and (max-width: 639px) {
   .page-template-page-fornt-en-php .sec02 {
      padding: 20px 0 50px;  }
      .page-template-page-fornt-en-php .sec02 .head_cont {
        padding-top: 20px;
    }
    .page-template-page-fornt-en-php .sec02 .pl5 {
      padding-left: 0;
  }

  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink .num {
    font-size: 14px;
  }

  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink .sname {
    font-size: 28px;
}

.page-template-page-fornt-en-php .sec02 .navwrap .servicelink p {
  font-size: 16px;
}


  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink {
    padding: 30px 30px;
  }

  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover .arrow,
  .page-template-page-fornt-en-php .sec02 .navwrap .servicelink:hover .arrow:after{
display: none;
  }
   }


/* ****************************************************
Title: en service.css
---------------------------------------------------------------------------- */

.service .sec01 .ser_catch p {font-size:1.4vw;}


.page-template-page-socrates-lab-en-php.socrates-lab .sec0 .arrowimg{
	width: 30%;
	
}

.page-template-page-socrates-lab-en-php.socrates-lab .sec0 figure,
 {
    width: 35%;
}

  @media screen and (max-width: 639px) {

  .service .sec01 .ser_catch p {
    font-size: 3.8vw;
  }


  }


/* ****************************************************
Title: en socrates-lab.css
---------------------------------------------------------------------------- */
body.en-child #pagebody #contents section .sbar.kakko{
	padding: 7px 0px 10px 10px;
    font-weight: 100;
    border-top: solid #666 1px;
    border-bottom: solid #666 1px;
    margin-bottom: 20px;
}

body.en-child .socrates-lab .sec01 .seccont .maincont ul li{
	margin-bottom:20px;
}

body.en-child .socrates-lab .sec01 .seccont .maincont ul li:last-child{
	margin-bottom:0;
}
 

#pagebody.thanks .sec01 p.th_txt {
	font-size:22px;
}

#pagebody.thanks .sec01 p.tc a  {
	padding: 20px 40px;
    display: block;
    width: max-content;
    margin: 0 auto;
    background: #f9f9f9;
    line-height: 1;
    border-radius: 5px;
}

#pagebody.thanks .sec01 p.tc a:hover  {
    background: #ccc;
	text-decoration:none;
}

body.page-template-page-contact-en .submit input[type="submit"] {
	border: none;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto;
    display: block;
}


body.page-template-page-contact-en .submit input[type="submit"]:hover {
	background:#ccc;
}
	 body#spage.page-template-page-contact-en-thanks #va{
		 padding: 150px 0 0;
	 }
	 
#pagebody .mw_wp_form .horizontal-item + .horizontal-item{
	margin-left:0;
}

#pagebody .mw_wp_form .horizontal-item {
    margin-right: 10px;
}

	
	
 @media screen and (max-width: 639px) {
	 body#spage.page-template-page-contact-en-thanks #va{
		 padding: 100px 5% 50px;
	 }
	 
#pagebody.thanks .sec01 p.th_txt {
	text-align:left;
}
	}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}




body#blog {
}

body#blog#second #va {
  padding: 100px 0 20px 0;
  height: auto;
}

body#blog #va.list .main1 {
	width: 500px;
}

body#blog #va.list .main2 {
	width: 250px;
}


body#blog #va.list p {
	position: relative;
}

body#blog #va.list .main2 p.one {
	margin-bottom: 20px;
}

body#blog #va.list .main1 p img{
width: 500px;
  height: 400px;
  object-fit: cover;
}
body#blog #va.list .main2 p img{
width: 250px;
  height: 190px;
  object-fit: cover;
}

body#blog #va.list p span {
	display: block;
	position: absolute;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	padding: 10px 10px;
	box-sizing: border-box;
	bottom: 0;
	color: #fff;
	font-weight: bold;
}

body#blog #va.list .main1 p a,
body#blog #va.list .main2 p a{
  transition: all .5s;
}

body#blog #va.list .main1 p a:hover,
body#blog #va.list .main2 p a:hover {
	opacity: .7;
}
body#blog nav.catelist ul{
	width:max-content;
}

body#blog nav.catelist {
	background: #F4f4f4;
	padding: 20px 0;
}

body#blog nav.catelist li{
	padding:0 20px;	
    font-weight: bold;
}



body#blog #pagebody.contentslist h2.bar {
	font-size: 28px;
}

body#second #pagebody.contentslist .blogcontent,
body#blog #pagebody.contentslist .blogcontent{
}

body#second #pagebody.contentslist .blogcontent:nth-child(3n),
body#blog #pagebody.contentslist .blogcontent:nth-child(3n){
	margin-right:0;
}


body#second #pagebody.contentslist .blogcontent a.imglink,
body#blog #pagebody.contentslist .blogcontent a.imglink{
    transition: all .5s;
    height: 180px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

body#second #pagebody.contentslist .blogcontent a.imglink:hover,
body#blog #pagebody.contentslist .blogcontent a.imglink:hover {
	opacity: .7;
}

body#second #pagebody.contentslist .blogcontent .txtlink,
body#blog #pagebody.contentslist .blogcontent .txtlink{
	padding: 10px 0;
	box-sizing: border-box;
	display: block;
  align-self: stretch;
  height: 100%;
}

body#second #pagebody.contentslist .blogcontent .txtlink h1,
body#blog #pagebody.contentslist .blogcontent .txtlink h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top:0;
}

body#second #pagebody.contentslist .blogcontent .txtlink p,
body#blog #pagebody.contentslist .blogcontent .txtlink p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

body#second #pagebody.contentslist .listbtn a,
body#blog #pagebody.contentslist .listbtn a {
	width: 45%;
	padding: 10px 0;
	background: #2941B1;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
	text-align: center;
  transition: all .5s;
	text-decoration:none;
}

body#second #pagebody.contentslist .listbtn a:hover,
body#blog #pagebody.contentslist .listbtn a:hover {
	text-decoration: none;
	background: #14205A;
}



body#blog #pagebody {
	margin-bottom: 100px;
}

body#blog #contents h1 {
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
  margin:72px 0 40px;
}

body#blog #contents h2 {
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 40px;
}

body#blog #contents h3 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
}

body#blog #contents h4{
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
}

body#blog #contents p {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 50px;
}

body#blog #contents figure{
	margin-bottom: 50px;
}


body#blog #contents .bold {
	font-weight: bold;
}

body#blog #contents blockquote {
	padding: 25px 0 25px 36px;
	box-sizing: border-box;
	margin-bottom: 40px;
	background: #F5F8FA;
}

body#blog #contents blockquote .wp-block-media-text>.wp-block-media-text__content{
	padding: 0 25px 0 15px;
	align-self: start;
}




body#blog #contents blockquote p{
	font-size: 16px;
	margin-bottom: 0;
}

body#blog #contents p a {
	text-decoration: underline;
	cursor: pointer;
}

body#blog #contents p a:hover {
	text-decoration: none;
}


body#blog #contents ul.unordered {
	margin-bottom: 50px;
  line-height: 1.5;
  text-indent: -1.2em;
  padding-left: 1.2em;
	list-style: disc;
}

body#blog #contents ul.unordered li{
	 margin-bottom: 15px;
	 list-style-position: inside;
}

body#blog #contents ul.unordered li:last-child {
	margin-bottom: 0;
}


body#blog #contents ol.ordered {
	margin-bottom: 50px;
  line-height: 1.5;
  text-indent: -1.2em;
  padding-left: 1.2em;
	list-style-type: decimal;
}

body#blog #contents ol.ordered li{
	 margin-bottom: 15px;
	 list-style-position: inside;
}

body#blog #contents ol.ordered li:last-child {
	margin-bottom: 0;
}

body#blog #contents .profileimg {
	margin-right: 20px;
}

body#blog #contents .offer,
body#blog #contents .wp-element-caption{
	font-size: 12px;
  font-style: italic;
}

body#blog #contents .linkcard {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	background: #ffffff;
  border: #e6e6e6 solid 1px;
  border-radius: 4px;
  width: 100%;
  max-width: 700px;
  word-wrap: break-word;
  overflow: hidden;
  margin: 36px 0;
}

body#blog #contents .linkcard .linkcard_txt{
	width: 100%;
	max-width: 66%;
}

body#blog #contents .linkcard .linkcard_txt dt.linkhead {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: bold;
  word-break: break-all;
}

body#blog #contents .linkcard .linkcard_txt dl dd{
	word-break: break-all;
  font-size: 12px;
  line-height: 1.5;
  color: #787c7b;
}

body#blog #contents .linkcard .linkcard_img {
	width: 100%;
	max-width: 30%;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0;
}

body#blog #contents blockquote h2{
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
}

body#blog #contents blockquote ul {
	margin-bottom: 0;
	text-indent: inherit;
	padding-left: 0;
}


body#blog #contents blockquote ul li {
	font-size: 14px;
}

body#blog #contents blockquote ul li a{
	display: block;
	color: rgba(8, 19, 26, 0.66);
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px rgba(8, 19, 26, 0.14);
}

body#blog #contents blockquote ul li.underindexlist{
	margin-left: 16px;
}

body#blog #contents blockquote ul li a:hover {
	text-decoration: none;
	color: rgb(8, 19, 26);
}

body#blog #contents .wp-block-image figcaption.wp-element-caption a {
	display: inline;
}

body#blog #contents .company-outline td:first-child{
	width:20%;
}

body#blog #contents .company-outline td:last-child{
	width:80%;
}

body#blog #contents p.career-btn a{
	display: block;
    text-decoration: none;
    background: #29B12E;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    font-weight: bold;
    transition: all .5s;
}

body#blog #contents p.career-btn a:hover {
	background: #333;
    color: #fff !important;
    text-decoration: none;
}


@media screen and (max-width: 639px) {
#blog #va {  padding: 0px 5% 0;
  box-sizing: border-box;
}

body#blog #va.list .main1 p img{
	width: 100%;
  height: 250px;
}
body#blog #va.list .main1 {
  margin-bottom: 20px;
  width: 100%;
}

body#blog #va.list .main2{
	  width: 100%;
  display: flex;
  justify-content: space-between;
}

body#blog #va.list .main2 p {
  width: calc(50% - 10px);
}

body#blog #va.list .main2 p img {
    width: 100%;
}

body#blog #va.list .main2 p.one {
	margin-bottom: 0;
}
.wpfp-featured-post-grid .wpfpcolumns {
    margin-bottom: 20px;
}
	body#blog #va .wpfp-featured-post-grid .wpfpcolumns:nth-child(2n){
		        width: calc(50% - 10px);
        padding-right: 0;
	}
	
	body#blog #va .wpfp-featured-post-grid .wpfpcolumns:nth-child(3),
	body#blog #va .wpfp-featured-post-grid .wpfpcolumns:nth-child(5){
		        width: calc(50% - 10px);
        float: right;
        padding-left: 0;
	}
	body#blog #pagebody.contentslist .listbtn a {
		width:100%;
	}
	
	body#second #pagebody.contentslist .blogcontent,
body#blog #pagebody.contentslist .blogcontent{
	margin-right:0;
	}
	
	
body#blog nav.catelist{
		background:none;
	}
	
	body#blog nav.catelist ul {
    width: auto;
    flex-wrap: wrap;
    padding: 0 5%;
	}
body#blog nav.catelist ul li {
	padding: 0;
margin: 0 10px 10px 0;
	}
	
	body#blog nav.catelist ul li a {
		    padding: 5px 20px;
    display: block;
    background: #eee;
    border-radius: 30px;
	}
	
body#blog #contents blockquote {
	padding: 16px;}


body#blog #contents .profileimg {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

body#blog #contents h1 {
	font-size: 20px;
	margin: 30px 0 15px;
}

body#blog #contents h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

body#blog #contents h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

body#blog #contents p {
	font-size: 16px;
	margin-bottom: 40px;
}
	
body#blog #contents blockquote .wp-block-media-text>.wp-block-media-text__media{
	margin-bottom:20px;
}

	body#blog .wpfp-featured-post.design-1 .wpfp-image-bg img{
		height:250px;
	}
	
	.wpfp-featured-post-grid.design-1 .wpfp-image-bg img{
		height:250px;
	}
	
}

#blog .blogarchive .sec-title{
	font-size:24px;
	font-weight:bold;
	margin-bottom:15px;
}

#blog .blogarchive .swiper{
	padding: 0 3% 50px;
	margin-bottom:50px;
}


#blog .blogarchive .swiper .pickup-date {
	font-size:12px;
	color:#ccc;
}

#blog .blogarchive .swiper .post-cat{
	padding: 3px 10px;
    font-size: 10px;
    border: solid #999 1px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 15px;
    font-weight: bold;
}


#blog .blogarchive .swiper .pickup-title {
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin:10px 0 5px;
}


#blog .blogarchive .swiper-slide a.pickupimg {
	aspect-ratio:16/9;
	border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: block;
}
#blog .blogarchive .swiper-slide a.pickupimg img {
	object-fit:cover;
    width: 100%;
}


#blog .blogarchive .voice-section{
	margin-bottom:50px;
}


#blog .blogarchive .voice-section .voice-card{
	flex-direction: column;
	gap:0;
}

#blog .blogarchive .voice-section a.cate_img {
	aspect-ratio:16/9;
	border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
#blog .blogarchive .voice-section a.cate_img img {
	object-fit:cover;
    width: 100%;
}

#blog .blogarchive .voice-section .voice-card .post-date {
	font-size:12px;
	color:#ccc;
}

#blog .blogarchive .voice-section .voice-card .post-title {
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin:10px 0 5px;
}

#blog .blogarchive a.button{
	    display: block;
    text-align: center;
    padding: 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
    width: 80%;
    margin: 40px auto 0;
}

#blog .blogarchive .category-filter {
    column-gap: 20px;
}

#blog .blogarchive .category-filter li a.active {
	    padding: 3px 10px 5px;
    background: #efefef;
    border-radius: 6px;
}


#blog .blogarchive .latest-grid a.cate_img {
	aspect-ratio:16/9;
	border-radius: 10px;
    overflow: hidden;
    width: 100%;
	display:block;
}
#blog .blogarchive .latest-grid a.cate_img img {
	object-fit:cover;
    width: 100%;
}

#blog .blogarchive .latest-grid .latest-card{
	position:relative;
}

#blog .blogarchive .latest-grid .post-date {
	font-size:12px;
	color:#ccc;
}

#blog .blogarchive .latest-grid .post-author {
	font-size:12px;
}

#blog .blogarchive .latest-grid .post-title {
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin:10px 0 5px;
}


.vatitledate .titledate .single-date{
	font-size:12px;
	color:#ccc;
	margin-bottom:10px;
	text-align:right;
}
.vatitledate .titledate .single-title{
	font-size:32px;
	font-weight:bold;
	line-height:1.5;
	margin:10px 0 5px;
}

main.archivelist{
	margin-bottom:100px;
}



main.archivelist a.cate_img {
	aspect-ratio:16/9;
	border-radius: 10px;
    overflow: hidden;
    width: 100%;
	display:block;
}
main.archivelist a.cate_img img {
	object-fit:cover;
    width: 100%;
}

main.archivelist .post-date{
	font-size:12px;
	color:#ccc;
}
main.archivelist .post-title{
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	margin:10px 0 5px;
}

#second h1 span.titlecategory{
	font-size:70%;
}
@media screen and (max-width: 639px) {
main.archivelist,
#blog .blogarchive .pickup .sec-title, 
#blog .blogarchive .voice-section,
#blog .blogarchive .latest-section{
	padding:0 5%;
}

	/* 親ULを横スクロール可能にする */
#blog .blogarchive .category-filter {
    display: flex;
    flex-wrap: nowrap;        /* 折り返さない */
    overflow-x: auto;         /* 横スクロール */
    -webkit-overflow-scrolling: touch; /* スマホの慣性スクロール */
    gap: 20px;
    padding-bottom: 10px;
        padding-left: 10px;
}

/* スクロールバー非表示（必要に応じて） */
#blog .blogarchive .category-filter::-webkit-scrollbar {
    display: none;
}

/* 各項目が“まとまり”として横並びになるようにする */
#blog .blogarchive .category-filter li {
    flex: 0 0 auto;           /* 横幅を自動、折り返し禁止 */
    white-space: nowrap;      /* 改行させない */
}
	
#blog .blogarchive .c-category{
		position: relative;
	}
#blog .blogarchive .c-category:after{
	    right: 0;
    opacity: 1;
		content: "";
    width: 2.8rem;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    background-image: linear-gradient(270deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    transition: opacity .3s 
cubic-bezier(0.12, 0.81, 0.41, 0.83);
	}
	
#blog .blogarchive .c-category:before{
	left: -35px;
    opacity: 1;
		    content: "";
    width: 2.8rem;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    background-image: linear-gradient(90deg, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    transition: opacity .3s 
cubic-bezier(0.12, 0.81, 0.41, 0.83);
	}
	
}
.swiper-pagination-bullet {
    background: #000 !important;
	opacity:.2 !important;
}

.swiper-pagination-bullet-active {
    background: #1422DB !important;
	opacity:1 !important;
}

.swiper-button-next,.swiper-button-prev{
	svg {
        color: #1422DB;
    }
}

.newsletter__content .newsletter__category{
	    padding: 3px 10px;
    font-size: 10px;
    border: solid #999 1px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 15px;
    font-weight: bold;
}

#blog .blogarchive .voice-section .post-cat{
	    padding: 3px 10px;
    font-size: 10px;
    border: solid #999 1px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 15px;
    font-weight: bold;
}

#blog .blogarchive .latest-section .post-cat{
	    padding: 4px 10px;
    font-size: 10px;
    border-radius: 4px;
    line-height: 1;
    margin-right: 15px;
    font-weight: bold;
position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
}

/**.mailchimp */
.mc_merge_var {
	margin-bottom:0 !important;
}

.mc_merge_var label {
	display:none;
}

.mc_merge_var input{
	width: 100%;
    padding: 15px 20px !important;
    background: #fff !important;
    border: none !important;
    font-size: 16px;
    border-radius: 10px !important;
    margin-bottom: 20px;
}

.mc_signup_submit .mc_signup_submit_button{
	    margin-top: 0 !important;
	display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px !important;
    background: #333 !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 3px;
	line-height:1;
}

.mc_error_msg, .mc_error_msg a {
	color: #fff !important;
}
.mc_success_msg {
	color: #fff !important;
}
