
body {
    font-family: Arial, sans-serif;
	color:#545454;
}    

    html,
    body,
    header,
    .jarallax {
      height: 100%;
    }

    
    @media (min-width: 560px) and (max-width: 740px) {

      html,
      body,
      header,
      .jarallax {
        height: 500px;
      }
    }

    @media (min-width: 800px) and (max-width: 850px) {

      html,
      body,
      header,
      .jarallax {
        height: 500px;
      }
    }

    @media (min-width: 800px) and (max-width: 850px) {
      .navbar:not(.top-nav-collapse) {
        background: #1C2A48 !important;
      }

      .navbar {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
      }
    }


p.nav-logo-title {
	font-weight:bold;
	margin-bottom:0;
	margin-left:-120px;
}

@media (max-width: 1200px) {
p.nav-logo-title {
	display:none;
}
}

.intro {
    background: url("../img/common/top-back.png")no-repeat center center;
  background-position: left bottom;
/*            background-size: cover;*/
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.intro h1{
  margin-top: 100px;
}

@media (max-width: 768px) {

.intro {
  background-position: left 100px;
}
  
.intro h1{
  margin-top: 120px;
  margin-left: 0px;
}

#top > header > section > div.container.h-100.justify-content-center.align-items-center > div > div > div
  {margin-top: 200px;}

}


.navbar-collapse {
    flex-grow: 0;
}
@media (max-width: 768px) {
.navbar-collapse .float-right{
  float: inherit!important;
}
}

#navbarSupportedContent .row{
  display: block;
}


.top-nav-collapse {
    background-color: #ffffff !important;
}
/*        .navbar:not(.top-nav-collapse) {
    background: transparent !important;
}*/
@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #ffffff !important;
    }
}
/*h6 {
    line-height: 1.7;
}*/

@media (max-width: 450px) {
    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }
}


@media (min-width: 600px){
.navbar.scrolling-navbar {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

  .navbar-brand img{
    width: 100%;
  }
}

/*ソディック(WEB展示会)用追記*/
.lead {
    font-size: 1.1rem !important;
}

.default-color {
    background-color: #73B833 !important;
}
.primary-color {
    background-color: #B5AE5D !important;
}

.text-default {
    color: #73B833 !important;
}

.text-primary {
    color: #B5AE5D !important;
}

.dark-text{
      color:#626262!important;
}




@media (max-width: 992px) {
#home h1 {
	font-size:1.3rem;
	margin-top:100px;
	padding-top:5px;
}
#home h3 {
	font-size:1.2rem;
}
#home p {
	font-size:1.0rem;
	text-align:left;
}
}

.rgba-black-strong, .rgba-black-strong::after {
    background-color: rgba(0,0,0,0.5) !important;
}

.top_neko {
	position:absolute;
	top:5.5%;
	right:10px;
}

.top_neko img {
	width:250px;
}

.top_neko span {
	font-size:10px;
	position:absolute;
	top:45px;
	right:0;
}

@media (max-width: 992px) {

.top_neko {
	position:absolute;
	top:10px;
	right:12%;
}

.top_neko img {
	width:150px;
}
.top_neko span {
	top:20px;
	right:-35px;
}
}

.midokoro_thumb {
	position:absolute;
	top:50%;
	right:30px;
}

.midokoro_thumb img {
	width:130px;
	margin-bottom:5px;
}

@media (max-width: 992px) {

.midokoro_thumb {
	position:relative;
	top:auto;
	right:auto;
}

.midokoro_thumb img {
	width:200px;
	margin:10px;
}
}

.mect_logo {
	float:left;
	margin:0 20px 0 70px;
}

@media (max-width: 992px) {

.mect_logo {
	float:left;
	margin:0 15px;
	width:30%;
}
}

.lineup-pic:after {
	content:'';
	display:block;
	width:200px;
	height:164px;
	background-image:url(../img/common/neko_illust01.png);
	background-size:contain;
	vertical-align:middle;
	position:absolute;
	left:-50px;
	bottom:30px;
}

@media (max-width: 992px) {

.lineup-pic:after {
	width:150px;
	height:123px;
	left:0px;
	bottom:0px;
}
}


.top-copy {
	width:1150px;
	padding:20px 30px 5px 40px;
	background:linear-gradient(45deg, #7914B9, #227ED4);
	background-size:200% 200%;
	animation:GradientBackground 5s ease infinite;
	font-size:1.0em;
	font-weight:bold;
	text-align:left;
	display:flex;
}

.top-copy strong {
	display:block;
	font-size:2.0em;
	font-weight:bold;
	white-space:nowrap;
	padding-right:20px;
	padding-top:15px;
}

.top-copy p {
	padding-left:20px;
	border-left:1px solid #FFF;
}

@media (max-width: 992px) {
.top-copy {
	width:100%;
	padding:15px 20px;
	transform:rotate(0deg);
	font-size:1.0rem;
	display:block;
	margin-bottom:10px;
	color:#FFF;
}

.top-copy strong {
	font-size:1.5rem;
	white-space:normal;
	padding:10px;
	text-align:center;
}

.top-copy p {
	padding:10px 10px 0;
	border-left:none;
	border-top:1px solid #FFF;
}
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
};


h2 {
	line-height:1.3;
}

h2.dark-grey-text {
	line-height:1.0;
}

h2 ul {
	margin-left:30px;
	font-size:0.75em;
	font-weight:bold;
	line-height:1.3;
}

h2 ul li.dotnone {
	margin-left:-25px;
	list-style:none;
}

h2 span.tenji {
	color:#73B833;
	font-size:0.7em;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	background:#FFF;
	text-align:center;
	padding:3px;
}

h2 p {
	margin-left:10px;
	font-size:0.5em !important;
	font-weight:bold;
}

.titleb_left {
	font-size:48px;
	font-weight:bold;
	float:left;
	padding:10px 25px;
	border-right:1px solid #FFF;
	margin-right:25px;
}

@media (max-width: 992px) {
.titleb {
	text-align:center;
}
.titleb_left {
	font-size:48px;
	font-weight:bold;
	float:none;
	padding:10px 25px;
	border-right:none;
	margin-right:0;
	margin-bottom:20px;
	border-bottom:1px solid #FFF;
	width:100%;
	display:block;
}
}


hr.whiteline {
	border-top: 1px solid rgba(255,255,255,.5);
}

.lineupbg {
	background:url(../img/common/lineupbg.png) no-repeat center 400px;
}

@media (max-width: 992px) {

.lineupbg {
	background:none;
}
}


.icon_maru {
	display:block;
	position:absolute;
	background:red;
	color:#FFF;
	width:110px;
	height:110px;
	border-radius:55px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	line-height:3.6;
	margin-top:-25px;
}

@media (max-width: 768px) {
.icon_maru {
	display:block;
	position:relative;
	background:red;
	color:#FFF;
	width:110px;
	height:110px;
	border-radius:55px;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	line-height:3.6;
	margin:0 auto 20px;
}
}

.icon_maru_s {
	display:block;
	position:absolute;
	background:red;
	color:#FFF;
	width:50px;
	height:50px;
	border-radius:25px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	line-height:3.3;
	margin-top:-20px;
	margin-left:-20px;
	z-index:100;
}


.h3-responsive{
  background-color: #73B833;
  padding: 16px;
}

h3 span.title{
  color: #ffffff;
  display: inline-block;
}
h3 span.subtxt{
  font-size: 70%;
  padding-left: 20px;
  color: #ffffff;
}

h4{
  font-size: 1.2rem;
  font-weight: bold!important;
  color: #73B833;
}
h4.line{
  border-bottom: solid 1px #73B833;
}

.subtext-header a{
  color: #fff;
}

a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

    dt{
      float: left;
/*      color: #B5AE5D;*/
      font-weight: normal;
    }

    .blue {
        background-color: #5B9BD5 !important;
    }
    
    .green .lighten-5{
        background-color: #ebf1de !important;
    }

    dd{
      margin-left: 280px;
    }
    dd::before{
      content:"";
      display:inline-block;
      width:7em;
      height:0.8em;
      background: url("../img/common/arrow.png") no-repeat;
      background-size:contain;
    }

    ul {
  }
    ul.square li {
      font-size: 14px;
      font-size: 1rem;
      position: relative;
      padding: 0.5em 0.5em 0 1em;
      /*ボックス内の余白　追記*/
    }
    
    ul.square li:before {
      position: absolute;
      margin-top: 3px;
      margin-right: 5px;
      content: " ";
      display: inline-block;
      background: #73B833;
      width: 1em;
      height: 1em;
      margin-left: -30px;
    }
    

a {
    color: #73B833;
}

    a.link:before, span.link:before {
        font-family: "Font Awesome 5 Free";
        content: '\f061';
        display: inline;
        color: #14A83B;
        padding-right: .5em;
      font-weight: 900;
    }

    .square_btn {
        display: inline-block;
        padding: 1em 2em;
        text-decoration: none;
        color: #14A83B;
        border: solid 2px #14A83B;
        border-radius: 3px;
        width: 100%;
        background: #fff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .square_btn:hover {
      text-decoration: none;
      background-color: #14A83B;
      color: #fff;
    }
    .square_btn:hover:before {
      color: #fff;
    }
    .square_btn:hover:after {
      color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5B9BD5 !important;
}


    a.pdf:after {
        font-family: "Font Awesome 5 Free";
        content: '\f1c1';
        display: inline;
        color: #14A83B;
        padding-left: .5em;
    }

#langNav .langBtn {
  margin-left: .5em;
  padding: 0;
}

#langNav .langBtn a {
  padding: 0px !important;
  display: block;
  background-color: #fff;
  color: #009933 !important;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.9rem;
  border: 1px solid #009933;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#langNav .langBtn a:hover, #langNav .langBtn a.current {
  background-color: #009933 !important;
  color: #fff !important;
}
#langNav .langBtn a span.sm {
  display: none;
}

.langNavtext {
  font-size: 12px;
  font-size: 0.8rem;
  margin-top: 10px;
  padding-left: 5px;
  display: block;
}

.btn_headcorp {
  padding-left: 20px;
  padding-top: 5px;
}

@media print, screen and (max-width: 767px) {
  #langNav .langBtn {
    margin: 0 1em;
    padding: 10px 5px;
    }
  #langNav .langBtn a {
    width: 100%;
    height: auto;
    line-height: auto;
    border-radius: 10px;
  }
  #langNav .langBtn a span.pc {
    display: none;
  }
  #langNav .langBtn a span.sm {
    display: block;
  }
.langNavtext {
  margin-top: 10px;
  }
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 1000;
}
.page-top a {
    width: 80px;
    height: 80px;
    background: url(../img/common/pagetop.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
}
.page-top a:hover {
      opacity: 0.7;
    }


    @media (max-width: 768px) {
      .page-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    .page-top a {
        width: 60px;
        height: 60px;
    }
        }

    

/* ページ内リンク高さ調整 */
html {
  scroll-padding-top: 70px; /* 固定ヘッダの高さ分 */
}


/*カルーセル矢印の大きさ*/
.carousel .carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}


#top .carousel .carousel-control-next-icon {
    background-image: url("../img/svg/arrow_right2.svg");
}

#top .carousel .carousel-control-prev-icon {
    background-image: url(../img/svg/arrow_left2.svg);
}



.table-striped th{
    color: #B5AE5D!important;
    font-weight: bold;
}


/*動画用モーダルウィンドウ*/
  *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 800px;
}

@media (max-width: 768px) {
.modal__content{
    width: 90%;
    top:30%;
  }
  }

.modal__content p{
    padding: 10px;
}
  .embed-responsive-item{
    max-width: 100%;
    background: #000;
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15) !important;
    cursor: pointer;
  }
  
.modal__content a{
    margin: 10px;
    color: #14A83B;
}



.view p.video-text {font-size: 0.9rem; color:#ffffff; position:absolute; top:10px; right:20px; z-index: 3; background-color: #000; padding: 2px;}



input::placeholder,
textarea.form-control::placeholder {
	color: #b0b5bb!important;
}


.square_btn {
	width: 30%!important;
	background: #FFF;
}





.btn-primary {
  color: #fff;
  background-color: #14a83b !important;
}


h5 {
	margin-left:1.3em;
}

h5 i {
	margin-left:-1.3em;
}


a.thumb  {
	position: relative;
	display: block;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transform: scale(1);
}



a.thumb:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #666;
  width: 60px;
  height: 60px;
  z-index: 100;
  pointer-events: none;
}

a.thumb:hover  {
	background-color: #73B833!important;
}

a.thumb:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 15px 0 15px 25px;
	z-index:100;
	pointer-events: none;
}

