body {
  background: #fff;
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  color: #454545; font-size:15px;
  line-height: 26px;
  padding-top:5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #272727;
}

table {margin:15px 0;-webkit-text-size-adjust:none;}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #56ABE4;
}

.scrollToTop:hover,
.scrollToTop:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}
.section-header {
  margin-bottom: 30px;
}
.section-header .section-title {
  font-size: 36px;
  color: #454545;
  position: relative;
  padding-bottom: 20px;
  margin: 20px auto;font-family:'Roboto-medium';font-weight:500;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #56ABE4;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #56ABE4;
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}

/*For Menu Style*/
.img-logo {
  width: 290px;
}
.document-button a {
  margin-top: 15px;
  display: inline-block;
  width: 150px;
  height: 60px;
  background: url("../images/document.png") no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.document-button a:hover {
  background-image: url("../images/document_hover.png");
}
.Light49{ font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size:49px;}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #56ABE4;
  border-color: #56ABE4; border-radius:25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #77b8e4;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul {
  list-style: none;
  padding: 0;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}


@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}



@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.header {
  /* border-bottom: 1px solid #eee; */
  position: relative;
  width: 100%;
  z-index: 998;
  padding-bottom: 1px;
  background: #fff;
}

.header::after {
  border-bottom:1px solid #eee;
  width: 100%;
  position: absolute;
  content: "";
  height: 1px;
  bottom: 1px;
  left: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-radius:0;
  padding-top:20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #45aed6;
  background-color:transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #333;
  font-size:18px;
  font-weight:600;
  text-transform:uppercase;
  cursor: pointer;
}
.navbar-default .navbar-nav li a :hover{
  color: #45aed6;
}
.navbar-default .collapse .application a{
  color: #45aed6;
  border: 1px solid#45aed6;
  border-radius: 20px;
  padding: 4px 30px;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 15px;
  display:inline-block;
  text-align: center;
  width: 130px;
}
.navbar-default .collapse .application:hover a{
  background-color: #45aed6;
  color:#fff;
}
.navbar-default .collapse .login a{
  color: #45aed6;
  border: 1px solid #45aed6;
  border-radius: 20px;
  padding: 4px 30px;
  font-size: 12px;
  margin-top: 10px;
  margin-right: 5px;
  display:inline-block;
  text-align: center;
  width: 130px;
}
.navbar-default .collapse .login:hover a{
  background-color: #45aed6;
  color:#fff;
}

.navbar-default .collapse .document:hover a{
  text-decoration:none;
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #45aed6;
  background-color: transparent;
}
.navbar-brand{
margin-top:-3px;	
}
.navbar-brand-center{
  margin-top:-3px;	
  text-align: center;
}

#nav_lang .lang {
	position: absolute;
	background: transparent;
	font-size: 11px;
	letter-spacing: 2px;
	width: 115px;
	right: 0px;
	z-index: 9999;
	box-sizing: border-box;
	list-style: none;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }
  #nav_lang .lang.index {
	top: 33px;
  }
  #nav_lang .lang.second {
	top: 115px;
  }
  #nav_lang .lang > li > span {
	display: block;
	background: transparent;
	padding: 12px 15px;
	position: relative;
	cursor: pointer;
  }
  #nav_lang  .lang > li > span:after {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	width: 3px;
	height: 3px;
	border-top: 1px solid #0c61a0;
	border-right: 1px solid #0c61a0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: " ";
  }
  #nav_lang  .lang div {
	height: 1px;
	overflow: hidden;
  }
  #nav_lang .lang ul {
	padding: 15px;
	background: #fff;
	list-style: none;
  }
  #nav_lang .lang ul li {
	margin-bottom: 13px;
  }
  #nav_lang .lang ul li:last-child:last-of-type {
	margin-bottom: 0;
  }
  #nav_lang .lang ul li a {
	color: inherit;
  }
  #nav_lang .lang ul li a {
	text-decoration: none;
  }
  #nav_lang .lang ul li a:hover {
	text-decoration: none;
  }

  /* カルーセル */
  .carousel-caption {
    padding: 0.25rem 0.25rem;
  }
  .carousel-caption h2 {
    font-size: 1.5rem;
    margin: 0;
  }
  .carousel-caption h4 {
    font-size: .8rem;
    margin: 0;
  }

    /* ページTOPに戻る */
  .pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
  }
  .pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #7db4e6;
    border-radius: 50%;
    line-height: 50px;
  }
  .pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
  }

  /* ページ内リンクのジャンプ先の位置がヘッダに隠れないように調整する */
  div.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }

  /* リンク文字 */
  .link {
    color: #2b95be;
  }

/*--------------------*/
/* carousel */
/*--------------------*/

/* media */
.media-body h4{ margin-bottom:15px; font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; font-size:22px; color:#454545;}
.media-body p{ line-height:20px;text-align: center;}
.media.service-box:hover .pull-left > i {
/*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
*/  color: #000;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#owl-example .item{ margin:15px;background:#eee; }



/* business */
#business-top {
  padding: 30px 0 0;
  margin: 0px 15px;
  background: #fff;
}
/* NEWS */
#news {
  padding: 30px 0 0;
  background: #fff;
}
.info-list>li {
  border-bottom: 1px solid #d6d6d6;
  padding: 1.5em 0;
}
p, th, td, li, dt, dd {
  font-feature-settings: 'palt';
  line-height: 1.75;
  margin: 0;
  max-height: 999999px;
  padding: 0;
}
.aside {
  color:red;
  font-weight:bolder;
  font-style: oblique;
  font-size:12px;
  padding: 0px 0px 0px 10px;
}

/* PRODUCT */
#product {
  padding: 30px 0;
  margin: 0px 15px;
  background: #fff;
}

/* saiyo */
#saiyo {
  padding: 30px 0;
  /* background: #132125 url(../images/top_saiyo.jpg) no-repeat 0 0; */
  background-size: cover;
  color: #000;
}
#saiyo .margintop {
  margin-top: 25px;
}
/* contact */
#contact {
  padding: 30px 0 0;
  background: #08455d url(/images/bg_contact.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.inquiry dt {
  font-weight: bold;
}
.inquiry>dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 20px;
}
.inquiry>dl>dt {
  color: #fff;
  font-size: 28px;
  line-height: 1.285;
  text-align: center;
  width: 100%;
}
.inquiry>dl>dd {
  border: 1px solid #fff;
  border-radius: 12px;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 24px;
  text-align: center;
  width: 100%;
}
.inquiry dd {
  font-size: .88rem;
}
.inquiry dt {
  font-weight: bold;
}
@media (min-width: 769px){
  .inquiry>dl>dd {
      padding: 24px 34px;
      width: 48.5%;
  }
}
.inquiryFrame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.inquiryFrame>dt {
  color: #fff;
  font-size: 28px;
  line-height: 1.285;
  text-align: center;
}
.inquiry a {
  background-color: #fff;
  border-radius: 10em;
  color: #027e9b;
  display: inline-block;
  font-size: .88rem;
  line-height: 1.375;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
}
.inquiry a:hover,
.inquiry a:focus {
  background: #027e9b;
  color: #fff;
}
.inquiryFrame a {
  margin-top: 20px;
}
.inquiryFrame>dd {
  margin-top: 16px;
}
.inquiryCall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 30em;
}
.inquiryCall dt {
  box-sizing: content-box;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.84;
  margin: 10px 10px 0;
  /* padding-left: 50px; */
  text-align: left;
  white-space: nowrap;
  width: 4.2em;
}
.inquiryCall dd {
  display: block;
  font-size: 1.88rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 10px 10px 0;
}
.inquiryCall dt::before {
  background-size: contain;
  content: '';
  display: inline-block;
  height: 32px;
  margin: 0 18px 0 -50px;
  vertical-align: text-top;
  width: 32px;
}
/* newslist */
.newslist {
  font-size:100%;
}
.newslist dt {
  border-bottom:none;
  margin: 2px;
  padding: 5px 0px 0px 5px;
}
.newslist dd {
  padding-bottom:4px;
  border-bottom:1px solid #ddd;
  margin: 2px;
  padding: 2px 0px 0px 5px;
}
.newslist dl {
  padding-bottom:2px;
  margin: 2px;
  padding: 2px 0px 0px 5px;
}
/* profile */
.prof_menu ul{
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
}
.prof_menu li{ 
  font-size: 1.0em;
  display: inline; 
  padding: 0; 
  margin: 0; 
}
.prof_menu li a{
  display: block;
  background-color: #eee;
  padding: 3px 0.5em;
  text-decoration: none;
  color: #333;
  margin: 1px 0px;
  text-align: left;
}
.prof_menu li a:hover{
  background-color:#0c61a0;
  color: #FFF;
}
.prof_menu li.active a{
  border-left: 8px solid #0c61a0;
  /* background-color:#0c61a0;
  color: #FFF; */
}
.prof_contents {
  margin-bottom: 1.5em;
}
.prof_contents h2 {
  font-size: 1.5em;
  color: #0c61a0;
  border-left: 8px solid #0c61a0;
  padding-left: 15px;
}

.history_table td {
	padding-top: 1.2rem;
	padding-bottom: 0px;
}
  
.messagecontext {
  margin: 5px 10px;
}
.messagecontext p {
  margin: 15px 0px;
}
.orgimg {
  max-width: 736px;
}

.sdgscontext p {
  margin: 5px 0px 15px;
}

/* access */
#route {
  margin-top: 2rem;
}
#route img {
	width: 325px;
	height: 432px;
	border: none;
	margin-bottom: 0;
}
.embed-responsive {
  max-width: 800px;
}

/* business */
#business p {
  margin: 15px 0px;
}
#business h5 {
  margin: 40px 0px 15px;
}
.buisiness-img{
  max-width: 300px;
  max-height: 300px;
}
/* employeere */
#employeere img {
  height: 207px;
}
#employeere .container {
  margin-bottom: 20px;
}
#employeere img {
  margin: 15px 0;
}
#employeere .top_contents {
  margin: 15px 0;
}
/* recruit */
#recruit .container .section-header p {
  padding-bottom: 45px;
  border-bottom: solid 1px;
}
.recruit-info {
  margin-top: 40px;
}
.recruit-info>li {
  margin: 30px auto;
}
#recruit >ul .text-left {
  display: inline-block;
}
#recruit button {
  margin-bottom: 50px;
}
#recruit .card-deck {
  margin-bottom: 50px;
}
#recruit_new .row {
  margin-bottom: 40px;
}
#covid19 {
  max-width: 650px;
  margin: 40px auto 40px;
  padding: 30px;
  border: 5px solid #008FCE;
  z-index: 100;
  position: relative;
}
#recruit_new_topics .card {
  margin-bottom: 40px;
}
#recruit_new_topics h3 {
  margin-top: 25px;
}

.members-top img {
  max-height: 400px;
}
.members {
	margin-top: 20px;
}
.members img{
	height: 325px;
	border: none;
	margin-bottom: 0;
}
#recruit_new_topics .recruit-info {
  margin-bottom: 20px;
}
#recruit_new_topics .recruit-info img {
  max-height: 400px;
}
#recruit_new_info h4 {
  text-align: left;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding: 5px 0 5px 10px;
    background: #00AFEC;
    color: #fff;
    letter-spacing: -1px;
}
#recruit_new_info h5 {
  text-align: left;
  font-size: 24px;
  line-height: 1.4;
 }
#recruit_new_info ul {
  margin: 10px auto 50px;
}
#recruit_new_info li {
  text-align: left;
  text-indent: -20px;
  padding: 0 0 0 20px;
}
#recruit_new_info li:before {
  content: "■ ";
  color: #00AFEC;
  margin: 0 2px 0 0;
}
.mid_menu {
  margin-top: 1em;
}
.mid_menu p {
  margin-bottom: 2em;
}
.mid_menu ul li {
  font-size: 1.2em;
  border-bottom: 1px solid #CCC;
  margin: 15px auto;
}
.mid_menu a {
  color: #000;
}
.mid_img img, .card-deck{
  margin-bottom: 10px;
}
#recruit_mid {
  margin-bottom: 1em;
}
#recruit_mid button {
  margin: 10px;
}
/* #recruit_mid h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: serif;
  color: rgba(0,0,0,.5);
} */
#recruit_mid .mid_img h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.info-block {
  padding: 1em 2em;
}
  .info-block .inner-info {
    background: #F5F5F5;
    padding: 1em;
  }
    .info-block .inner-info .info__title {
      font-family: serif;
      color: rgba(0,0,0,.5);
      text-align: left;
      margin-bottom: 0.5em;
    }
    .info-block .inner-info .info__txt {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: .1em;
      text-align: left; }
    .info-block .inner-info .info__deta {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: .1em;
      margin-top: 10px; }
      .info-block .inner-info .info__box a {
        color: #000;
        margin-top: 10px;
      }

.jobContent {
  margin: 0 0 200px; }
  .jobContent .inner > ul > li {
    margin: 0 0 70px; }
    .jobContent .inner > ul > li:last-child {
      margin: 0; }
    .jobContent .inner > ul > li h3 {
      color: #5a7faf;
      font-size: 18px;
      line-height: 1.6;
      font-weight: bold;
      letter-spacing: .075em;
      position: relative;
      padding: 0 0 6px;
      margin: 0 0 10px; }
      .jobContent .inner > ul > li h3:after {
        content: "";
        background: #5a7faf;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .jobContent .inner > ul > li h3.flow {
        background: #5a7faf;
        width: 170px;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        margin: 0 0 20px;
        }
        .jobContent .inner > ul > li h3.flow:after {
          content: none; }
    .jobContent .inner > ul > li h4 {
      color: #46505e;
      font-size: 14px;
      font-weight: bold;
      position: relative;
      padding: 0 0 0 16px;
      overflow: hidden;
      line-height: 20px;
      margin: 0 0 6px; }
      .jobContent .inner > ul > li h4:before {
        background: #46505e;
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -5px 0 0; }
    .jobContent .inner > ul > li p {
      color: #46505e;
      font-size: 14px;
      line-height: 2;
      letter-spacing: .1em; }
      .jobContent .inner > ul > li p .caution {
        display: block;
        color: #46505e;
        font-size: 12px;
        line-height: 2; }
      .jobContent .inner > ul > li p a {
        color: #163b94;
        text-decoration: underline;
        font-size: 14px; }
    .jobContent .inner > ul > li > ul {
      padding: 0 0 0 1.1em;
      margin: 0 0 10px; }
      .jobContent .inner > ul > li > ul > li {
        color: #46505e;
        font-size: 14px;
        line-height: 2;
        list-style-type: disc; }
        .jobContent .inner > ul > li > ul > li a {
          color: #163b94;
          text-decoration: underline;
          font-size: 14px; }
    .jobContent .inner > ul > li ol li {
      padding: 0 0 0 40px;
      margin: 0 0 20px; }
      .jobContent .inner > ul > li ol li:last-child {
        margin: 0 0 50px; }
      .jobContent .inner > ul > li ol li h4 {
        color: #5a7faf;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        position: relative;
        overflow: inherit;
        padding: 0;
        letter-spacing: .1em; }
        .jobContent .inner > ul > li ol li h4:before {
          background: #5a7faf;
          color: #FFF;
          display: block;
          width: 24px;
          height: 24px;
          font-size: 16px;
          font-weight: bold;
          line-height: 24px;
          text-align: center;
          position: absolute;
          left: -40px;
          top: 0;
          margin: 0; }
      .jobContent .inner > ul > li ol li .caution {
        color: #46505e;
        display: block;
        font-size: 12px;
        line-height: 2;
        letter-spacing: .1em; }
      .jobContent .inner > ul > li ol li .pass {
        display: block;
        color: #5a7faf;
        font-size: 14px;
        padding: 30px 0 30px 20px;
        position: relative;
        letter-spacing: .1em; }
        .jobContent .inner > ul > li ol li .pass:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 7px 0 7px;
          border-color: #5a7faf transparent transparent transparent;
          position: absolute;
          top: 50%;
          left: 0;
          margin: -6px 0 0; }
      .jobContent .inner > ul > li ol li:nth-child(1) h4:before {
        content: "1"; }
      .jobContent .inner > ul > li ol li:nth-child(2) h4:before {
        content: "2"; }
      .jobContent .inner > ul > li ol li:nth-child(3) h4:before {
        content: "3"; }
      .jobContent .inner > ul > li ol li:nth-child(4) h4:before {
        content: "4"; }
      
        .jobContent .inner ul, ol, li {
          list-style: none;
      }

/* privacytable */
table.privacytable
{
    margin: 0px 0px 0px 10px;
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-color: #bcbcbc;
	border-collapse: collapse;
	width: 85%;
}
table.privacytable th
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #bcbcbc;
	background-color: #d8e4bc;
	text-align: left;
	width: 30%;
}
table.privacytable td
{
	border-width: 1px;
	border-style: solid;
	border-color: #bcbcbc;
	background-color: #ffffff;
	font-size: 12px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table.privacytable span
{
	font-size: 12px;
	color: Black;
}
table.privacytable bold
{
	font-size: 12px;
	color: Black;
	font-weight:bolder;
}

table.privacytable span.attention
{
	font-size: 12px;
	color: red;
}
#privacy {
  margin-bottom: 10px;
}
#contactform {
  margin: 30px 0 0 0;
  border-top: 1px dotted #999;
}
table.consenttable
{
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-color: #bcbcbc;
	border-collapse: collapse;
	/* width: 70%; */
}
table.consenttable th
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #bcbcbc;
	background-color: #d8e4bc;
	text-align: left;
	/* width: 20%; */
}
table.consenttable td
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #bcbcbc;
	background-color: #ffffff;
	font-size: 12px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

table.consenttable span
{
	font-size: 12px;
	color: Black;
}
table.consenttable bold
{
	font-size: 12px;
	color: Black;
	font-weight:bolder;
}

table.consenttable span.attention
{
	font-size: 12px;
	color: red;
}

/***********************
********* Footer ******
************************/
.application-button a {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: url("../images/application.png") no-repeat;
  background-size: contain;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.application-button a:hover {
  background-image: url("../images/application_hover.png");
}
.notes-edition{
  background:#fff;
  padding:40px 15px;
  border:1px solid #ececec;
  box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
  transition:.3s ease-in-out;
  -moz-transition:.3s ease-in-out;
  -webkit-transition:.3s ease-in-out;
}

.notes-edition i{
  font-size:60px;
  color:#45aed6;
  margin-bottom: 20px;
}
.notes-edition h4{
  font-size:16px;
  color:#000;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:1px;
  margin-top:15px;
}
.notes-edition p{
  font-size:15px;
  padding:10px 15px;
}

.input-group-text {
  width: 15rem;
}
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #2e2e2e;
}
#footer p {
  font-size: 13px;  
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (min-width: 768px) and (max-width:999px) {
	#main-menu.navbar-default .navbar-nav > li > a{ padding-left:8px; padding-right:8px; font-size:15px;}
	#meet-team .team-member{ margin-bottom:25px;}
	#meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
  #meet-team .team-member .team-info span { text-align:center; display:block;}
  
  #pricing ul.pricing li.plan-header .plan-name {
    font-size: 16px;
  }
}

@media (max-width:767px) {
	#meet-team .team-member{ margin-bottom:25px;}
	#meet-team .team-member .team-img, #meet-team .team-member .team-info h3 { text-align:center;}
	#meet-team .team-member .team-info span { text-align:center; display:block;}
	#blog .blog-post{ margin-bottom:20px;}


}
	
@media (max-width:500px){
  #portfolio .portfolio-filter > li {
    float: center;
    display: block;
  }
  #portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    display: inline-block;
  }
  #portfolio .portfolio-item {
    width: 99%;
    float: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
	#blog .blog-post.blog-large .entry-thumbnail img, .team-img img{ width:100%;}
	.animated-number{ height:130px; width:130px; line-height:130px; font-size:22px;}
	#animated-number strong{ font-size:17px;}
  #blog .blog-post.blog-large .entry-thumbnail{ padding-top:0px;}
  .img-logo {
    width: 200px;
    margin-top: 0px;
    margin-left: 10px;
  }

}
  
@media(max-width:320px ){
  #portfolio .portfolio-filter > li {
    float: center;
    display: block;
  }
  #portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    display: inline-block;
  }
  #portfolio .portfolio-item {
    width: 99%;
    float: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .img-logo {
    width: 180px;
    margin-top: 0px;
    margin-left: 10px;
  }
}

/* features  section */
.resizeimage img {
   width: 100%;
}
.single_features_left img{
  width:750px;
}
.single_features_right {
  margin-top:10%;
}

.single_features_right h2 {
  margin-bottom: 40px;
  font-size:40px;
  color:#222222;
}

.single_features_right p{
  font-size:15px;
}
.single_features_right ul li{
  font-size:18px;
  margin-top:3%;
}

.font-gothic {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media screen and (max-width: 750px) {
  .font-gothic {
    font-size :1.7rem !important;
  }
}