/*
Theme Name: onboardkk
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

* {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  text-decoration: none;
  font-style: normal;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #c8c9ca;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
}

.single u{
  text-decoration: underline !important;
  display: inline;
  line-height: 2.0em;
}
.single em{
line-height: 2.0em;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0;
}

body,
.wrap {
  width: 100%;
  font-family:YuGothic, '游ゴシック',sans-serif;
  position: relative;
  color: #000;
}
/*-- ヘッダー --*/
header {
  width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
  height: 88px;
  padding: 30px;
	z-index: 999;
  border-bottom: 1px solid #dbdcdc;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .hdr-inner h1.hdr-logo{
width: 171px;
height: auto;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
header .hdr-inner{
  max-width:1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
header .hdr-inner nav.gnav {
  position: absolute;
  bottom: 0;
  right: 0;
}
header nav.gnav li{
  list-style: none;
  float: left;
}
header nav.gnav li a{
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 1.0em;
  font-family: 'Poppins', sans-serif;
}
ul.bogo-language-switcher li:first-child span.bogo-language-name{
  font-size: 16px;
    font-weight: normal;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.0em;
    font-family: 'Poppins', sans-serif;
}
ul.bogo-language-switcher li:first-child span.bogo-language-name a{
padding-left: 0px;
padding-right: 0px;
}
header nav.gnav li.nav-eng{
  margin-left: 20px;
}
header nav.gnav li.nav-jpn a,
header nav.gnav li.nav-eng a{
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

header nav.gnav li a[title="Jpn"]{
  padding-right:0;
}

header nav.gnav li.nav-jpn,
.bogo-language-switcher li.last{
  border-left: 1px solid #000;
}

header nav.gnav li.active a,
.page-id-7 header nav.gnav li.nav-seminar a,
.single-seminars header nav.gnav li.nav-seminar a,
.page-id-32 header nav.gnav li.nav-seminar a,
.page-id-9 header nav.gnav li.nav-news a,
.page-id-34 header nav.gnav li.nav-news a,
.page-id-18 header nav.gnav li.nav-contact a,
.page-id-36 header nav.gnav li.nav-contact a,
.category header nav.gnav li.nav-news a,
.single-post header nav.gnav li.nav-news a,
.page-id-367 header nav.gnav li.nav-ourteam a,
.page-id-1078 header nav.gnav li.nav-ourteam a,
.post-type-archive-seminars header nav.gnav li.nav-seminar a,
.page-id-2904 header nav.gnav li.nav-seminar a,
.single-seminars header nav.gnav li.nav-seminar a,
.page-id-367 header nav.gnav li.nav-team a,
.page-id-1078 header nav.gnav li.nav-team a{
  color: #c8c9ca;
  text-decoration: none;
}
header nav.gnav li a:hover{
color:#888888;
}
header .header-menu-container {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
    background: #f7f7f7;
}
header .header-menu-open-nav {
  background: url(/wp/wp-content/themes/onboardkk/images/img-humberger.png) no-repeat;
  background-size: contain;
  width: 30px;
      height: 25px;
      position: fixed;
      top: 21px;
      right: 25px;
  z-index: 9999999999999999;
    display: none;
}
.sp-hdr{
  background: none;
}

header .header-menu-open-nav.open {
  display: none;
  background: url(/wp/wp-content/themes/onboardkk/images/img-humberger-close.png) no-repeat;
  display: inline-block;
  background-size: contain;
}
.mv .inner *{
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
header.minimize{
  height: 60px;
  padding: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.minimize .hdr-inner h1.hdr-logo{
  width: 107px;
}

.mv{
  width: 100%;
  background: #eeeeef;
}
.mv .inner{
  margin: 0 auto;
  position: relative;
}
body.en-US .mv .inner{
  width: 940px;
  height: 448px;
}
.mv .inner img.mv-graphic{
  display: block;
  width: 467px;
  height: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.mv .inner .txt-box{
  position: relative;
  top:72px;
  left: 0px;
}
.mv .inner h2{
  font-size: 72.5px;
  font-weight: bold;
  color:#231815;
  letter-spacing: 0.06em;
  line-height: 0.9em;
  margin-bottom: 32px;
}
p.pdf-link a{
  text-decoration: underline;
  color: #000;
}
p.pdf-link a:hover{
  text-decoration: none;
  transition: 0;
}

/*新トップページ*/
.page-id-5 p,
.page-id-2220 p,
.title-box h3{
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.9em;
  font-size: 18px;
  font-weight: 400;
}
.services-box p a,
p.backtoindex a,
.single-seminars section.upcoming table td,
.single-seminars section.upcoming table td ul li{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.page-id-5 p strong,
.title-box h3{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
p.backtoindex a{
  font-size: 12px;
}
.page-id-5 .mv .inner{
  width: 1200px;
  height: 540px;
}
.page-id-5 h2.lead{
  text-align: center;
  margin-bottom: 65px;
}
.page-id-5 section.content1 .inner{
  width: 618px;
  padding-top: 55px;
}
.services-box{
  width: 100%;
  background: #edf0f3;
}
.services-box .inner-wrap{
  width: 940px;
  margin: 0 auto 60px;
  padding: 50px 0;
}
.title-box h3{
  color: #231815;
  text-align: left;
  padding-left: 80px;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.2em;
}
.title-box h3 span{
  text-align: left;
  font-weight: 400;
}
.services-left .title-box h3{
  padding-left: 77px;
}
.services-left .title-box h3 span{
  position: relative;
  left: 3px;
}
.services-box .services-left,
.services-box .services-right{
  background: #fff;
}
.title-box img.service-graphic{
  height: 92px;
  top: 15px;
  bottom:auto;
}
.services-box p{
  letter-spacing: 0.03em;
  text-align: justify;
  word-break: normal;
}
.bg-gray{
  background: #edf0f3 !important;
}
.page-id-5 .team-left,
.page-id-5 .team-right{
  width: 435px;
  background: none;
}
.page-id-5 .team-left{
  position: relative;
}
.page-id-5 .team-left::before{
  content: "";
  background: #B4B4B5;
  width: 1px;
  height: 100%;
  position: absolute;
  top:0px;
  right: -30px;
}
.page-id-5 .team-face{
  width: 140px;
  float: left;
}
.page-id-5 section.team p.body-text{
  width: 100%;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.page-id-5 section.team p.body-text{
  margin-bottom: 0;
}
.page-id-5 .team-text-box{
  float: right;
  width: 270px;
  position: relative;
  top:-5px;
}
.page-id-5 section.team p.jobtitle{
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
  margin-bottom: 18px;
  font-weight: 400 !important;
}
.page-id-5 .team-link{
  clear: both;
  text-align: center;
  padding-top: 35px;
}
.page-id-5 section.team h3{
  font-size: 14px;
}
.page-id-5 section.team h3 span{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 8px;
  top: -4px;
}
.page-id-5 .team-link,
.page-id-5 .team-link a{
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.page-id-5 .team-link a{
  text-decoration: underline;
}
.page-id-5 section.company .company-box{
  width: 100%;
}
.page-id-5 section.company .company-box .company-txt p,
.page-id-5 section.company .company-box .company-txt p strong{
letter-spacing: 0.06em;
line-height: 2.0em;
font-weight: 400;
}
.page-id-5 section.company .company-box .company-txt p strong{
font-family: 'Noto Sans JP', sans-serif;
font-weight: 500 !important;
}
.page-id-5 .company-left,
.page-id-5 .company-center{
  float: left;
  width: 320px;
}
.page-id-5 .company-center{
  padding-top: 28px;
}
.page-id-5 .company-left span.pc{
  display: inline !important;
  letter-spacing: 0.06em;
  line-height: 2.0em;
}
.page-id-5 .company-right{
  float: left;
}
.page-id-5 section.team h3,
.page-id-5 section.team p.jobtitle{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.page-id-5 footer .inner p,
.page-id-5 footer a,
.page-id-1067 footer .inner p,
.page-id-1067 footer a{
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.page-id-5 footer a,
.page-id-1067 footer a{
  margin-bottom: 18px;
}

a.exlink-black{
  	background-image:url(/wp/wp-content/themes/onboardkk/images/icon-link2.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 50%;
    padding-right: 21px;
}

p.link-detail img.icon-link{
  width: 15px;
    height: auto;
	}
_::-webkit-full-page-media, _:future, :root .mv .inner br {
line-height: 0;
}
.mb0{
	margin-bottom:0 !important;
}
@-moz-document url-prefix() {
  /* ここに書く */
  br{
  line-height: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  br{
  line-height: 0;
  }
}
.mv .inner h3{
  font-size: 24px;
  font-weight: bold;
  color:#7D9FBE;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.mv .inner h3 span{
  letter-spacing: -0.4em;
  line-height: 1.5em;
}
.mv .inner h3 em{
  letter-spacing: -0.03em;
  line-height: 1.5em;
}
#contents{
  margin-top: 98px;
}
section.content1{
  width: 100%;
  border-bottom: 1px solid #dbdcdc;
}
section.content1 .inner{
  width: 940px;
  margin: 0 auto;
  padding: 45px 0 75px;
}
.content1-left{
  width: 460px;
  float: left;
  margin-right: 100px;
}
.content1-left p{
letter-spacing: 0.06em;
line-height: 1.8em;
font-size: 16px;
word-break: break-word;
}
.content1-left p span.date{
  font-size: 12px;
}
.content1-right{
  width: 300px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content1-right img.chart{
  width: 100%;
  height: auto;
  display: block;
}
section.services{
  padding: 13px 0 15px;
  border-bottom: 1px solid #dbdcdc;
}
h2.section-title{
font-size: 20px;
text-align: center;
margin-bottom: 28px;
line-height: 1.0em;
font-family: 'Poppins', sans-serif;
}
.services-box{
  width: 940px;
  margin: 0 auto 60px;
  padding: 0;
}
.services-box .services-left{
  width: 460px;
  float: left;
  background: #f7f7f7;
}
.services-box .services-right{
  width: 460px;
  float: right;
  background: #f7f7f7;
}
.title-box{
  position: relative;
  padding: 34px 0 0;
    height: 120px;
    box-sizing: border-box;
}
.title-box img.service-graphic{
  display: block;
  position: absolute;
  right:20px;
  bottom:0px;
  height: 100px;
  width: auto;
  z-index: 0;
}
.title-box h3{
  color:#fff;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.06em;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.title-box h3 span{
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.services-box p{
  padding: 30px 80px 45px;
  word-break: break-word;

font-size: 14px;
line-height: 1.9em;
letter-spacing: 0.06em;
}
.services-box p a{
  display: inline;
  text-align: left;
  text-decoration: underline;
}
.services-box p a:hover,
.loadmore a:hover,
.news-list .post-container .loadmore a:hover{
  color: #000;
  text-decoration: none;
}
.services-box p span.link-arw{
  line-height: 1.6em;
  top:1px;
  left: -1px;
  position: relative;
}
section.upcoming{
  padding: 13px 0 60px;
  border-bottom: 1px solid #dbdcdc;
  background: #fff;
}
section.upcoming .subtile{
    background: #7d9fbe;
    padding: 30px 0;
}
section.upcoming .subtile h3{
  color:#fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
section.upcoming .btn-wrap{
text-align: center;
margin-left: 0;
}
.single-seminars section.upcoming .btn-wrap{
text-align: left;
margin-left: 40px;
}
section.upcoming .btn-wrap a.btn-apply,
section.upcoming .btn-wrap p.btn-apply{
  margin-top: 35px;
  margin-bottom: 0;
}
p.fin{
  text-align: left;
  font-size: 12px;
  margin-top: 0;
  margin-left: 40px;
}
.single-seminars section.lecturer p.fin2{
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
.single-seminars section.lecturer p.fin2 a,
p.fin a{
  text-decoration: underline;
}
.btn-wrap p.center{
  text-align: center !important;
}
body.en-US section.upcoming .subtile h3{
  line-height: 1.2em;
}
section.upcoming .subtile h3 span{
  color:#fff;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.06em;
}
section.upcoming .bg-gray{
  background: #eeeeef;
}
.inner-gray2{
  background: #eeeeef;
  padding: 30px 0 40px;
}
section.upcoming table{
  margin: 0 auto 30px;
  border-bottom:1px solid #fff;
  width: 620px;
}
section.upcoming table tr{
  margin: 0 auto;
  border-top:1px solid #fff;
}
section.upcoming table tr td,
section.upcoming table tr th{
  padding: 5px 0;
  font-size: 14px;
  line-height: 2.0em;
  letter-spacing: 0.06em;
  word-break: break-word;
  vertical-align: top;
}
section.upcoming table tr th{
  font-weight: bold;
}
section.upcoming table tr td.table-jobtitle{
  font-weight: normal;
}
section.upcoming table tr:nth-child(4),
section.upcoming table tr:nth-child(5),
section.upcoming table tr:nth-child(6),
section.upcoming table tr:nth-child(7),
section.upcoming table tr:nth-child(8){
  border-top:none;
}
section.upcoming table tr th{
  width: 110px;
}
section.upcoming table tr td{
  width: 100px;
  font-weight: bold;
}
section.upcoming .inner-gray2 table tr td strong{
  line-height: 2.0em;
}
section.upcoming table tr td:last-child{
  width: auto;
}
.btn-wrap{
  text-align: center;
}
a.btn-detail,
a.btn-apply,
p.btn-apply{
  color:#fff;
  background: #888888;
  padding:0;
  border-radius: 100px;
  display: inline-block;
  margin: 0 auto;
  width: 210px;
  text-align: center;
  height: 60px;
  line-height: 60px !important;
  font-size: 16px !important;
}
p.btn-apply{
  text-align: center !important;
  margin-bottom: 20px !important;
}
a.btn-apply.thanks{
background: #888888;
}
a.btn-apply:hover,
a.btn-apply.thanks:hover{
background: #466a90;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a.btn-detail:hover{
  background: #000000;
}
a.btn-apply,
p.btn-apply{
  background: #7d9fbe;
  margin-top: 35px;
  margin-bottom: 20px;
}
body.page-id-7 a.btn-apply,
body.single-seminars a.btn-apply,
body.page-id-7 p.btn-apply,
body.single-seminars p.btn-apply{
  margin-top: 50px;
}
a.btn-apply:hover,
.contact .wpcf7 input[type=submit].wpcf7-submit:hover,
.contact .mw_wp_form input[type=submit]:hover,
.contact .mw_wp_form button[type=submit]:hover{
  background: #466a90;
}
section.team,
section.lecturer{
  padding: 13px 0 50px;
}
.page-id-7 section.lecturer{
  background: #f7f7f7;
}
section.team{
  padding-bottom: 0px;
}
section.team .bg-gray,
section.lecturer .bg-gray{
background: #f7f7f7;
}
.page-id-7 section.lecturer .bg-gray,
.single-seminars section.lecturer .bg-gray{
  background: #eeeeef;
}
section.team .bg-gray .inner{
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 70px;
}
section.lecturer .bg-gray .inner{
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 70px;
}
.page-id-7 section.lecturer .bg-gray .inner,
.single-seminars section.lecturer .bg-gray .inner{
  padding-bottom: 35px;
}
section.team .bg-gray .inner{
  padding-bottom: 27px;
}
.team-left,
.team-right{
  width: 460px;
  float: left;
  background: #f7f7f7;
}
.team-right{
  float: right;
}
section.team img{
  margin-bottom: 10px;
}
section.team h3{
font-size: 20px;
font-weight: bold;
letter-spacing: 0.06em;
}
section.team h3 span{
font-size: 12px;
font-weight: normal;
position: relative;
top: -3px;
}
section.team p{
width: 380px;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 2.0em;
letter-spacing: 0.06em;
  margin-bottom: 35px;
  word-break: break-word;

}
section.team p.jobtitle{
font-weight: bold;
font-size: 14px;
line-height: 1.0em;
margin-top: 9px;
}
section.company{
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 70px;
}
section.company .company-box{
  width: 300px;
  float: left;
  margin-right: 20px;
  border-top:1px solid #b4b4b5;
  padding: 8px 0;
}
section.company .company-box h3{
  font-size: 16px;
  margin-bottom: 10px;
}
section.company .company-box.ourteam h3{
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
}
section.company .company-box p{
  font-size: 14px;
  font-weight: normal;
  line-height: 2.0em;
  letter-spacing: 0.06em;
    word-break: break-word;

}
section.company .company-box img{
  width: 135px;
  height: auto;
  margin-bottom: 6px;
}
footer{
  background: #000;
}
footer .inner{
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 40px;
  color: #fff;
  font-weight: normal;
  position: relative;
}
footer a{
  color: #fff;
  text-decoration: underline;
  margin-bottom: 25px;
  display: inline-block;
}
footer a:hover{
  color: #fff;
  text-decoration: none;
}
footer p{
  width: 460px;
  color: #888888;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.0em;
    letter-spacing: 0.06em;
}
footer p.copyright{
}
footer img.linkedin{
  position: absolute;
  top:30px;
  right:0px;
  width: 30px;
  height: auto;
  display: block;
}
/*下層ページ*/
h2.page-title{
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.0em;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
h3.seminar-page-subtitle{
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.06em;
  background: #7d9fbe;
  color:#fff;
  line-height: 46px;
  font-family: 'Poppins', sans-serif;
}
.page-id-7 section.upcoming,
.single-seminars section.upcoming,
.page-id-32 section.upcoming{
padding-bottom: 0;
padding-top: 40px;
}
/*
.page-id-7 section.upcoming .page-inner{
  border-bottom: 1px solid #dbdcdc;
  margin-bottom: 50px;
  width: 100%;
}
*/
.page-id-7 section.upcoming .subtile,
.single-seminars section.upcoming .subtile,
.page-id-32 section.upcoming .subtile{
  background: none;
  padding: 0;
}
.page-id-7 section.upcoming .subtile,
.single-seminars section.upcoming .subtile,
.page-id-32 section.upcoming .subtile{
  background: none;
  padding: 0;
}
.page-id-7 section.upcoming .subtile h3,
.page-id-7 section.upcoming .subtile h3 span,
.single-seminars section.upcoming .subtile h3,
.single-seminars section.upcoming .subtile h3 span,
.page-id-32 section.upcoming .subtile h3,
.page-id-32 section.upcoming .subtile h3 span{
  color:#000;
  font-size: 28px;
}
.page-id-7 section.upcoming .subtile h3 span,
.single-seminars section.upcoming .subtile h3 span,
.page-id-32 section.upcoming .subtile h3 span{
  font-size: 16px;
  font-weight: bold;
}
.page-id-7 section.upcoming table,
.single-seminars section.upcoming table,
.page-id-32 section.upcoming table{
    width: 620px;
    margin: 25px auto 40px;
    border-bottom: 1px solid #dbdcdc;
}
.page-id-7 section.upcoming table,
.single-seminars section.upcoming table{
    width: 780px;
    margin-bottom: 0;
}
.page-id-7 section.upcoming table,
.single-seminars section.upcoming table,
.page-id-32 section.upcoming table{
  border-bottom: none;
}
.page-id-7 section.upcoming table th,
.single-seminars section.upcoming table th,
.page-id-32 section.upcoming table th{
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.0em;
    letter-spacing: 0.06em;
    word-break: break-word;
    vertical-align: top;
}
.page-id-7 section.upcoming table th,
.single-seminars section.upcoming table th{
  width: 160px;
}
.page-id-7 section.upcoming table th,
.single-seminars section.upcoming table th{
  width: 240px;
}
.page-id-7 section.upcoming table td,
.single-seminars section.upcoming table td,
.page-id-32 section.upcoming table td{
  font-weight: normal;
}
.page-id-7 section.upcoming table th,
.page-id-7 section.upcoming table td,
.single-seminars section.upcoming table th,
.single-seminars section.upcoming table td,
.page-id-32 section.upcoming table th,
.page-id-32 section.upcoming table td{
  padding-bottom: 25px;
}
.page-id-7 section.upcoming table td strong,
/*.single-seminars section.upcoming table td strong,*/
.page-id-32 section.upcoming table td strong{
  font-weight: bold;
  padding-top:4px;
  display: inline-block;
  padding-left: 1em;
  text-indent: -1.0em;
}
.page-id-7 section.upcoming table td span,
.single-seminars section.upcoming table td span,
.page-id-32 section.upcoming table td span{
  line-height: 2.0em;
    text-indent: 1.3em;
    display: inline-block;
}
.page-id-7 section.upcoming table td span.l-space,
.single-seminars section.upcoming table td span.l-space,
.page-id-32 section.upcoming table td span.l-space{
  line-height: 2.0em;
  display: inline-block;
  padding-left: 1.3em;
  text-indent: 0;
}
.page-id-7 section.upcoming table td span.desc,
.single-seminars section.upcoming table td span.desc{
  padding-left: 1em;
  text-indent: -1.0em;
}
.page-id-7 section.upcoming table td span.desc.pl0,
.single-seminars section.upcoming table td span.desc.pl0{
  padding-left: 1em;
    text-indent: -1em;
}
.page-id-7 section.upcoming table td span.mod-ls,
.single-seminars section.upcoming table td span.mod-ls{
  text-indent: 0;
  line-height: 1.6em;
  display: inline;
  letter-spacing: -0.001em;
}
.page-id-7 section.upcoming table td .td-block,
.single-seminars section.upcoming table td .td-block,
.page-id-32 section.upcoming table td .td-block{
  border-bottom: 1px solid #dbdcdc;
  padding-bottom: 25px;
  padding-top:4px;
  margin-bottom: 5px;
}
.page-id-7 section.upcoming table td ul,
.single-seminars section.upcoming table td ul,
.page-id-32 section.upcoming table td ul{
  list-style: none;
}
.page-id-7 section.upcoming table td ul li,
.single-seminars section.upcoming table td ul li,
.page-id-32 section.upcoming table td ul li{
  background: url(/wp/wp-content/themes/onboardkk/images/dot2.png) no-repeat;
  background-position: -1px 9px;
padding-left: 1em;
line-height: 2.0em;
}
.page-id-7 section.upcoming table tr,
.single-seminars section.upcoming table tr,
.page-id-32 section.upcoming table tr{
    border-top: 1px solid #dbdcdc;
}
.pb60{
  padding-bottom: 60px !important;
}
.lecturer-list{
  list-style: none;
}
.lecturer-list li{
  border-bottom:1px solid #fff;
  margin-bottom: 15px;
}
.lecturer-list li:last-child{
  border-bottom: 0;
  margin-bottom: 0;
}
.lecturer-list img{
  width: 140px;
  height: auto;
  display: block;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.lecturer-list h4{
font-size: 16px;
font-weight: bold;
line-height: 1.0;
letter-spacing: 0.06em;
margin-bottom: 3px;
}
.lecturer-list p,
.news-list .post-container p{
font-size: 14px;
font-weight: normal;
line-height: 2.0em;
letter-spacing: 0.06em;
margin-bottom: 15px;
}
.lecturer-list p.jobtitle{
font-size: 12px;
margin-bottom: 8px;
}
.btn-wrap p{
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}
.btn-wrap p{
  font-size: 14px;
}
.btn-wrap p a{
  text-decoration: underline;
  line-height: 1.8em;
}
.privacypolicy p a{
line-height: 2.0em;
  text-decoration: underline;
}
.btn-wrap p a:hover,
.privacypolicy p a:hover,
p.backtoindex a:hover{
  text-decoration: none !important;
  color: #000;
}
.btn-wrap p a.btn-apply{
  text-decoration: none !important;
}
.btn-wrap p a.btn-apply:hover{
  color:#fff;
}
section.news,
section.contact{
  padding: 34px 0 50px;
background: #edf0f3;
}
section.contact{
  padding-top: 65px;
  background: #eeeeef;
}
section.news .inner,
section.contact .inner,
section.privacypolicy .inner{
  width: 620px;
  margin: 30px auto 40px;
}
section#seminars.news .inner{
  width: 780px;
}
section.contact.thanks .inner{
  width: 450px;
}
section.contact .inner{
  margin-top: 0px;
}
.news-list{
list-style: none;
}
.news-list .post-container{
  border-top:1px solid #dbdcdc;
  padding-top: 10px;
}
.news-list .post-container img{
  width: 70px;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-list .post-right{
}
.news-list .post-right a{
  text-decoration: underline;
}
.news-list .post-right a:hover{
  text-decoration: none;
  opacity: 1;
  color: #000;
}
.news-list .post-container h3{
font-size: 20px;
font-weight: normal;
line-height: 1.4em;
letter-spacing: 0.06em;
margin-bottom: 15px;
}
.news-list .post-container a:hover h3{
  color: #888;
  transition: 0.3s;
}
/*
.news-list .post-container p{
font-size: 12px;
font-weight: normal;
line-height: 1.8em;
letter-spacing: 0.06em;
margin-bottom: 20px;
}
*/
.news-list .post-container p{
  margin-bottom: 35px;
}
.news-list .post-container p.date{
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  color:#7D9FBE;
  font-weight: bold;
}
.loadmore,
.news-list .post-container.loadmore{
  border:none;
  text-align: center;
  float: none;
}
.loadmore a,
.news-list .post-container.loadmore a,
a#loadMore{
  font-size: 12px;
  margin-bottom: 2px;
  text-decoration: underline;
  text-align: center;
  display: block;
  background-image: url(/wp/wp-content/themes/onboardkk/images/icon-arw-down.png);
  background-repeat: no-repeat;
  background-position: center 24px;
  background-size:18px 11px;
  height: 34px;
}
a#loadMore{
  text-decoration:none;
}
.loadmore a:hover,
.news-list .post-container.loadmore a:hover,
a#loadMore:hover{
  text-decoration: none;
  color: #000;
}
a#loadMore:hover{
  text-decoration:none;
  color:#888888;
}
.loadmore a img,
.news-list .post-container.loadmore a img{
  position: relative;
  width: 18px;
  height: 11px;
  display: block;
  margin: 0 auto;
  float: none;
  bottom: -5px;
}
.privacypolicy p{
font-size: 14px;
font-weight: normal;
line-height: 2.0em;
letter-spacing: 0.06em;
}
.privacypolicy p strong{
  font-weight: bold;
}
.privacypolicy ul{
  padding-left: 1em;
  margin-bottom: 20px;
}
.privacypolicy ul li{
font-size: 14px;
font-weight: normal;
line-height: 2.0em;
letter-spacing: 0.06em;
}
section.privacypolicy .inner{
  margin-bottom: 80px;
  margin-top: 50px;
}
.contact p.description,
.contact p.description2{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.0em;
  margin-bottom: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 62px;
}
.contact .mw_wp_form_preview p.description,
.contact p.description2,
.contact .mw_wp_form p.check{
  display: none;
}
.contact .mw_wp_form_preview p.description2{
  display: block;
  padding-bottom: 30px;
}
.contact .mw_wp_form_preview p.check{
  display: block;
}
.contact table{
  width: 100%;
}
.contact td{
padding-bottom: 35px;
}
.contact td.half{
  padding-right: 10px;
  width: 310px;
  vertical-align: top;
}
.contact td.half2{
  padding-left: 10px;
  width: 310px;
  vertical-align: top;
}
.contact .wpcf7 input,
.contact .mw_wp_form_input input{
  background: #fff;
  border:none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 10px 5px;
  box-sizing:border-box;
  font-size: 14px;
}
.contact .wpcf7 textarea,
.contact .mw_wp_form textarea{
  background: #fff;
  border:none;
  width: 100%;
  padding: 10px 5px;
  box-sizing:border-box;
  font-size: 14px;
}
.contact .wpcf7 input[type="text"]:focus,
.contact .wpcf7 textarea:focus,
.contact .mw_wp_form input[type="text"]:focus,
.contact .mw_wp_form textarea:focus{
  border:1px solid #ccc !important;
  box-sizing: border-box;
  box-shadow:none !important;
  outline: none !important;
  background: #ffffff !important;
}
.contact .wpcf7 input[type="submit"]:focus,
.contact .mw_wp_form input[type="submit"]:focus,
.contact .mw_wp_form button[type="submit"]:focus{
  border:none !important;
  box-sizing: border-box;
  box-shadow:none !important;
  outline: none !important;
}
.contact td p{
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.0em;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}
.contact td p.check{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6em;
    letter-spacing: 0.06em;
    margin-bottom: 60px;
}
.contact td p.check a{
  text-decoration: underline;
}
.contact td p.check a:hover{
  text-decoration: none;
}
.contact .wpcf7 input[type=submit],
.contact .mw_wp_form input[type=submit],
.contact .mw_wp_form button[type=submit]{
  color:#fff;
  background: #888888;
  padding:0;
  border-radius: 100px;
  display: inline-block;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  width: 210px;
  border:none;
}
.contact .wpcf7 input[type=submit]:hover,
.contact .mw_wp_form input[type=submit]:hover,
.contact .mw_wp_form button[type=submit]:hover{
  /*background: #3079b4;*/
  background: #000000;
  /*
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  */
}
.contact .wpcf7 input[type=submit].wpcf7-submit{
background: #7d9fbe;
}
.contact-btn{
  text-align: center;
}
.wpcf7-response-output{/*
display: none !important;
*/
}
.pc{
  display: block !important;
}
.pc2{
  display: inline-block !important;
      text-indent: -0.5em !important;
}
.sp{
  display: none !important;
}
.bogoflags, .bogoflags-before:before{
  display: none !important;
}
.bogo-language-name a{
  font-weight: normal !important;
  color: #000;
}
.bogo-language-name a.current{
  color: #c8c9ca;
}
.gnav_menu{
  float: left;
  margin-right: 24px;
}
.bogo-language-switcher{
float: right;
}
.bogo-language-switcher li.current a:hover{
      color: #c8c9ca;
}
.wpcf7-not-valid-tip{
  color: #c30d23 !important;
}
br.brsp,
.page-id-7 section.upcoming table td span.mod2,
.single-seminars section.upcoming table td span.mod2,
.page-id-32 section.upcoming table td span.mod2{
  display: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
  display: none !important;
}
a#page_top{
  display: none !important;
  width: 100%;
  height: 40px;
  text-align: center;
  border-top:1px solid #b4b4b5;
}
a#page_top img{
  width: 27px;
  height: auto;
  display: block;
  margin: 12px auto;
}
p.check.wpcf7c-elm-step2,
p.wpcf7c-elm-step2,
p.check{
  text-align: left;
  font-size: 12px;
  margin-bottom: 50px;
}
p.check.wpcf7c-elm-step2 a,
p.wpcf7c-elm-step2 a,
p.check a{
  text-decoration: underline;
}
p.check.wpcf7c-elm-step2 a:hover,
p.wpcf7c-elm-step2 a:hover,
p.check a:hover{
  text-decoration: none;
}
.wpcf7 .ajax-loader{
  display:none !important;
}
.wpcf7-back,
.contact-back{
  background: none !important;
  text-decoration: none !important;
    line-height: 1em !important;
    height: auto !important;
    margin-top: 30px !important;
    padding: 0 !important;
    border: none;
    color: #000 !important;
}

.contact .mw_wp_form_preview .contact-back{
  display: block !important;
  font-size: 14px !important;
}
.wpcf7-back:hover{
text-decoration: none;
}
p.complete{
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
  letter-spacing: 0.06em;
}
p.complete2{
  font-size: 14px;
  margin-bottom: 20px;
    line-height: 1.6em;
    letter-spacing: 0.06em;
    word-break: break-word;
}
p.complete2.acenter{
  text-align: center;
  margin-bottom: 50px;
}
p.complete2 a{
  text-decoration: underline;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
p.complete2 a:hover{
  color: #000;
    text-decoration: none;
}
section.upcoming .subtile,
h3.seminar-page-subtitle{
background: #7D9FBE;
}
body.en-US *{
  font-family: 'Poppins', sans-serif;
}
body.en-US *,
body.en-US section.upcoming .subtile h3,
section.upcoming .subtile h3 span,
section.team h3,
section.team p,
body.en-US section.upcoming table tr td,
body.en-US section.upcoming table tr th{
  letter-spacing: 0;
}
body.en-US .mv .inner .txt-box{
  top:148px;
}
.content1-right{
  height: 364px;
}
body.en-US .content1-right{
  height: 360px;
}
body.en-US .content1-left p{
  line-height: 1.55em;
      font-size: 16px;
}
body.en-US .mv .inner h2{
    margin-bottom: 7px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.0em;
    font-size: 60px;
      letter-spacing: 0;
}
body.en-US .mv .inner h3{
  color: #000;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3em;
  font-size: 32px;
    letter-spacing: 0;
}
body.en-US .title-box{
  padding: 45px 0 0;
}
p.link-to-jp{
  text-align: left;
  width: 620px;
  margin: 0 auto;
  font-size: 14px;
}
p.link-to-jp a{
  text-decoration: underline;
  line-height: 1.9em;
}
p.link-to-jp a:hover{
  color: #000;
  text-decoration: none;
}
body.en-US .contact p.description,
body.en-US .contact td p{
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0;
}
body.en-US footer p,
body.en-US footer a{
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
  letter-spacing: 0;
}
body.en-US footer a{
  margin-bottom: 20px;
}
section.company .company-box p{
line-height: 1.8em;
}
body.en-US section.team p,
body.en-US .services-box p,
body.en-US section.company .company-box p,
body.en-US .privacypolicy p,
body.en-US .privacypolicy p a{
  line-height: 1.55em;
  letter-spacing: 0;
}
body.en-US .services-left p,
body.en-US .services-right p{
    min-height: 434px;
    min-height: 383px;
}
body.en-US .contact p.description{
  padding-bottom: 50px;
  margin-bottom: 8px;
}
body.en-US .contact td{
  margin-bottom: 28px;
}
body.en-US .contact table{
  margin-bottom: 23px;
}
body.en-US .privacypolicy ul{
  padding-left: 0;
    margin-top: 20px;
}
body.en-US .privacypolicy ul li{
list-style: none;
background-image: url("/wp/wp-content/themes/onboardkk/images/icon-line.png");
background-position: 0px 9px;
background-repeat: no-repeat;
padding-left: 1em;
line-height: 1.55em;
}
body.en-US .contact.thanks{
  height: 420px;
}
td p.inline-block{
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 25px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.middle-section{
  width: 100%;
  background: #edf0f3;
  padding: 32px;
}
.middle-section table{
  width: 780px;
  margin: 0 auto;
}
.middle-section table th,
.middle-section table td{
  font-weight: normal;
  padding-bottom: 25px;
  padding: 5px 0;
    font-size: 14px;
    line-height: 2.0em;
    letter-spacing: 0.06em;
    word-break: break-word;
    vertical-align: top;
}
.middle-section table th{
font-weight: bold;
width: 240px;
font-size: 16px;
}
.kakko{
  margin-left: -8px;
}
.no-border{
  border-color: #f7f7f7 !important;
}

div.ex-readmore,
div.btn-close{
  background: #E8E8E8;
  text-align: center;
  position: relative;
  font-size: 14px;
  width: 780px;
  line-height: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
div.ex-readmore .ex-close{
  display: none;
}
div.ex-readmore.active{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
div.ex-readmore.active .ex-open{
  display: none;
}
div.ex-readmore.active .ex-close{
  display: inline-block;
}
div.btn-close a{
  display: block;
  text-align: center;
  line-height: 24px;
  height: 24px;
}
div.btn-close a:hover{
  color: #000;
}
div.ex-readmore img,
div.btn-close img{
  position: absolute;
  line-height: 0;
  right: 10px;
  top:8px;
  width: 16px;
  height: auto;
}

.ex-readmore-content .semina-inner{
width: 780px;
margin: 0 auto;
padding-left: 240px;
}

img.seminar-face{
  width: 140px;
  height:auto;
}
table.seminar-schedule th{
  color: #7D9FBE;
  line-height: 1.6em !important;
  padding-top: 6px !important;
}
table.seminar-schedule td h3{
  font-size: 18px;
  font-weight: bold;
}
p.seminar-outline{
margin-top: 13px;
}
p.seminar-content{
  line-height: 1.8em;
  margin-top: 35px;
  font-size: 14px;
  margin-bottom: 35px;
}
p.lecturer{
  padding-left:3.5em;
text-indent:-3.5em;
}
.page-id-7 section.upcoming table.seminar-schedule tr,
.single-seminars section.upcoming table.seminar-schedule tr{
  border-top:1px solid #000;
}
.page-id-7 section.upcoming table.seminar-schedule td h3,
.single-seminars section.upcoming table.seminar-schedule td h3{
line-height: 1.6em;
}
.page-id-7 section.upcoming table.seminar-schedule td h3 span,
.single-seminars section.upcoming table.seminar-schedule td h3 span{
  font-weight: normal;
  text-indent: 0;
  font-size: 14px;
  display: block;
  margin-top: -4px;
}
.page-id-7 section.upcoming table.seminar-schedule td strong,
.single-seminars section.upcoming table.seminar-schedule td strong{
  text-indent: 0;
  padding-left: 0;
}
.single-seminars section.upcoming table.seminar-schedule td strong{
  line-height: 1.6em;
  padding-top: 0;
}
.page-id-7 section.upcoming table.seminar-schedule,
.single-seminars section.upcoming table.seminar-schedule{
  margin-bottom: 20px;
}
.page-id-7 section.upcoming table.seminar-schedule td,
.single-seminars section.upcoming table.seminar-schedule td{
  padding-bottom: 0;
}
p.seminar-subtitle{
font-size: 14px;
}
.seminar-person{
border-top:1px solid #DBDCDC;
padding-top: 10px;
margin-top: 10px;
}
.seminar-person img.seminar-face{
  margin-bottom: 7px;
}
p.seminar-name{
  font-size: 16px;
  font-weight: bold;
}
p.seminar-jobtitle{
  font-size: 12px;
  margin-bottom: 10px;
}
p.seminar-profile{
  font-size: 14px;
  line-height: 1.8em;
  padding-bottom: 30px;
  border-bottom:1px solid #DBDCDC;
  margin-bottom: 10px;
}
.semina-inner p.seminar-profile:last-child{
  border: none;
  margin-bottom: 0px;
}
.page-id-7 section.upcoming table.seminar-schedule td h4,
.single-seminars section.upcoming table.seminar-schedule td h4{
  margin-top: 3px;
  margin-bottom: 1px;
}
.page-id-7 section.lecturer .inner,
.single-seminars section.lecturer .inner{
  width: 780px;
  margin: 0 auto;
  border-top:1px solid #000;
  padding-top: 10px;
  margin-top: 10px;
}
.page-id-7 section.lecturer p{
  text-align: left;
  font-size: 12px;
}
.single-seminars section.lecturer p{
font-size: 14px;
}
.page-id-7 section.lecturer p.peatix,
.single-seminars section.lecturer p.peatix{
  text-align: center;
  font-size: 12px;
}
.page-id-7 section.upcoming,
.single-seminars section.upcoming{
  border: none;
}
p.complete2 a{
      padding-top: 20px;
}
body.en-US p.complete2{
text-align: center;
text-decoration: underline;
}
body.en-US p.complete2 a{
padding-top: 0px;
}
.fnormal{
  font-weight: normal !important;
  line-height: 2.0em;
}
input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
}
p.note{
  margin-top: 4px;
}
.lecturer-w-image{
  padding-top: 7px;
}
.lecturer-w-image p{
position: relative;
    top: -2px;
    line-height: 1.5em;
}
.lecturer-w-image strong{
  padding-top: 0px !important;
  margin-top: -3px !important;
}
.lecturer-w-image img{
  width: 70px;
  height: auto;
  float: left;
  margin-right: 7px;
}
.image-box{
  margin-bottom: 5px;
}
.mb20{
  margin-bottom: 20px !important;
}
.mt0{
  margin-top: 0 !important;
}
.mt3{
  margin-top: 3px !important;
}
.mt30{
  margin-top: 30px;
}

/*20210928追加*/
.menu-1{
  margin-bottom: 40px;
  text-align: center;
}
.menu-1 p{
  text-align: center;
  font-size: 14px;
}
.menu-1 .active{
  color: #999;
}
.menu-2{
margin-bottom: 20px;
}
.menu-2 .menu-title,
.menu-2 .post-history{
}
.menu-2 p.menu-title{
  float: left;
  font-weight: bold;
}
.menu-2 p.menu-title{
font-size: bold;
font-size: 14px;
}
.menu-2 .post-history{
  float: right;
}
.menu-2 .post-history p{
  font-size: 14px;
  float: left;
}
select.yearly-list{
  float: right;
      margin-left: 20px;
      font-size: 14px;
      position: relative;
      top: 1px;
}
.menu-2 .menu-title p{
  font-weight: bold;
  font-size: 14px;
}
.slides{
  margin-bottom: 20px;
}
.slick-prev, .slick-next{
  z-index: 100;
  top: 105%;
}
.slick-prev{
  left: 48%;
}
.slick-next{
  right:48%;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url("/wp/wp-content/themes/onboardkk/images/arw-left.png") no-repeat top center;
  background-size: contain;
}
.flex-direction-nav a:before {
  display: block;
  content: '';
  width: 25px;
  height: 25px;
  background: url("/wp/wp-content/themes/onboardkk/images/arw-left.png") no-repeat top center;
  background-size: contain;
}
.slick-next:before  {
  content: '';
  background: url("/wp/wp-content/themes/onboardkk/images/arw-right.png") no-repeat top center;
  background-size: contain;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
    opacity: 0.75;
}
.slick-prev:active:before,
.slick-next:active:before
{
    opacity:1;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
}
.flex-direction-nav .flex-prev {
  left: 0px;
}
.flex-direction-nav .flex-next {
  right: 0px;
}
.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-next:active,
.flex-direction-nav .flex-prev:active {
  opacity: 0.7 !important;
}
ul.category-list{
  list-style: none;
  margin: 0 auto;
  display: inline-block;
}
ul.category-list li{
  float: left;
  border-right: 1px solid #000;
  padding: 0 10px;
  line-height: 0.0em;
}
ul.category-list li:last-child{
  border-right: none;
}
ul.category-list li a{
  font-size: 14px;
  line-height: 1.0em;
}
ul.category-list li.current-cat a{
  color: #b6b6b7;
}
.single article{
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  padding-top: 10px;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 50px;
}
.single img.wp-post-image{
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  top:10px;
}
.single p.date {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.8em;
    letter-spacing: 0.06em;
    color: #7D9FBE;
    font-weight: bold;
}
.single article h3{
  font-size: 20px;
  font-weight: bold;
  /*width: 460px;*/
  margin-bottom: 36px;
}
.single article .entry-content p{
  font-size: 14px;
  line-height: 2.0em;
  letter-spacing: 0.06em;
  word-break: break-word;
}
.single article .entry-content img{
  margin: 40px 0;
}
.single article .entry-content a{
  text-decoration: underline;
}
p.back a{
  font-size: 14px;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin: 0 auto;
}
img.seminar-videolink{
}
ul.status-list{

}
ul.status-list li{
  float: left;
  margin-right: 5px;
  list-style: none;
}
ul.status-list li img{
  height: 16px;
  width: auto;
  display: inline-block;
}
.seminar-list .seminar-list-container{
  border-top: 1px solid #dbdcdc;
  padding-top: 10px;
  padding-bottom: 30px;
}
.seminar-list-left{
  float: left;
  width: 240px;
}
.seminar-list-right p.seminar-date{
  font-size: 14px;
  line-height: 1.0em;
}
.seminar-list-right{
  float: right;
  width: 480px;
}
h3.seminar-title{
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0em;
  margin-top: 15px;
  margin-bottom: 9px;
}
h3.seminar-title span{
  display: block;
  font-weight: normal;
    font-size: 14px;
}
.seminar-list-right a{
  text-decoration: underline;
  font-size: 14px;
}
.seminar-list-right a:hover{
  text-decoration: none;
  color: #000;
}
.seminar-list-right p.link-detail span{
  position: relative;
  top:2px;
}
img.seminar-bnr{
    width: 1200px;
    margin: 0 auto;
    display: block;
}
p.seminar-instructor{
    padding-left: 3.0em;
    text-indent: -3.0em;
    font-size: 14px;
    margin-bottom: 3px;
}
.link-detail{
  margin-top: 28px;
}
.news.ourteam img.seminar-face{
  width: 140px;
  height: auto;
  float: left;
}
.news.ourteam .right-profile{
  width: 620px;
  float: right;
}
section.news.ourteam .inner{
  width: 780px;
  margin: 0 auto 30px;
}
section.ourteam h3{
    text-align: center;
    font-size: 20px;
}
section.ourteam p.seminar-profile{
  border: none;
}
section.ourteam .seminar-person{
  padding-top: 20px;
  margin-top: 10px;
}
section.ourteam p.seminar-name{
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.0em;
}
section.ourteam p.seminar-name span{
  font-size: 12px;
  font-weight: normal;
  position: relative;
  bottom:-3px;
}
section.ourteam .seminar-jobtitle{
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: bold;
}
p.backtoindex{
  text-align: left;
  font-size: 14px;
  margin-left: 40px;
}
.single-seminars section.lecturer p.backtoindex{
  text-align: center;
  margin-left: 0px;
}
.single-seminars section.lecturer p.backtoindex a,
p.backtoindex a{
  text-decoration: underline;
}
.single-seminars section.upcoming .btn-wrap a.btn-apply{
  margin-bottom: 20px;
}
.single-seminars a.btn-apply{
  width: 240px;
}
section.video h3{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
section.video p{
  font-size: 14px;
text-align: center !important;
  line-height: 2.0em;
}
section.video ol{
  margin-top: 45px;
}
section.video ol li{
  font-size: 14px;
  line-height: 2.0em;
  padding-bottom: 45px;
  position: relative;
  background: url(/wp/wp-content/themes/onboardkk/images/arw-down2.png) no-repeat;
  background-size: 35px 17px;
  background-position: center bottom;
  margin-bottom: 25px;
}
section.video ol li:last-child{
  background: none !important;
}
section.video span{
  display: inline-block;
}
section.video span.desc {
    padding-left: 1em;
    text-indent: -1.0em;
}
section.video p.backtoindex{
  margin-left: 0;
  margin-top: 0;
}
.btn-apply img{
    width: 13px;
    height: auto;
    position: relative;
    top: -24px;
    right: -6px;
    display: none;
}
.btn-wrap.ex-link .btn-apply img{
  display: inline-block;
}
.slides {
    margin: 0 auto 20px;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypattern{
    width: 100%;
  }
  .mypattern .slick-slide{
    margin: 10px;
  }
.slick-prev{
  left: 48.5%;
}
.slick-next{
  right:48.5%;
}
.slide-img-container{
  width: 940px;
}
.bnr-pc{
display: block;
}
.bnr-sp{
display: none;
}
.page-id-367 section.ourteam h3,
.page-id-1078 section.ourteam h3{
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid #dbdcdc;
  padding-bottom: 10px;
}
.page-id-367 section.team .bg-gray .inner,
.page-id-1078 section.team .bg-gray .inner{
  padding-top: 22px;
}
.page-id-367 .team-left,
.page-id-367 .team-right,
.page-id-1078 .team-left,
.page-id-1078 .team-right{
  width: 380px;
}
.page-id-367 section.team h4,
.page-id-1078 section.team h4{
font-size: 20px;
}
.page-id-367 section.team h4 span,
.page-id-1078 section.team h4 span{
font-size: 12px;
position: relative;
top: -3px;
font-weight: normal;
}
.page-id-367 section.team p.jobtitle,
.page-id-1078 section.team p.jobtitle{
  font-size: 14px;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 32px;
}
.no-border{
  border:none !important;
  margin-top: 0 !important;
}
.signup-wrap{
  text-align: center;
  margin-bottom: 60px;
}
section.upcoming .signup-wrap .btn-wrap a.btn-apply{
  margin-top: 20px;
}
.single-seminars section.upcoming .signup-wrap .btn-wrap{
  text-align: center;
  margin: 0 auto;
}
.single-seminars section.upcoming .signup-wrap p.fin{
  text-align: center;
  margin-left: 0;
  margin-bottom: 20px;
}
.single-seminars section.upcoming .signup-wrap p.backtoindex{
  text-align: center;
  margin-left: 0;
}
strong{
  font-weight: bold !important;
}
.page iframe{
  /*
  margin-top: 20px;
  */
}
a#loadMore,
a#loadMore span{
  color: #000;
}
/*20210928追加*/
.grecaptcha-badge{
  display: none !important;
}
img.icon-free{
	width: 42px;
	    position: relative;
	    display: block;
	    float: left;
	    top: 9px;
	    top: 3px;
	    margin-right: 9px;
}
.wpcf7-list-item-label a{
  transition: 0.3s;
}
.wpcf7-list-item-label a:hover{
  transition: 0.3s;
  color:#000;
  text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item{
  font-size: 13px;
  margin-top: 10px;
}
p.memo{
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 5px;
}
@media (max-width: 1800px) {
.slick-prev{
  left: 48.4%;
}
.slick-next{
  right:48.4%;
}
}
@media (max-width: 1700px) {
.slick-prev{
  left: 48.3%;
}
.slick-next{
  right:48.3%;
}
}
@media (max-width: 1500px) {
.slick-prev{
  left: 48.2%;
}
.slick-next{
  right:48.2%;
}
}
@media (max-width: 1400px) {
.slick-prev{
  left: 47.9%;
}
.slick-next{
  right:47.9%;
}
}
@media (max-width: 1300px) {
.slick-prev{
  left: 47.5%;
}
.slick-next{
  right:47.5%;
}
}
@media (max-width: 1200px) {
header .hdr-inner{
  width: 100%;
  max-width: 100%;
}
.slick-prev{
  left: 47%;
}
.slick-next{
  right:47%;
}
img.seminar-bnr{
  width: 100%;
}
.page-id-5 .mv .inner{
  width: 100%;
  height: auto;
}
.page-id-5 .company-left span.pc{
  display: none !important;
}
}
@media (max-width: 960px) {
.mv .inner {
  width: 100%;
  height: 348px;
}
.mv .inner img.mv-graphic{
    width: 377px;
    right: 20px;
}
.mv .inner .txt-box{
  left: 20px;
    top: 57px;
        width: 65%;
}
.mv .inner h2{
  font-size: 62.5px;
  line-height: 0.7em;
  margin-bottom: 0;
}
.mv .inner h3 {
  font-size: 22px;
}
section.content1 .inner,
section.services,
section.team .bg-gray,
.inner-gray2,
section.company,
footer .inner,
.page-id-7 section.lecturer .inner,
.single-seminars section.lecturer .inner{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.content1-left{
  width: 50%;
  margin-right: 10%;
}
.content1-right {
    width: 32%;
}
section.team .bg-gray .inner,
.services-box,
.page-id-7 section.upcoming table,
.single-seminars section.upcoming table,
.middle-section table,
div.ex-readmore,
div.btn-close{
  width: 100%;
}
.services-box .services-left,
.services-box .services-right,
.team-left,
.team-right{
  width: 49%;
}
.services-box p{
  padding-left: 60px;
  padding-right: 60px;
}
section.team p{
  width: 92%;
}
footer img.linkedin{
  right: 20px;
}
.mypattern .slick-slide{
  margin: 5px;
}
.slick-prev, .slick-next {
  top:110%;
  width: 25px;
  height: 25px;
}
.slick-prev{
  left:42%;
}
.slick-next{
  right:42%;
}
.slides{
  margin-bottom: 0;
}
.news.ourteam img.seminar-face{
  float: none;
}
.news.ourteam .right-profile,
section.news.ourteam .inner{
  width: 100%;
  float: none;
}
.news.ourteam img.seminar-face{
    margin-bottom: 15px;
}
section.ourteam .seminar-jobtitle{
  margin-bottom: 15px;
  line-height: 1.8em;
}
.single article h3{
  /*width: 230px;*/
}
ul.category-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
}
ul.category-list li{
  margin-bottom: 15px;
}
.menu-1{
  margin-bottom: 60px;
}
.mypattern {
}
.slide-img-container{
  width: auto;
}
section#seminars.news .inner{
  width: 100%;
  margin-top: 0px;
}
.seminar-list-left{
  float: none;
  width: 100%;
  margin-bottom: 15px;
}
.seminar-list-right{
  float: none;
  width: 100%;
}
.seminar-list-right p.link-detail span{
  top:0;
}
select.yearly-list{
  float: left;
}
.menu-2 .post-history p{
  padding-top: 2px;
}
.seminar-list .seminar-list-container{
  padding-bottom: 45px;
}

.page-id-5 .team-left,
.page-id-5 .team-right{
  width: 100%;
}
.page-id-5 .team-left{
  margin-bottom: 45px;
}
.page-id-5 .team-face{
  float: none;
}
.page-id-5 .team-text-box{
  float: none;
  width: 100%;
  top:0;
}
.services-box .inner-wrap{
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.page-id-5 section.services{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.services-box .inner-wrap{
  padding-left: 25px;
  padding-right: 25px;
}
.title-box h3{
  padding-left: 60px;
}
.page-id-5 .company-left{
  width: 100%;
  float: none;
  margin-bottom: 40px;
  margin-bottom: 16px;
}
.page-id-5 p.company-name{
display: block;
margin-bottom: 16px;
}
.page-id-5 .company-center{
  width: 100%;
  float: none;
  margin-bottom: 40px;
  padding-top: 0;
}
.page-id-5 section.company .company-box .company-txt .company-left p strong{
  display: block;
}
.page-id-5 .company-right{
  width: 100%;
  float: none;
}
}
@media (max-width: 770px) {
  * {
    line-height: 1.6em;
  }
  .pc,
  .pc2{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
  header nav.gnav{
    display: none;
  }
  .mv .inner,
  section.content1 .inner,
  .services-box,
  .services-box .services-left,
  .services-box .services-right,
  section.team .bg-gray .inner,
  section.lecturer .bg-gray .inner,
  .team-left,
  .team-right,
  section.company,
  section.company .company-box,
  footer .inner,
  footer p,
  .content1-left,
  .content1-right,
  section.team p,
  section.news .inner,
  section.contact .inner,
  section.privacypolicy .inner{
    width: 100%;
  }
  section.news .inner{
    margin-top: 0;
  }
  .services-box .services-left,
  .team-left,
  .team-right,
  .services-box .services-right,
  section.company .company-box,
  .content1-left,
  .content1-right{
    float: none;
  }
  section.upcoming table tr td:first-child,
  section.upcoming table tr td:nth-child(even){
    width: auto;
  }
  .mv .inner{
    height: auto;
    padding-bottom: 41px;
  }
  header{
    height: 70px;
    padding: 0;
  }
  .sp-hdr {
    background: #fff;
        width: 100%;
        height: 70px;
        position: relative;
        z-index: 101;
        top: 0px;
        padding-top: 21px;
        border-bottom: 1px solid #dbdcdc;
  }
  .sp-hdr::after {
      content: '';
      display: block;
      background: #fff;
      width: 100%;
      height: 9px;
      position: absolute;
      bottom: -10px;
      z-index: 102;
  }
  header h1.hdr-logo{
    width: 112px;
      z-index: 101;
      position: relative;
      margin-top: 0;
      margin-left: 25px;
  }
  header .hdr-inner h1.hdr-logo{
    width: 112.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .header-menu-open-nav{
    display: block;
  }
  .gnav_menu{
    margin-top: 80px;
    float: none;
  }
  .bogo-language-switcher{
    float: none;
  }
  .gnav_menu li,
  .bogo-language-switcher li{
    width: 100%;
    text-align: center;
    display: block;
    height: 80px;
    line-height: 80px;
    border-bottom: 2px solid #fff;
      background: #edf0f3;
  }
  .gnav_menu li{
    text-align: center !important;
  }
  .gnav_menu li a{
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  .bogo-language-switcher li:last-child a,
  ul.bogo-language-switcher li:first-child span.bogo-language-name{
    top: -25px;
    line-height: normal;
  }
  ul.bogo-language-switcher li:first-child span.bogo-language-name{
    display: inline-block;
  }
  ul.bogo-language-switcher li:first-child span.bogo-language-name{
    display: inline-block;
  }
  .bogo-language-switcher li{
    width: 50%;
    float: left;
    border: none !important;
  }
  .bogo-language-switcher li{
    text-align: right;
  }
  .bogo-language-switcher li:last-child a,
  ul.bogo-language-switcher li:first-child span.bogo-language-name{
    padding: 0 8px;
    position: relative;
    /*top: -40px;*/
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
  }
  ul.bogo-language-switcher li:first-child span.bogo-language-name{
    display: inline-block;
    /*top: -46px !important;*/
  }
  body.home ul.bogo-language-switcher li:first-child span.bogo-language-name,
  body.page-id-18 ul.bogo-language-switcher li:first-child span.bogo-language-name,
  body.page-id-9 ul.bogo-language-switcher li:first-child span.bogo-language-name,
  body.page-id-7 ul.bogo-language-switcher li:first-child span.bogo-language-name,
  body.single-seminars ul.bogo-language-switcher li:first-child span.bogo-language-name,
  body.page-id-36 ul.bogo-language-switcher li:first-child span.bogo-language-name,
  body.page-id-62 ul.bogo-language-switcher li:first-child span.bogo-language-name,
  body.page-id-59 ul.bogo-language-switcher li:first-child span.bogo-language-name{
  /*top: -40px !important;*/
  }
  .bogo-language-switcher li.last{
    text-align: left;
  }
  .bogo-language-switcher li.last a{
  border-left: 1px solid;
  }
    .bogo-language-switcher{
  border-bottom: 1px solid #fff;
}
.bogo-language-switcher::after{
  content:'';
  display: block;
  clear:both;
  font-size: 0;
}
  .gnav_menu li a{
  font-weight: bold;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  }
  .gnav_menu li.nav-lang{
  font-size: 20px;
  }
  .gnav_menu li a.nav-jpn,
  .gnav_menu li a.nav-eng{
    font-weight: normal;
  }
  .gnav_menu li a.nav-jpn.active,
  .gnav_menu li a.nav-eng.active{
    color:#c8c9ca;
  }
  #contents{
    margin-top: 80px;
  }
  .mv .inner img.mv-graphic {
    position: relative;
    width: 55%;
    top: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.mv .inner .txt-box{
  top:10px;
    left: 0px;
    width: 100%;
}
  .mv .inner h2{
    text-align: center;
font-size: 280%;
position: relative;
    margin-bottom: 4px;
    line-height: 1.0em;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -5px;
    font-weight: 900;
  }
  .mv .inner h2 span{
    position: relative;
    left: -14px;
  }
  .mv .inner h3{
    text-align: center;
    font-size: 110%;
  }
  section.content1 .inner{
    padding: 40px 25px 60px;
  }
  section.services{
    padding-left: 25px;
    padding-right: 25px;
  }
  .title-box{
    padding: 15px 0;
    height: auto;
  }
  .title-box img.service-graphic{
    height: 70px;
    right: 12px;
  }
  .title-box h3 span{
    font-size: 14px;
  }
  .title-box h3{
    font-size: 22px;
  }
  .services-box{
    margin-bottom: 35px;
  }
  .services-box p{
    padding: 25px 25px 30px !important;
  }
  .services-box .services-left{
    margin-bottom: 25px;
  }
  .inner-gray2{
    background: #eeeeef;
    padding:20px 25px 50px;
  }
  section.upcoming .subtile h3{
    font-size: 21px;
  }
  section.upcoming .subtile h3 span{
    font-size: 14px;
  }
  section.upcoming table{
    margin: 0 0 30px;
    width: 100%;
  }
  section.upcoming table tr th,
  section.upcoming table tr td{
    padding-top: 8px;
    padding-bottom: 8px;
  }
  section.upcoming table tr td:first-child{
    padding-right: 20px;
  }
  section.upcoming table tr td.table-jobtitle{
    display: none;
  }
  section.upcoming table tr td span{
    font-weight: normal;
    margin-top: -5px;
  }
  section.team .bg-gray .inner{
    padding: 20px 25px 0;
  }
  section.team{
    padding-bottom: 0;
  }
  .home section.team{
  padding-top: 13px;
  }
  section.company{
    padding: 20px 25px 30px;
  }
  footer .inner{
    padding: 30px 25px;
  }
  footer img.linkedin{
    position: relative;
  }
  h2.page-title{
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 25px;
  }
  h3.seminar-page-subtitle{
    font-weight: bold;
  }
  .page-id-7 section.upcoming,
  .single-seminars section.upcoming,
  .page-id-32 section.upcoming{
    padding: 30px 25px;
  }
  .page-id-7 section.upcoming .subtile h3,
  .single-seminars section.upcoming .subtile h3,
  .page-id-32 section.upcoming .subtile h3{
        font-size: 21px;
  }
  .page-id-7 section.upcoming table,
  .single-seminars section.upcoming table,
  .page-id-32 section.upcoming table{
    width: 100%;
    margin: 30px 0 10px;
  }
  .page-id-7 section.upcoming .subtile h3 span,
  .single-seminars section.upcoming .subtile h3 span,
  .page-id-32 section.upcoming .subtile h3 span{
        font-size: 14px;
  }
  .page-id-7 section.upcoming table th,
  .single-seminars section.upcoming table th,
  .page-id-32 section.upcoming table th{
    width: auto;
    padding-bottom: 0;
    border-top:1px solid #dbdcdc;
  }
  .page-id-7 section.upcoming table tr,
  .single-seminars section.upcoming table tr,
  .page-id-32 section.upcoming table tr{
    border: none;
  }
  .page-id-7 section.upcoming table th,
  .page-id-7 section.upcoming table td,
  .page-id-32 section.upcoming table th,
  .page-id-32 section.upcoming table td,
  .single-seminars section.upcoming table th,
  .single-seminars section.upcoming table td{
    display: block;
    width: 100%;
    word-break: break-word;
  }
  .page-id-7 section.upcoming table td .td-block,
  .single-seminars section.upcoming table td .td-block,
  .page-id-32 section.upcoming table td .td-block{
    border: none;
    padding-bottom: 10px;
  }
  .page-id-7 section.upcoming table td span,
  .single-seminars section.upcoming table td span,
  .page-id-32 section.upcoming table td span{
    text-indent: 0;
    padding-left: 1.3em;
  }
  .page-id-7 section.upcoming table td span.mod2,
  .single-seminars section.upcoming table td span.mod2,
  .page-id-32 section.upcoming table td span.mod2{
    display: inline-block;
    padding-left: 0;
    padding-right: 1px;
  }
  section.upcoming table tr th{
    width: 80px;
  }
  section.upcoming table tr td{
    font-weight: normal;
  }
  section.upcoming table tr td strong{
    font-weight: bold;
  }
  section.lecturer .bg-gray .inner{
    padding: 10px 25px 30px
  }
  .lecturer-list img,
  .news-list .post-container img{
    width: 80px;
    height: auto;
    margin-right: 15px;
  }
  p.sp-clear{
    clear: both;
  }
  .lecturer-list li:last-child,
  .lecturer-list li:last-child p.sp-clear{
    border-bottom:none;
    margin-bottom: 0px;
  }
  .btn-wrap p{
    padding: 0 25px;
    margin-bottom: 0;
  }
  section.news .inner{
    padding: 0 25px;
    margin-bottom: 0;
  }
  section.privacypolicy .inner{
      padding: 0 25px;
      margin-bottom: 50px;
    }
  li.loadmore,
  .news-list .post-container.loadmore{
    padding-top: 0;
  }
  section.contact .inner{
    padding: 0 25px;
    margin: 18px auto 0;
  }
  .contact td{
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wpcf7{
    border-top: none;
    padding-top: 0;
  }
  .contact p.description,
  .contact p.description2{
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact table{
    border-top: 1px solid #fff;
    padding-top: 10px;
  }
  .contact td.half{
  padding-top: 10px;
  }
  section.contact{
    padding-bottom: 0;
  }
  .gnav_menu{
    margin-right: 0;
  }
  input[type="submit"],
  button[type="submit"] {
  -webkit-appearance: none;
}
a.btn-detail,
a.btn-apply,
p.btn-apply,
.contact .wpcf7 input[type=submit],
.contact .mw_wp_form input[type=submit],
.contact .mw_wp_form button[type=submit]{
  width: 210px;
}
section.company .company-box h3{
      margin-bottom: 21px;
}
br.brsp{
  display: block;
}
.news-list .post-container h3{
  width: calc(100% - 95px);
float: left;
}
section.news, section.contact{
  padding-top: 28px;
}
section.news.ourteam{
  padding-top: 25px;
}
.page-id-7 section.upcoming table td ul,
.single-seminars section.upcoming table td ul,
.page-id-32 section.upcoming table td ul{
    padding-left: 1.2em;
}
.content1-right{
  text-align: center;
  padding-top: 0;
}
.content1-right img.chart{
  width: 100%;
  margin:42px auto 0;
}
section.team p.jobtitle{
  margin-bottom: 26px;
}
footer a{
  font-size: 14px;
}
a#page_top{
  display: block !important;
}
.news-list .post-right{
  width: 100%;
  float: none;
}
.contact td.half,
.contact td.half2{
  width: 100%;
}
.contact-btn{
  padding-bottom: 45px;
}
p.check.wpcf7c-elm-step2,
p.check2{
  text-align: left;
}
p.check.wpcf7c-elm-step2, p.wpcf7c-elm-step2,
p.check{
  margin-bottom: 30px;
}
section.contact.thanks .inner{
  width: 100%;
}
a.btn-apply.thanks{
  margin-bottom: 50px;
}
.page-id-7 section.upcoming table td strong,
.single-seminars section.upcoming table td strong,
.page-id-32 section.upcoming table td strong{
  text-indent: -1.4em;
}
.privacypolicy p a{
  line-height: 2.0em;
}
_::-webkit-full-page-media, _:future, :root .mv .inner br {
line-height: 1.6em;
}
p.link-to-jp{
  width: 100%;
}
body.en-US .mv .inner .txt-box{
  top:60px;
}
body.en-US .mv .inner h2{
  padding-left: 0;
  margin-bottom: 10px;
}
body.en-US .mv .inner h3{
  font-size: 24px;
}
body.en-US .mv .inner{
  padding-bottom: 100px;
}
body.en-US .title-box {
    padding: 25px 0px;
}
body.en-US section.upcoming .subtile h3 {
    line-height: 1.5em;
}
body.en-US .inner-gray2{
  padding-bottom:30px;
}
.privacypolicy p{

}

.contact tr:first-child td{
padding-top: 10px;
}
div.ex-readmore, div.btn-close{
  width: 100%;
}
.middle-section table{
  width: 100%;
}
.middle-section table th,
.middle-section table td{
  width: 100%;
  display: block;
}
.ex-readmore-content .semina-inner{
  width: 100%;
  padding-left: 0;
}
div.ex-readmore,
div.btn-close{
  height: 24px;
  line-height: 24px;
}
.page-id-7 section.lecturer .inner,
.single-seminars section.lecturer .inner{
  width: 100%;
  padding: 20px;
}
.page-id-7 section.upcoming table.seminar-schedule td h3 span,
.single-seminars section.upcoming table.seminar-schedule td h3 span{
  padding-left: 0;
}
.fnormal{
  display: block;
    margin-left: -7px;
}
.content1-right,
body.en-US .content1-right{
  height: auto;
}

body.en-US .services-left p{
    min-height: auto;
}
body.en-US section.upcoming .subtile{
  padding: 15px 5px;
}
body.en-US section.upcoming .subtile h3 {
    line-height: 1.2em;
}

body.ja section.upcoming .subtile h3 span{
  font-weight: bold;
  padding-bottom: 10px;
}
body.ja section.upcoming .subtile{
  padding: 20px 0;
}
p.seminar-outline{
  padding-left: 3.5em;
  text-indent: -3.5em;
}
.bnr-pc{
display: none;
}
.bnr-sp{
width: 100%;
display: block;
}
.single .bnr-sp img{
  width: 100%;
  height: auto;
  position: relative;
  left: 0px;
  top:0px;
}
.page-id-367 .team-left,
.page-id-367 .team-right,
.page-id-1078 .team-left,
.page-id-1078 .team-right{
  width: 100%;
}
.page-id-367 section.team .bg-gray .inner,
.page-id-1078 section.team .bg-gray .inner{
  padding-left: 0;
  padding-right: 0;
}

.page-id-7 section.upcoming table td span.desc,
.single-seminars section.upcoming table td span.desc{
  padding-left: 2em;
      text-indent: -1em;
      font-size: 14px;
      line-height: 1.6em;
      margin-top: 0px;
}
p.complete2.acenter{
  padding-bottom: 60px;
}
section.upcoming,
section.team .bg-gray{
  padding-left: 0;
  padding-right: 0;
}
footer img.linkedin{
  right: 0;
}
.middle-section table th{
  font-size: 18px;
      line-height: 1.6em;
      padding-bottom: 0;
}
body.en-US .contact.thanks{
height: 350px;
}
.contact tr:first-child td.half2{
padding-top: 0px;
}
body.en-US .contact td{
  margin-bottom: 0px;
}
body.en-US .contact td p{
  margin-bottom: 2px;
}
header.minimize{
  height: 70px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.minimize .hdr-inner h1.hdr-logo{
  width: 112.5px;
}
body.en-US section.upcoming .subtile h3 br{
  display: none;
}
p.note{
  padding-left: 2em;
  text-indent: -1em;
}
section.upcoming .btn-wrap{
  text-align: center;
  margin-left: auto;
}
section.upcoming .btn-wrap a.btn-apply,
section.upcoming .btn-wrap p.btn-apply{
  margin-top: 50px;
margin-bottom: -40px;
}
.lecturer-w-image img{
  width: 80px;
  margin-right: 10px;
}
.lecturer-w-image p,
.lecturer-w-image strong{
  padding-left: 90px;
}
.lecturer-w-image p{
}
.lecturer-w-image strong{
display: inline-block;
}
.page iframe{
  margin-top: 0px;
}
.page-id-5 .mv .inner{
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
.page-id-5 section.content1 .inner{
  width: 100%;
  padding: 0;
}
h2.lead{
width: 100%;
background: #CBD9E5;
text-align: center;
padding: 60px 0 65px;
margin-bottom: 25px;
}
.page-id-5 section.content1 .inner img{
  width: 48%;
  margin: 0 auto;
}
.page-id-5 .content1 p{
  padding: 0 25px;
  font-size: 16px;
  margin-bottom: 60px;
}
.page-id-5 section.services{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.services-box{
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.title-box h3,
.services-left .title-box h3{
  padding-left: 25px;
}
.title-box h3{
  font-size: 20px;
}
.title-box img.service-graphic{
  height: 58px;
  top:13px;
  right: 13px;
}
.page-id-5 .team-left::before{
  display: none;
}
.page-id-5 .team-link{
  padding-top: 40px;
  margin-bottom: 60px;
}
.services-box{
  padding-left: 0;
  padding-right: 0;
}
.page-id-5 .title-box{
  padding: 18px 0;
}
.page-id-5 section.team h3{
  font-size: 20px;
}
.page-id-5 section.team h3 span{
  font-size: 12px;
  top: -3px;
}
.page-id-5 section.team p.jobtitle{
  font-size: 11px;
}
.purpose-img.sp{
  margin: 20px 0 0 0;
  width: calc(100% + 50px);
  position: relative;
  left:-25px;
}
}
@-moz-document url-prefix() {
  /* ここに書く */
  br{
  line-height: 1.6em;
  }
}
@media (max-width: 440px) {
  .mv .inner img.mv-graphic {
      width: 70%;
      margin-bottom: 0;
  }

  ul.category-list li{
    list-style: none;
    text-align: center;
  }
  ul.category-list li.cat-item-2{
    border:none;
  }
  li.cat-item-3{
    clear:both;
  }
  .menu-2{
    position: relative;
  }
  .menu-2 .post-history{
    position: absolute;
    top: -50px;
    width: 200px;
    left:50%;
    transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  }
  .slick-prev:active:before,
  .slick-next:active:before{
      opacity:1;
  }
  .page-id-5 section.content1 .inner img{
    width: 61%;
  }
  .page-id-5 p,
  .page-id-5 section.team p.body-text,
  .page-id-5 section.team h3 span,
  .page-id-5 .team-link a,
  .page-id-5 section.company .company-box .company-txt p,
  .page-id-5 section.company .company-box .company-txt p strong,
  .page-id-5 footer .inner p,
  .page-id-5 footer a,
  .services-left .title-box h3 span,
  .services-box p a,
  .title-box h3 span{
    font-weight: 400;
  }
}
/*自動入寮時の色*/
table.contact input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    border: 1px solid #ccc !important;
}
table.contact input:focus{
border: 1px solid #ccc !important;
}

/*印刷用css*/
@media print{
  header{
    position: absolute;
  }
  #contents{
    margin-top: 0;
    padding-top: 98px;
  }
  header.minimize{
    height: 88px;
    padding: 30px;
  }
  header.minimize .hdr-inner h1.hdr-logo{
    width: 171px;
  }
  header .hdr-inner,
  img.seminar-bnr,
  footer .inner,
  .page-id-7 section.upcoming table,
  .single-seminars section.upcoming table,
  .ex-readmore-content .semina-inner,
  .middle-section table,
  .page-id-7 section.lecturer .inner,
  .single-seminars section.lecturer .inner{
    width: 780px;
  }
  .page-id-7 section.upcoming table th,
  .single-seminars section.upcoming table th,
  .middle-section table th{
      width: 200px;
  }
  .ex-readmore-content .semina-inner{
    padding-left: 200px;
  }
  .ex-readmore-content{
    display: block !important;
  }
  div.ex-readmore, div.btn-close,
  .single-seminars a.btn-apply,
  .single-seminars section.lecturer p.backtoindex,
  footer a,
  .single-seminars section.lecturer p.backtoindex a,
  p.backtoindex a{
    display: none !important;
  }
}
